Html code, need help and advice.

PullThePlug

Newbie
Joined
Jun 30, 2011
Messages
16
Reaction score
0
Hey guys, thanks for viewing my thread.

Recently I am starting a few autoblogs, and need a html script which can:
' download a site content, lets say download another website xxx/a.html page and reupload it to my server xxx/a.html' and do it once in 5mins.

or

'show the content on my server which is exactly the same page to another html page'

Just text only, no template no videos.

Is that possible that have such a script?

thank you!:p
 
Last edited:
or is there any software that download and upload a html page automatically with a timeset?
 
you'll need to use an executable language like php or shell script to do that kind of thing, not too difficult to do, but u do need access to the server if u want to set it up at regular intervals
 
This would be an easy script to write & run on a schedule (on a linux server) but the other site could block it if they notice it in their logs.
 
For downloading full websites you can use Composer it's free. (search Kompozer in google) but I don't know where you can get the scheduled uploading thing.
 
Yea OtherHarry is right but thank you luke90 for the information. I could use that to run code on schedule.

Guys, is there any php code or whatever code I can copy a page(just text) from the other page(which is not owned by myself)?

or scrap the words and lines accordingly and reupload to my site? thanks !!
 
You can easily make this using cURL. Then execute it with CronJobs every 5minutes. :)
 
is it just one page that u want to copy? ie. othersite/page1 -> yoursite/page1 on regular intervals over and over again like a refresh?
 
is it just one page that u want to copy? ie. othersite/page1 -> yoursite/page1 on regular intervals over and over again like a refresh?

Yes MickMcg you are totally right. :p
Do you know any codes that can run this thing? I appreciate it
 
You can easily make this using cURL. Then execute it with CronJobs every 5minutes. :)

Curl in PHP or CLI would work fine or it could be done as a 1 line cronjob with wget.

Guys, thanks for the replies!

I don't know how to use cURL and how cronjobs works. i will go search for it but do you guys have any advice to give me so that I can complete it asap? THANK YOU!:p
 
try httrack.
its will copy the whole site and upload to your server and edit the parts you want.
 
I made an little exemple for you put i just can't post it here... It gives me an error which says that the content is inappropiate... :(
 
I made an little exemple for you put i just can't post it here... It gives me an error which says that the content is inappropiate... :(

:D thanks luke90!! I appreciate it.
Do you mind give me a pm with that thing? Thanks!!
 
Back
Top