Raised This Month: $ Target: $400
 0% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
Jaguar_hl
Junior Member
Join Date: Apr 2009
Old 02-27-2010 , 09:12   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #111

Quote:
Originally Posted by Arjen View Post
Great plugin. I've put it in the sourcemod database, gave servers a unique ID (1,2,3), added the required lines to the databases.cfg, installed it on the 3 public servers. But on one of them (only one) the following error appears at startup:
[SM] Unable to load plugin "serverredirect_cmds.smx": Could not find required plugin "serverredir"

OS Debian 5.0
Sourcemod 1.3
Mod CS:S

Help will be appreciated
Same problem on CentOS. Version of SM from 1.2.3 to 1.3. Plugin deleted from servers and I'm waiting for solving this errors.
Jaguar_hl is offline
TYDIRocks
Junior Member
Join Date: Feb 2010
Old 02-28-2010 , 20:45   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #112

I'm trying to install this on a server. The host is lowpings.net and there is no phpmyadmin or really anything i see that lets you use sql files. Is there a way to still get this on? Here is a screenshot:

TYDIRocks is offline
gHOSt | ''powah,
Junior Member
Join Date: Aug 2009
Location: Leicester, UK
Old 03-02-2010 , 10:54   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #113

We're running 3 HL2DM servers.

Is there a CVar to enable the Esc menu? Or does this plugin only support the in-game menu type?

If so, is there an alternative plugin that would work?
__________________
gHOSt | ''powah, is offline
Send a message via MSN to gHOSt | ''powah, Send a message via Skype™ to gHOSt | ''powah,
XxDragoNxX
Junior Member
Join Date: Mar 2010
Old 04-15-2010 , 11:51   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #114

Any reason why I keep getting this error?

Quote:
SQL query:
--
-- Database: `********_****`
--
CREATE DATABASE `serverredirect` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;


MySQL said:
#1044 - Access denied for user '********'@'localhost' to database 'serverredirect'
Have tried multiple different way's, but cannot import the mysql database into the mysql server at all.

Last edited by XxDragoNxX; 04-26-2010 at 10:47.
XxDragoNxX is offline
-M-Jon
Member
Join Date: Dec 2009
Old 04-28-2010 , 17:31   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #115

Quote:
SQL query:
--
-- Database: `********_****`
--
CREATE DATABASE `serverredirect` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;


MySQL said:
#1044 - Access denied for user '********'@'localhost' to database 'serverredirect'
To fix this issue, create the database first. After the database has been created navigate to it in phpmyadmin. Open up mysql_new_install.sql with notepad and delete the following lines:

Code:
--
-- Database: `serverredirect`
--
--CREATE DATABASE `serverredirect` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
--USE `serverredirect`;

-- --------------------------------------------------------
You should be left with:

Code:
--
-- Table structure for table `server`
--

CREATE TABLE IF NOT EXISTS `server` (
  `id` int(11) NOT NULL auto_increment,
  `address` varchar(50) NOT NULL default '127.0.0.1',
  `groupnumber` int(11) NOT NULL default '1',
  `last_update` datetime NOT NULL,
  `display_name` varchar(100) NOT NULL default '[new server]',
  `offline_name` varchar(100) NOT NULL default '[offline]',
  `maxplayers` int(11) NOT NULL default '0',
  `currplayers` int(11) NOT NULL default '0',
  `map` varchar(70) NOT NULL default '[no map]',
  PRIMARY KEY  (`id`),
  KEY `groupnumber` (`groupnumber`),
  KEY `last_update` (`last_update`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `server`
--

INSERT INTO `server` (`id`, `address`, `groupnumber`, `last_update`, `display_name`, `offline_name`, `maxplayers`, `currplayers`, `map`) VALUES
(1, '127.0.0.1:27015', 1, '2008-12-31 00:00:00', 'Example Server | {MAP} | {CURR}/{MAX}', 'Example Server | OFFLINE', 0, 0, '[no map]');
Import it.

Last edited by -M-Jon; 04-28-2010 at 17:34.
-M-Jon is offline
Diablo3
Senior Member
Join Date: Feb 2010
Old 05-19-2010 , 12:28   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #116

When i type !servers , pop up menu with current server map and players , not other , where I want to joint.

And adv not work... whats wrong ? no errors.

P.S i database I see the current map of server where plugin run, but I want to show other server players and map... not the same where type !servers...
Diablo3 is offline
marvel
BANNED
Join Date: Dec 2009
Old 07-07-2010 , 13:46   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #117

I had it working on l4d2 but servers crashed. Then I used the threaded SQL version of the plugin but no it doesnt work at all anymore

Any idea?
marvel is offline
Mavrick4283
Veteran Member
Join Date: Apr 2010
Location: 127.0.0.1@root
Old 07-14-2010 , 09:24   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #118

Thank you so much VERY easy to install and works 100% with no glitches great for when you have 20 servers to keep track of lol once again great plugin and tank you
Mavrick4283 is offline
brades
SourceMod Donor
Join Date: Apr 2009
Old 07-16-2010 , 14:12   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #119

I installed this as per instruction but I am getting an error everytime the map changes. It also crashes the server.

[SM] Unable to load plugin "serverredirect_cmds.smx": Could not find required plugin "serverredir"

How can i fix this?
brades is offline
Forsetti
Junior Member
Join Date: Jan 2009
Old 07-19-2010 , 17:42   Re: Server Redirect 1.1 [Last update: Februari 7, 2009]
Reply With Quote #120

I need help.

The mod is install.
  • Sourcemod load the plugins and his cfg.
  • All the cvar are correctly set.
  • I can see the "heartbeat" in the mysql DB
  • sm_redirect_list shows the server list
  • sm_redirect_show <#userid|name> WORKS
My problem is with the public command !servers, !server and !swapme. They don't work. I have no idea where to look to fix this.

Any idea?

Last edited by Forsetti; 07-20-2010 at 01:08.
Forsetti 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 09:34.


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