? complicated as hell ?
its a 3 line form followed by the clicking of 8 images.
yoink it!I'm talking about the script code itself. I was trying to see if I could implement the image scraper on my sites.
What issues are you having?Hmm wonder why it aint working for me
yea dude change the hoff crotch shot! I am embarrassed to read WF in public cause I am afraid someone in Austin might think I am gay!
get it, austin, gay?
<ifModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^/(.*) /a/site.php?site=$1 [QSA,L]
</ifModule>
SEO MIKE
Do you have curl on that server? if you know how to do any debugging...
change $wiki = $bot->get("http://en.wikipedia.org/wiki/$term");
to
echo $wiki = $bot->get("http://en.wikipedia.org/wiki/$term");
and see if it grabs the page
if not you either need curl or you need to go into bot.php and change the function "get" to use fopen or file_get_contents
seo_mike, until you get mod rewrite working the url will be:
http://hceo.net/site.php?site=a_test
but did you set the database up correctly? with the sql in db.php?
i recommend adding cotent to your page