Jump to content

help on grabbing information from other sites


pixeltrace

Recommended Posts

hi,

 

i dont know if this is already a form of hacking.

but is there any php or any scripts that grabs a specfic information in a specific website

and send it to you via email?

 

or is there any scripts that can inform you via email whenever there are new items being posted on a specific website?

aside from rss feeds?

 

hope you could help me with this.

 

thanks so much!

Link to comment
Share on other sites

 

You need to get the mail regarding the changes on the site or any specify page on the site?

 

You can read the entire contents of the page (ex: list_items.php) using file_get_contents() function. Then store this  file in your site (ex: list_items.txt). Then  at regular time interval by reading the contents  of the page  (ex: list_items.php)  and check with the file (ex: list_items.txt) , you can find any changes on the specific page.

 

You can set the page used for checking as CRON JOB.

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.