Check alle échte Black Friday-deals Ook zo moe van nepaanbiedingen? Wij laten alleen échte deals zien
Toon posts:

Counterstrike Source-Sourcebans

Pagina: 1
Acties:
  • 272 views

Verwijderd

Topicstarter
Goedeavond,


ik heb hier het volgend probleem. Ik heb een Counterstrike Source Server met daarbij een website. Nu zou ik graag Sourcebans willen installeren. Het installeren lijkt gelukt, maar er zit nog één foutje in. Wanneer ik iemand ban op de server komt het niet op de website te staan. De poorten bij de host staan open, maar toch wil het niet werken. Wel vind hij de server op de website maar dat was het dan ook echt. Ik heb al gesproken met iemand van de host maar die komt er ook niet uit. Hier is de database van de server/sourcemod:

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
"Databases" 
{ 
   "driver_default"      "mysql" 
    
   "sourcebans" 
   { 
      "driver"         "mysql" 
      "host"            "**SNIP**" 
      "database"         "**SNIP**" 
      "user"            "**SNIP**" 
      "pass"            "**SNIP**" 
      //"timeout"         "0" 
      "port"         "3306" 
   } 
    
   "storage-local" 
   { 
      "driver"         "sqlite" 
      "database"         "sourcemod-local" 
   } 
   "driver_default"      "mysql" 
    
   "sourcebans" 
   { 
      "driver"         "default" 
      "host"            "**SNIP**" 
      "database"         "**SNIP**" 
      "user"            "**SNIP**" 
      "pass"            "**SNIP**" 
      //"timeout"         "0" 
      "port"         "3306" 
   } 

}


En hier is de sourcebans.cfg:

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
/** 
* sourcebans.cfg 
* 
* This file contains settings for the SourceBans Source Server Plugin 
* @author SteamFriends Development Team 
* @version 0.0.0.$Rev: 74 $ 
* @copyright SteamFriends (www.steamfriends.com) 
* @package SourceBans 
*/ 

"SourceBans" 
{ 
   "Config" 
   { 
      // Website address to tell where the player to go for unban, etc 
      "Website"         "http://www.yourwebsite.net/" 

      // Allow or disallow admins access to addban command 
      "Addban"         "1" 

      // Allow or disallow admins access to unban command 
      "Unban"            "1" 
        
        // The Tableprefix you set while installing the webpanel. (default: "sb") 
      "DatabasePrefix"   "sb" 

      // How many seconds to wait before retrying when a players ban fails to be checked. Min = 15.0 Max = 60.0 
      "RetryTime"         "45.0" 
       
      // How often should we process the failed ban queue in minutes 
      "ProcessQueueTime"   "5" 

      // Should the plugin automaticaly add the server to sourcebans 
      // (servers without -ip being set on startup need this set to 0) 
      "AutoAddServer"      "0" 

      // Enable backing up config files after getting admins from database (1 = enabled, 0 = disabled) 
      "BackupConfigs"   "1" 

      // Enable admin part of the plugin (1 = enabled, 0 = disabled) 
      "EnableAdmins"   "1" 
        
      // Require the admin to login once into website 
      "RequireSiteLogin"   "0" 

      // This is the ID of this server (Check in the admin panel -> servers to find the ID of this server) 
      "ServerID"      "1" 
   } 

   /* 
    * Generic menu options for if a reason isn't supplied in a ban 
    * Without a supplied reason the ban will never be written to the database 
    */ 
   "BanReasons" 
   { 
      "Hacking"   "Hacking" 
      "Exploit"   "General Exploit of Game/Map/Server" 
      "TK"   "Team Killing" 
      "TF"   "Team Flashing" 
      "CommSpam"   "Spamming Mic/Chat" 
      "BadSpray"   "Inappropriate Spray" 
      "BadLang"   "Inappropriate Language" 
      "BadName"   "Inappropriate Name" 
      "IgnoreAdmin"   "Ignoring Admins" 
        "Stacking"   "Team Stacking" 
      "Own Reason"   "Own Reason" 
   } 
    
   /* 
    * Submenu options for when "Hacking" is selected 
    * If "Hacking" is removed from the menu above this will not be accessable 
    */ 
   "HackingReasons" 
   { 
      "Aimbot"   "Aimbot" 
      "Antirecoil"   "Anti Recoil" 
      "Wallhack"   "Wallhack" 
      "Spinhack"   "Spinhack" 
      "Speedhack"   "Speedhack" 
      "Multi-Hack"   "Multi-Hack" 
      "No Smoke"   "No Smoke" 
      "No Flash"   "No Flash" 
   } 
}


Heeft iemand hier ook ervaring mee gehad of sterker nog iemand een oplossing hiervoor.. ben hier al vanaf vanmorgen 10:00U mee aan klote maar niks wil werken.

Help me!

HnDj

[ Voor 3% gewijzigd door RobIII op 24-08-2011 21:53 . Reden: Gegevens verwijderd ]


  • McKaamos
  • Registratie: Maart 2002
  • Niet online

McKaamos

Master of the Edit-button

geen idee, maar het is niet zo slim om een wachtwoord op een forum te plempen...

Iemand een Tina2 in de aanbieding?


  • RobIII
  • Registratie: December 2001
  • Niet online

RobIII

Admin Devschuur®

^ Romeinse Ⅲ ja!

(overleden)
Ik zie even niet wat dit met PRG te maken heeft :? >> Waar hoort mijn topic?
Dit is (denk ik?) een configuratieprobleem van 't een-of-ander of iets dergelijks; het heeft in ieder geval niets met (zelf) programmeren te maken. Ik zou eens gaan snuffelen op supportpagina's ofzo of aankloppen bij de makers.

[ Voor 30% gewijzigd door RobIII op 24-08-2011 21:54 ]

There are only two hard problems in distributed systems: 2. Exactly-once delivery 1. Guaranteed order of messages 2. Exactly-once delivery.

Je eigen tweaker.me redirect

Over mij


Dit topic is gesloten.