Raised This Month: $ Target: $400
 0% 

[CS:GO] Multi-1v1 (v1.1.10, 2021-10-30)


Post New Thread Reply   
 
Thread Tools Display Modes
lolSam
Junior Member
Join Date: Jul 2015
Old 07-10-2015 , 07:59   Re: [CS:GO] Multi-1v1 (v1.0.2, 2015-5-22)
Reply With Quote #751

I setup the database on two different hosted SQL servers and it seems to crash my server when somebody joins, it just hangs. Any suggestions?
lolSam is offline
theballin7
Member
Join Date: May 2011
Old 07-13-2015 , 21:31   Re: [CS:GO] Multi-1v1 (v1.0.2, 2015-5-22)
Reply With Quote #752

Hello when i join my server i cannot select any teams. all plugins working fine no errors
theballin7 is offline
lolSam
Junior Member
Join Date: Jul 2015
Old 07-14-2015 , 02:41   Re: [CS:GO] Multi-1v1 (v1.0.2, 2015-5-22)
Reply With Quote #753

I'm still trying to get the rank going, I'm still getting MySQL issues even though I've done everything imaginable..
Tried 2 remote hosts and hosting on my own PC. Ports are open, everything is accessible yet the server just cannot access my database.

Perhaps it's a problem with my host? I always get this error:
L 07/15/2015 - 00:41:44: [multi1v1.smx] Could not connect: [2003]: Can't connect to MySQL server on '110.148.129.121' (4)

edit*
Okay after testing multiple SQL hosts and game server hosts, the servers never seem to load after I set use databases to 1. They hang and do not load, this seems to happen when the mysql info is correct.
ANY help would be fantastic, please.

Last edited by lolSam; 07-14-2015 at 08:25.
lolSam is offline
Gdk
Member
Join Date: Oct 2014
Old 07-15-2015 , 12:38   Re: [CS:GO] Multi-1v1 (v1.0.2, 2015-5-22)
Reply With Quote #754

Quote:
Originally Posted by lolSam View Post
I'm still trying to get the rank going, I'm still getting MySQL issues even though I've done everything imaginable..
Tried 2 remote hosts and hosting on my own PC. Ports are open, everything is accessible yet the server just cannot access my database.

Perhaps it's a problem with my host? I always get this error:
L 07/15/2015 - 00:41:44: [multi1v1.smx] Could not connect: [2003]: Can't connect to MySQL server on '110.148.129.121' (4)

edit*
Okay after testing multiple SQL hosts and game server hosts, the servers never seem to load after I set use databases to 1. They hang and do not load, this seems to happen when the mysql info is correct.
ANY help would be fantastic, please.
To test whether your remote database host is accepting your game server request, SSH from your game server to your database server with the following command:

mysql -u yourDatabaseUser -p -h xxx.database.ip.here.xxx

http://www.rackspace.com/knowledge_c...abase-remotely

If you are able to connect then something is configured wrong on the game server

Last edited by Gdk; 07-15-2015 at 12:39.
Gdk is offline
xados
Member
Join Date: Jul 2014
Old 07-15-2015 , 15:40   Re: [CS:GO] Multi-1v1 (v1.0.2, 2015-5-22)
Reply With Quote #755

Where i can downloads maps for 32 players i mean for 32 Arenas?? help me plz guys
xados is offline
lolSam
Junior Member
Join Date: Jul 2015
Old 07-15-2015 , 17:43   Re: [CS:GO] Multi-1v1 (v1.0.2, 2015-5-22)
Reply With Quote #756

Okay, I finally got this going
I had to purchase a VPS to run my SQL database off use a combination of the following:
SourceMod: 1.10.5
MetaMod:Source: 1.7.2
Multi1v1 Plugin: 1.0.3-dev+84



#edit - Could somebody with a working server with stats tell me what versions of SM, MM and multi1v1 plugin they are using?

This works fine,
What could be configured wrong? All I edit is the Multi1v1.cfg to use database connection and then databases.cfg with the database info and credentials (which are 100% correct)

I'm have no idea what I could be doing wrong, I've read and reread the documentation and followed it to a tee I've tried multiple sql hosts and gameserver providers and multiple versions of Sm,mm and this plugin.

What seems to be happening is it connects to the database (verified by show processlist) locks the dB then sleeps / hangs when trying to create the table.

Quote:
Originally Posted by Gdk View Post
To test whether your remote database host is accepting your game server request, SSH from your game server to your database server with the following command:

mysql -u yourDatabaseUser -p -h xxx.database.ip.here.xxx

http://www.rackspace.com/knowledge_c...abase-remotely

If you are able to connect then something is configured wrong on the game server

Last edited by lolSam; 07-16-2015 at 20:56.
lolSam is offline
xados
Member
Join Date: Jul 2014
Old 07-16-2015 , 12:47   Re: [CS:GO] Multi-1v1 (v1.0.2, 2015-5-22)
Reply With Quote #757

Where i can downloads maps for 32 or 64 players i mean for 32 Arenas?? help me plz guys
xados is offline
ghostofmybrain
Veteran Member
Join Date: Mar 2010
Old 07-19-2015 , 19:51   Re: [CS:GO] Multi-1v1 (v1.0.2, 2015-5-22)
Reply With Quote #758

Quote:
Originally Posted by ghostofmybrain View Post
I am having trouble setting up the anti-squatter. I've got http://stats.absurdminds.net/stats/c...p?p=mypassword set up through config.inc.php, but I attempt to run the cron job it tells me "401 Authorization Required Authorization failed." If I navigate to the link in a browser, it pops up a dialogue box asking me for a username and password. http://i.imgur.com/1pto5lX.png I don't know where I would set a username as it's not defined in the cron job anyway and there's nowhere in the config.inc.php to set it. I did set the password and verified that it was correct between the config.inc.php and the cron job.
Does anybody have working anti-squatter that could help with this?
__________________
Boycott ESEA
My servers
ghostofmybrain is offline
Gdk
Member
Join Date: Oct 2014
Old 07-20-2015 , 12:19   Re: [CS:GO] Multi-1v1 (v1.0.2, 2015-5-22)
Reply With Quote #759

Quote:
Originally Posted by ghostofmybrain View Post
Does anybody have working anti-squatter that could help with this?
Are you protecting this part of your public web space with .htaccess and .htpasswd?
Gdk is offline
lolSam
Junior Member
Join Date: Jul 2015
Old 07-21-2015 , 22:10   Re: [CS:GO] Multi-1v1 (v1.0.2, 2015-5-22)
Reply With Quote #760

I have edited /scripting/generic.sp; can anybody tell me what exactly I would recompile now?

Last edited by lolSam; 07-21-2015 at 22:12.
lolSam 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 17:48.


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