Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Oct 13th, 2006, 3:03 AM   #1
Jinx
Newbie
 
Join Date: Oct 2006
Posts: 11
Rep Power: 0 Jinx is on a distinguished road
PHP Nuke Module--

I am trying to add something to my site www.umichclubsoccer.com that would automatically check the league standing for our team which are in an embarassing geocities website and download the text and display it nicely on my website...

the pages it needs to get are
http://www.geocities.com/mwalliance/...rtherndivision

and
http://www.geocities.com/mwalliance/2005standings

and
http://www.mwalliance.com/PR-web-10-3-06.htm


Any ideas on how I could do this???

or where I could get some code to... I have very little php background (virtually none)
Jinx is offline   Reply With Quote
Old Oct 13th, 2006, 5:38 AM   #2
stevengs
Professional Programmer
 
stevengs's Avatar
 
Join Date: May 2005
Location: Bad Nauheim, Germany
Posts: 436
Rep Power: 4 stevengs is on a distinguished road
Perhaps with wget.
__________________
-Steven
"Is this a piece of your brain?" - Basil Fawlty
stevengs is offline   Reply With Quote
Old Oct 13th, 2006, 1:48 PM   #3
Jinx
Newbie
 
Join Date: Oct 2006
Posts: 11
Rep Power: 0 Jinx is on a distinguished road
Quote:
Originally Posted by stevengs View Post
Perhaps with wget.
How would I use wget and then how would I be able to clean up what it gets automatically?
Jinx is offline   Reply With Quote
Old Oct 13th, 2006, 1:57 PM   #4
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road

Then ask specific questions relating to usage, problems, etc.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Oct 13th, 2006, 2:54 PM   #5
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
wget grabs the files from the remote server. Then you can parse them however you want. there are many ways to do this. You could use regular expresions to grab only the data that you want, or you could just load the page that wget grabs into a iframe or something like that.
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote
Old Oct 13th, 2006, 6:57 PM   #6
Jinx
Newbie
 
Join Date: Oct 2006
Posts: 11
Rep Power: 0 Jinx is on a distinguished road
It sounds like it needs some sort of command line to run it from... is there a site that would have a very basic tutorial on how to use it in a website just to grab text from another page. All the stuff I read about it suggests running stuff from some sort of command window
Jinx is offline   Reply With Quote
Old Oct 16th, 2006, 9:46 AM   #7
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
Quote:
Originally Posted by Jinx View Post
It sounds like it needs some sort of command line to run it from... is there a site that would have a very basic tutorial on how to use it in a website just to grab text from another page. All the stuff I read about it suggests running stuff from some sort of command window

you can use system commands from within PHP. You can do this by using the system command. See This Page for more information on how to use the system call under php.


Another thing i was thinking about for your problem, if you got them to make an RSS feed it would make your life much easier. Something to think about.
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote
Old Oct 16th, 2006, 1:12 PM   #8
Jinx
Newbie
 
Join Date: Oct 2006
Posts: 11
Rep Power: 0 Jinx is on a distinguished road
Quote:
Originally Posted by Pizentios View Post
you can use system commands from within PHP. You can do this by using the system command. See This Page for more information on how to use the system call under php.


Another thing i was thinking about for your problem, if you got them to make an RSS feed it would make your life much easier. Something to think about.

I am thinking that if a person is making their website with geocities, that they might not know how to set up an RSS feed, although I could be mistaken. thanks for the link though
Jinx is offline   Reply With Quote
Old Oct 16th, 2006, 2:16 PM   #9
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
Quote:
Originally Posted by Jinx View Post
I am thinking that if a person is making their website with geocities, that they might not know how to set up an RSS feed, although I could be mistaken. thanks for the link though
Hey, don't knock places like geocities to hard, i started learning how to do web releated stuff by using a service like that. I am sure many people around the net also learned that way

Also, it never hurts to ask (in reguards to the RSS feed).
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Update a Module Dietrich Python 2 Apr 29th, 2006 1:19 PM
C++ OWL What am I doing wrong Vagabond C++ 7 Mar 24th, 2006 5:31 PM
cgi module index.py?var=x how do i retrieve this w/o os module cypherkronis Python 1 Jul 3rd, 2005 1:10 PM
Build a Speech recognition module bingoelzouhery C# 2 May 24th, 2005 1:55 AM
word wrap in module window? chepfaust Visual Basic 2 Mar 17th, 2005 7:03 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:26 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC