Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

PHP Website Scraper working only on localhost

Initiate Mage
Joined
May 5, 2015
Messages
4
Reaction score
0
The following codes scrapes a list of links from a given webpage and then place them into another script that scrapes the text from the given links and places the data into a csv document. The code runs perfectly on localhost (wampserver 5.5 php) but fails horribly when placed on domain.


Also, file get html and curl are both enabled onto the server.



How can I make it run on the server aswell?
 
Initiate Mage
Joined
May 5, 2015
Messages
4
Reaction score
0
- i get an error on curl : bool_false or timeout
- this should be working fine as long as the other one works
- this is the include file for the 2nd link... it's a custom parsing dom
 
Back
Top