[Solved] Missing "Pending Bots" Link

Support for IntegraMOD 141

Moderator: Integra Moderator

[Solved] Missing "Pending Bots" Link

PostAuthor: Frost » Sun Mar 18, 2007 11:26 pm

Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Advanced Knowledge
Board URL: http://www.black-fusion.com/forum/

PHP Version:
MySQL Version:


What was done before the problem appeared?
Nothing, it used to work just fine


What was done to try to solve the problem?
Nothing yet, I will just replace all relevant files if no solution can be given



De.scription and Message

I tried to add another google bot a minute ago and got this error

Not Found
The requested URL /forum/admin/admin_bots.php&id=1&pending=1&data=ip&action=add_pending was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.37 Server at http://www.black-fusion.com Port 80


I will probably go ahead and replace all bot related files but I am posting this as reference in case anyone else has this problem.

I will post back if it worked or not.
Last edited by Frost on Fri Apr 06, 2007 10:38 am, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 2:04 am
Cash on hand: 0.00
Location: Photoshop CS3

Re: Missing "Pending Bots" Link

PostAuthor: Frost » Fri Apr 06, 2007 10:38 am

If you get this error when trying to add bots try the following fix

Open includes/sessions.php

Find:

Code: Select all
if ( !empty($SID) && !preg_match('#sid=#', $url) && !defined('IS_ROBOT') )


Replace With]if ( !empty($SID) && !preg_match('#sid=#', $url) )[/code]

Save, Close

Note: This is for anyone who has tried to upgrade or done any changes to sessions dealing with bots. You could also try this if you haven't but this is what fixed mine
Last edited by Frost on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 2:04 am
Cash on hand: 0.00
Location: Photoshop CS3

Re: [Solved] Missing "Pending Bots" Link

PostAuthor: .QUACK.Major.Pain » Fri Apr 06, 2007 10:02 pm

Nice Work Frost!!!!

That bug has been a pain in the yoohoo since day 1.
I installed 1.4.1 with a fresh install and got that problem.
That's something you can add to the fixes for the fresh installs.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 11:15 am
Cash on hand: 0.00

Re: [Solved] Missing "Pending Bots" Link

PostAuthor: .QUACK.Major.Pain » Fri Apr 06, 2007 10:12 pm

Not sure if it's another bug, but the pages count goes up by 2 when adding or ignoing pending bots
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 11:15 am
Cash on hand: 0.00

PostAuthor: richiebgood » Sun Oct 21, 2007 7:30 am

Excellent Fix!! Thanks
Last edited by richiebgood on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

richiebgood
Sr Integra Member
Sr Integra Member
 
Posts: 329
Likes: 0 post
Liked in: 0 post
Joined: Tue Aug 08, 2006 1:01 am
Cash on hand: 0.00
Location: Ireland

Re: [Solved] Missing "Pending Bots" Link

PostAuthor: XHIBIT » Mon Apr 07, 2008 7:29 am

Im love this, that bot bug was really makin my ass itch. Good fix
Last edited by XHIBIT on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=center]http://i206.photobucket.com/albums/bb186/XTVMOVIES/LP-ani.gif[/img][/url]
[url=http][img=center]http://i206.photobucket.com/albums/bb186/XTVMOVIES/ALBUM%203/rabbitbanner.jpg[/img][/url]
[url=http][img=center]http://5thshiftradio.top-site-list.com/images/banners/5thshiftradio.jpg[/img][/url]
User avatar
XHIBIT
Integra Member
Integra Member
 
Posts: 113
Likes: 0 post
Liked in: 0 post
Joined: Wed Jul 25, 2007 11:44 am
Cash on hand: 0.00

Re: [Solved] Missing "Pending Bots" Link

PostAuthor: .QUACK.Major.Pain » Thu Apr 10, 2008 3:02 pm

I notice the master download hasn't had this bug fixed in it.

Helter or whoever has access, should put this bug fix in the download so others don't have to worry about it later.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 11:15 am
Cash on hand: 0.00

Re: [Solved] Missing "Pending Bots" Link

PostAuthor: Helter » Thu Apr 10, 2008 8:25 pm

sorry, i missed this thread...what does this fix?
Last edited by Helter on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie
User avatar
Helter
Administrator
Administrator
 
Posts: 4554
Likes: 40 posts
Liked in: 116 posts
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 1,959.15
Location: Seattle Wa
IntegraMOD version: phpBB2x

Re: [Solved] Missing "Pending Bots" Link

PostAuthor: .QUACK.Major.Pain » Fri Apr 11, 2008 4:38 am

When you add pending bots, it works for a while, and then you eventually get the error Frost posted above.
Once you get that error, the pending bots page is totally useless until you do the above fix. Then you can back to adding pending bots. Unless there is a better fix.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 11:15 am
Cash on hand: 0.00


Return to IntegraMOD 141

Who is online

Registered users: App360MonitorBot, Bing [Bot], Google [Bot], Majestic-12 [Bot]