Search found 60 matches
- Wed Mar 02, 2016 6:21 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: CS:GO Crashing
- Replies: 2
- Views: 1593
Re: CS:GO Crashing
What are the errors exactly? Have you checked the SQL server logs for any errors from the same time? Here is a log from today just after the map changed: L 03/02/2016 - 19:53:50: Info (map "surf_forbidden_ways_ksf") (file "errors_20160302.log") L 03/02/2016 - 19:53:50: [SM] Unab...
- Mon Feb 29, 2016 4:49 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: CS:GO Crashing
- Replies: 2
- Views: 1593
CS:GO Crashing
Hey,
I bought an Unmanaged 2-core VDS from NFOservers not too long ago and I've set it up using Sourcebans, SMAC, and ckSurf. Every once in a while it seems that SRCDS will spam with MySQL errors and cause a stack overflow. I'm not sure what causes it because it happens every once in a while.
I bought an Unmanaged 2-core VDS from NFOservers not too long ago and I've set it up using Sourcebans, SMAC, and ckSurf. Every once in a while it seems that SRCDS will spam with MySQL errors and cause a stack overflow. I'm not sure what causes it because it happens every once in a while.
- Thu Jul 24, 2014 5:55 pm
- Forum: Webhosting
- Topic: XenForo Issues
- Replies: 4
- Views: 2519
Re: XenForo Issues
Thank you so much. Just solved my issue.
- Thu Jul 24, 2014 12:26 pm
- Forum: Webhosting
- Topic: XenForo Issues
- Replies: 4
- Views: 2519
XenForo Issues
Alright so I recently installed XenForo 1.3.2 (an upgrade from 1.1.3) to try to correct an issue. Whenever users try to register they get: Unable to load the webpage because the server sent no data. Reload this webpage Press the reload button to resubmit the data needed to load the page. Error code:...
- Mon May 26, 2014 8:08 am
- Forum: Garrysmod
- Topic: Lots of Addons
- Replies: 4
- Views: 1537
Re: Lots of Addons
For the sake of your clients, I would keep the download size small. Other than that, too many addons can cause the server to be overloaded. This can result in taking hours to join or the server could entirely crash.
There's also the fact of conflicting addons.
There's also the fact of conflicting addons.
- Sat May 24, 2014 4:43 pm
- Forum: Garrysmod
- Topic: Help with Scoreboard
- Replies: 2
- Views: 1550
Re: Help with Scoreboard
Scoreboard Ranks: http://facepunch.com/showthread.php?t=1356376
ULX Autopromote: http://forums.ulyssesmod.net/index.php?topic=3826.0
ULX Autopromote: http://forums.ulyssesmod.net/index.php?topic=3826.0
- Sat May 24, 2014 3:39 pm
- Forum: Garrysmod
- Topic: I can't get FastDL to work. Please Help.
- Replies: 6
- Views: 3595
Re: I can't get FastDL to work. Please Help.
It wont work everytime as there can always be unexpected issue. The problem with resource.AddWorkshop is that it's slow (because you're downlloading it from a server that everyone else is) and you download previously subscribed content. The join time for a client depends on their UP/DOWN speeds. It ...
Re: ulx ranks
If their permissions are * then change it to !%admin. Tis will allow them to target everyone that ISNT an admin.
- Wed May 21, 2014 9:05 am
- Forum: Garrysmod
- Topic: Please help!
- Replies: 2
- Views: 1232
Re: Please help!
He's talking about DarkRP
Guns: darkrp-modifications > shipments.lua and edit the teams there
Jobs: You use custom check.
http://wiki.darkrp.com/index.php/Donato ... figuration
Guns: darkrp-modifications > shipments.lua and edit the teams there
Jobs: You use custom check.
http://wiki.darkrp.com/index.php/Donato ... figuration
- Wed May 21, 2014 8:58 am
- Forum: Garrysmod
- Topic: I can't get FastDL to work. Please Help.
- Replies: 6
- Views: 3595
Re: I can't get FastDL to work. Please Help.
Where have you placed the file?
(normally lua/autorun/server)
Use
You cannot use the Collection ID, you must use individual Addon IDs
(normally lua/autorun/server)
Use
Code: Select all
resource.AddWorkshop( "ID" )
- Sat Apr 26, 2014 11:37 am
- Forum: Garrysmod
- Topic: I have a few questions.
- Replies: 3
- Views: 1564
Re: I have a few questions.
Some models do not work properly because they are either not updated or are compiled incorrectly. You can try searching for the model on Steam workshop where it would most likely be updated. A map voting addon is in steam workshop but has been reuploaded on Facepunch.com: http://facepunch.com/showth...
- Fri Mar 07, 2014 8:45 pm
- Forum: Garrysmod
- Topic: Need help - Setting up MySQL
- Replies: 8
- Views: 2642
Re: Need help - Setting up MySQL
If you had a donations system from coder hire it should've come with an SQL file. You'd have to put that with your servers .exe usually located outside your garrysmod folder
- Fri Mar 07, 2014 6:00 pm
- Forum: Garrysmod
- Topic: Need help - Setting up MySQL
- Replies: 8
- Views: 2642
Re: Need help - Setting up MySQL
You don't need MySQL for a map vote system. As for the donation system, if you'd want to spend a little money you can go to coderhire.com and buy one. The map vote system is based on lua and you can pretty much google it and find free ones
- Fri Mar 07, 2014 5:46 pm
- Forum: Garrysmod
- Topic: Need help - Setting up MySQL
- Replies: 8
- Views: 2642
Re: Need help - Setting up MySQL
What are you trying to do exactly other than set up MySQL? What are you setting it up for?
Also here's a little something for Setting up MySQL: https://dev.mysql.com/tech-resources/ar ... intro.html
Also here's a little something for Setting up MySQL: https://dev.mysql.com/tech-resources/ar ... intro.html
- Fri Mar 07, 2014 5:06 am
- Forum: Garrysmod
- Topic: How to set up the FastDL to the steam workshop with NFOserve
- Replies: 2
- Views: 2509
Re: How to set up the FastDL to the steam workshop with NFOs
Two things:
Create a steam collection and put the collection ID as well as an API key in the Easy setup tab in your CP
In your fastDL.lua file add resource.AddWorkshop( "idofworkshopitem" )
Create a steam collection and put the collection ID as well as an API key in the Easy setup tab in your CP
In your fastDL.lua file add resource.AddWorkshop( "idofworkshopitem" )