AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   Server Redirect 1.1 [Last update: Februari 7, 2009] (https://forums.alliedmods.net/showthread.php?t=82886)

Kenny Loggins 01-03-2009 15:22

Re: Server Redirect
 
What a great plugin... This works great!! About the only thing people compain about is the adverts show empty servers.. I myself like that option but maybe a convar at some point might be a good idea.

sishgupta 01-05-2009 21:48

Re: Server Redirect
 
Hey, im installing this on my 5 pubs and it seems to be very very good.

However, there seems to be an issue where the plugin isnt loading the plugin.serverredirect.cfg. The values are set in the cfg but when I check from console it says they are still at default.

The weird thing is it seems to work eventually, but on a freshly restarted server it doesnt work. I'm confused. There are no logs that seem to be helping to troubleshoot.

sishgupta 01-05-2009 22:31

Re: Server Redirect
 
1 Attachment(s)
I've attached the fix, all i did was add

Code:

AutoExecConfig(true, "plugin.serverredirect");
to the onpluginstart function

Kenny Loggins 01-06-2009 01:43

Re: Server Redirect
 
Nice... Ya I only had that problem on CS:S and i just added the variables to the server.cfg but this will take care of that now..

I have run a server for a long time and have seen a lot of plugins but this one if just great :) now players are aware of other server that we run where as before they may have never found out on their own..

A+ job

This is on about 18 of my servers now.

Molli 01-09-2009 23:37

Re: Server Redirect
 
:| I am sure its great plugin but installation is not for newbie...

1.
"Use database.sql to create the (mysql) database insert sample data. Once the database has been created, add your servers to the 'server' table, similar to the sample row"

what that means? :)

2.
"serverredirect"
{
"driver" "default"
"host" "127.0.0.1" <---my server ip here?
"database" "serverredirect"
"user" "username" <---? need what username?
"pass" "strongpassword" <---? need what pass?
//"timeout" "0"
//"port" "0"
}

3. its only says now:
[REDIRECT] Sorry, I was unable to determine which servers are currently available.

I know these database things might easy to others but i hate install this kind of plugins...

Antithasys 01-10-2009 02:20

Re: Server Redirect
 
Mite want to work on that directory structure of the .zip file too. Not an easy copy.

DJ Tsunami 01-10-2009 07:07

Re: Server Redirect
 
You can import database.sql in phpMyAdmin so it creates a database and tables for you. Then in sourcemod/configs/databases.cfg you put your MySQL server's ip, username and password. If you don't know how to use phpMyAdmin I'm afraid you're out of luck, maybe Brainstorm can make the plugin create the table itself.

sishgupta 01-10-2009 20:34

Re: Server Redirect
 
Quote:

Originally Posted by Molli (Post 741429)
:| I am sure its great plugin but installation is not for newbie...

1.
"Use database.sql to create the (mysql) database insert sample data. Once the database has been created, add your servers to the 'server' table, similar to the sample row"

what that means? :)

2.
"serverredirect"
{
"driver" "default"
"host" "127.0.0.1" <---my server ip here?
"database" "serverredirect"
"user" "username" <---? need what username?
"pass" "strongpassword" <---? need what pass?
//"timeout" "0"
//"port" "0"
}

3. its only says now:
[REDIRECT] Sorry, I was unable to determine which servers are currently available.

I know these database things might easy to others but i hate install this kind of plugins...

You are right, it is a very complicated plugin, as far as plugins go.
I didnt think it was very hard to install, but it did take me a good hour to get it going on my 6 public servers.

You need to have an SQL database for your server in order to use this plugin.

zerak 01-11-2009 07:48

Re: Server Redirect
 
source is missing the include file (.inc)

DJ Tsunami 01-11-2009 08:10

Re: Server Redirect
 
Do you mean that include file that's in the include folder? Although granted, it should be in scripting/include.


All times are GMT -4. The time now is 14:30.

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