[GET] My PHP Article Scraper & Spinner

I am using the latest version and I keep getting errors (several of them in the index page before and after I try to scrape) like

Code:
 Warning: file_get_contents(articles\dating1071300\articlealley6592998.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /home/berettaf/public_html/ocas/class/global.php on line 65

Code:
Warning: include_once() [function.include]: Failed opening 'botlib\LIB_http.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/berettaf/public_html/ocas/class/scrape-c.php on line 6

a lot of them...what could be wrong? My hosting? Thanks.
 
a lot of them...what could be wrong? My hosting? Thanks.
take some time to read the above posts bro. It's not designed to run on your host, use wamp or xampp to make it work. It is not tested on linux/mac too. I can only confirm that it will run ok on windows
 
anyone tried to install on linux hosted server? success? thanks bro for the freebie!
true gent!
 
UPDATE:
as some guys suggest me to add the function that add the links at the same time of spinning. Here you go.
Just paste the two files in the attachment to the spinner folder, there is a new module call spin with links. Please provide feedback on the new module and if you have any new suggestion, let me know
 

Attachments

Thanks for the share. Appreciated!
You're welcome.

there is a bug in the wlinksp.php file. Please navigate to line 340 and delete the whole line started with var_dump, you will not see the error when loading the page again.
 
Thanks a lot for this great up, I started at the beginning and worked my way through downloading new parts and updates lol didn't realize how many times you updated :D

Is there a way you can reup a new file with everything included, im all congested with updates and code-edits in mine not sure if its the right one
 
Thanks a lot for this great up, I started at the beginning and worked my way through downloading new parts and updates lol didn't realize how many times you updated :D

Is there a way you can reup a new file with everything included, im all congested with updates and code-edits in mine not sure if its the right one
sure bro, here you go
Code:
http://www.mediafire.com/?wbs3slxrh1y6c6x
 
Just installed from the latest mediafire link you just posted. Looks like a great script, however it is bringing up the following error.

HTML:
Fatal error: Call to undefined function curl_init() in C:\wamp\www\spin\class\botlib\LIB_http.php on line 249
Call Stack
#	Time	Memory	Function	Location
1	0.0007	718584	{main}( )	..\index.php:0
2	0.4033	3243976	alleytext( )	..\index.php:131
3	0.4033	3244056	http_get_withheader( )	..\scrape-c.php:285
4	0.4033	3244264	http( )	..\LIB_http.php:139
 
Wow thanks cbnoob, it's even more awesome now than it was, very well done.

Thanks for the links inclusion, very nice.

Tex
 
Wow thanks cbnoob, it's even more awesome now than it was, very well done.

Thanks for the links inclusion, very nice.

Tex
Nice text, glad you like the new feature. :D

Just installed from the latest mediafire link you just posted. Looks like a great script, however it is bringing up the following error.

HTML:
Fatal error: Call to undefined function curl_init() in C:\wamp\www\spin\class\botlib\LIB_http.php on line 249
Call Stack
#    Time    Memory    Function    Location
1    0.0007    718584    {main}( )    ..\index.php:0
2    0.4033    3243976    alleytext( )    ..\index.php:131
3    0.4033    3244056    http_get_withheader( )    ..\scrape-c.php:285
4    0.4033    3244264    http( )    ..\LIB_http.php:139
You need to enable curl in your server. Find php.ini and find the line starts with:
;curl...
remove the ";" and restart your server. It will work.
 
Last edited:
The result could be a false positive as I'm new to php, haven't known how to create a virus yet :D

Have fun

It's funny the way said it, "I'm new to php", while some of us can tell you're a badass coder.

I like a new version which includes Michael Schrenk libraries but all in all I really want to thank you for taking your time writing this script, I know how time consuming it can be...
 
Back
Top