Raised This Month: $51 Target: $400
 12% 

Server Redirect 1.1 [Last update: Februari 7, 2009]


Post New Thread Reply   
 
Thread Tools Display Modes
snelvuur
Veteran Member
Join Date: Jun 2008
Location: Netherlands
Old 10-17-2010 , 23:04   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #191

i dont have any running on 1.3.5 at the moment, but since we are pretty stuck here that would be my next thing to do. (its getting a bit late now, so i will test it later 05:02 here now)
__________________
Arguing with a fool only proves there are two
snelvuur is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 10-17-2010 , 23:05   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #192

Alright, well let me know how it works for you. If it works on 1.3.5 i'll boot up a dev server with 1.4.0 and try to narrow down the issue.
__________________
thetwistedpanda is offline
snelvuur
Veteran Member
Join Date: Jun 2008
Location: Netherlands
Old 10-17-2010 , 23:13   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #193

Ok, thanks for the quick replys so far
__________________
Arguing with a fool only proves there are two
snelvuur is offline
snelvuur
Veteran Member
Join Date: Jun 2008
Location: Netherlands
Old 10-17-2010 , 23:36   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #194

Its just bugging me, i tried 1.3.6 latest snapshot and 1.3.5 from the snapshot list and both still give the same issue too..
(ow and 1.3.5 stable itself)
__________________
Arguing with a fool only proves there are two

Last edited by snelvuur; 10-17-2010 at 23:40.
snelvuur is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 10-17-2010 , 23:54   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #195

Hmm... Could you pm me one of your configuration files?
__________________
thetwistedpanda is offline
snelvuur
Veteran Member
Join Date: Jun 2008
Location: Netherlands
Old 10-17-2010 , 23:57   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #196

the ones that get generated are the ones i use, only thing i changed is that i setup the serverid.
__________________
Arguing with a fool only proves there are two
snelvuur is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 10-18-2010 , 00:10   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #197

That pretty much killed my other theory. I'm honestly at a loss sir, and I've gone over the code a dozen times. There's only one thing left to try, beyond that I might have to start sacrificing small animals to the programming gods.

In serverredirect.sp, find lines 725~731:
PHP Code:
            SQL_FetchString(query0addresssizeof(address));
            
SQL_FetchString(query1display_namesizeof(display_name));
            
SQL_FetchString(query2offline_namesizeof(offline_name));
            
maxPlayers SQL_FetchInt(query3);
            
currPlayers SQL_FetchInt(query4);
            
SQL_FetchString(query5mapsizeof(map));
            
timeDiff SQL_FetchInt(query6); 
And replace them with this:
PHP Code:
            new TheFuzzyOneCommandsYouToWork;
            
TheFuzzyOneCommandsYouToWork SQL_FetchInt(query0);
            
SQL_FetchString(query1addresssizeof(address));
            
SQL_FetchString(query2display_namesizeof(display_name));
            
SQL_FetchString(query3offline_namesizeof(offline_name));
            
maxPlayers SQL_FetchInt(query4);
            
currPlayers SQL_FetchInt(query5);
            
SQL_FetchString(query6mapsizeof(map));
            
timeDiff SQL_FetchInt(query7); 
Compile changes, upload to server, and restart. With any luck it'll work, but in all honestly it will probably do nothing so backup your old version first.
__________________
thetwistedpanda is offline
snelvuur
Veteran Member
Join Date: Jun 2008
Location: Netherlands
Old 10-18-2010 , 00:40   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #198

Well i think the fuzzyone works in strange ways, this one works as it should.
__________________
Arguing with a fool only proves there are two
snelvuur is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 10-18-2010 , 00:41   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #199

This makes no sense what so ever, because I should be having the same problem you are if that worked.
__________________

Last edited by thetwistedpanda; 10-18-2010 at 00:46.
thetwistedpanda is offline
snelvuur
Veteran Member
Join Date: Jun 2008
Location: Netherlands
Old 10-18-2010 , 00:47   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #200

Well it works fine here, cant be something with the databases.cfg right?
__________________
Arguing with a fool only proves there are two
snelvuur is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:42.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode