![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Oct 2006
Posts: 11
Rep Power: 0
![]() |
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) |
|
|
|
|
|
#2 |
|
Professional Programmer
Join Date: May 2005
Location: Bad Nauheim, Germany
Posts: 436
Rep Power: 4
![]() |
Perhaps with wget.
__________________
-Steven "Is this a piece of your brain?" - Basil Fawlty |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Oct 2006
Posts: 11
Rep Power: 0
![]() |
|
|
|
|
|
|
#4 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
![]() 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 |
|
|
|
|
|
#5 |
|
Programming Guru
![]() ![]() |
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! |
|
|
|
|
|
#6 |
|
Newbie
Join Date: Oct 2006
Posts: 11
Rep Power: 0
![]() |
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
|
|
|
|
|
|
#7 | |
|
Programming Guru
![]() ![]() |
Quote:
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! |
|
|
|
|
|
|
#8 | |
|
Newbie
Join Date: Oct 2006
Posts: 11
Rep Power: 0
![]() |
Quote:
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 |
|
|
|
|
|
|
#9 | |
|
Programming Guru
![]() ![]() |
Quote:
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! |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |