MyBB Community Forums

Full Version: [SORTED] About SEARCHBOT Mod.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've installed it by hand, as that EI mod dont seem to work for me.

However i keep getting this error on index.php:
Parse error: parse error, unexpected T_INC in /home/dframe/public_html/index.php on line 148

And line 145 - 150 is:
       $botimage = "./images/google_bot.gif"; 
       $searchurl = "http://www.google.com/"; 
       $user['bot'] = "yes"; 
       googlecount++; 
       }

Anyone know why?
googlecount++;
should probably be
$googlecount++;
Ahhh, lol, how could i miss an error so simple... lol


Thanks!
What's wrong with EI?
Oops, sorry for this mistake. Thanks for posting it :p
I'll update it now Smile
Dale Wrote:as that EI mod dont seem to work for me
Make sure you have EI v1.0.2 or above. It should work just fine. (You have to change your adminsettings manually via phpmyadmin or something)

EDIT: New version submitted to mybbmods.com Smile(no new version number for this little change)
Oh. Yes. The upload only two files problem ^_^;;. Thanks for spotting that smethead again Smile. I'll stop hijacking the thread now.
decswxaqz Wrote:What's wrong with EI?
It says its edited the files, however when i check the files out, they are not edited.

However i've done it all manually, best way IMO.