Raised This Month: $32 Target: $400
 8% 

Level 1 Admin erstellen erfolgreich und trotzdem kein Zugrif


  
 
 
Thread Tools Display Modes
Author Message
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 04-19-2006 , 07:36   Level 1 Admin erstellen erfolgreich und trotzdem kein Zugrif
#1

Hallo, irgendwie will das nicht so wie ich das will mit dem Admin erstellen.
Ich benutze AMX-Bans 4.3. Habe alle Dateien hochgeladen und auch den Ordner include mit Schreibrechten versehen, ebenso den smaty/templates_c Ordner. Ich habe mir zu Testzwecken bei db4free eine Datenbank angelegt.
Wenn ich jetzt die setup.php aufrufe läuft alles ganz normal, kann meine Datenbank angeben, connection klappt auch, erstelle die Tabellen, setzte die Ordner fest (lasse sie so wie sie sind). Tjoa, und dann kommt der Admin, erstelle also meinen Benutzeraccount, mache weiter, es steht dort auch "Level 1 Admin created success"" (bei allen 3 Sachen steht das) wenn ich dann aber auf der letzten Seite "proceed with amx-bans" klicke kommt dann: "Username or password incorrect or you are not an Admin" ???
Was läuft da falsch?

Edit: Manchmal kommt auch diese Fehlermeldung: "Your username or password is incorrect, or you are not an admin.Out of range value adjusted for column 'id' at row 1"
__________________

Mordekay is offline
Curryking
Veteran Member
Join Date: Jun 2004
Location: 51.22°N / 6.77°E
Old 04-19-2006 , 07:52  
#2

Cookies/Formulare/Eingabehilfe löschen, erneut versuchen. Hast wohl bei den ganzen Versuchen verschiedene Benutzernamen und/oder Passwörter verwendet und Dein Browser versucht sich mit einem bestimmten (nicht dem aktuellen) Admin + PW einzuloggen.

Curry
__________________
Full speed - no brakes!
Curryking is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 04-19-2006 , 07:58  
#3

Nope
Das war´s leider nicht. Ich kam dann zwar auf die ban_list.php und konnte versuchen mich erneut einzu loggen aber auch da wieder
Quote:
Your username or password is incorrect, or you are not an admin.Out of range value adjusted for column 'id' at row 1
__________________

Mordekay is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 04-19-2006 , 10:12  
#4

Ok, ein kleines Update:
Quote:
# Make sure that the user running your webserver has write-access to the smarty/templates_c directory and to include/config.inc.php!
smarty/templates_c habe ich writerechte vergeben, auch an das include-Verzeichnis. Aber die Datei config.inc.php existiert bei mir anfangs gar nicht?!?
Sie wird erst erstellt wenn ich das ganze setup durchlaufen habe. Dann scheint es aber schon zu spät zu sein mit dem Admin-erstellen, oder liege ich da völlig falsch?
__________________

Mordekay is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 04-19-2006 , 12:36  
#5

Also, mithilfe eines kleines Tricks habe ich das ganze zum laufen gebracht. Ich habe auf meinem Wbspace auch mysql Datenbanken, jedoch kann man auf die nicht von aussen zugreifen. Also habe ich das ganze erstmal auf meinem webspace installiert und dann mit export die Tabellen auf die b4free-Datenbank überspielt.
Jedoch kann ich keine Server hinzufügen und auf einmal kann ich trotz das ich mich mit setinfo authentifiziere nicht mehr als Admin auf meinem Server einloggen.
Hier meine plugins.ini
Code:
; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx		; admin base (required for any admin-related)
admin_sql.amxx		; admin base - SQL version (comment admin.amxx)
amxbans.amxx

; Basic
admincmd.amxx		; basic admin console commands
adminhelp.amxx		; help command for admin console commands
;adminslots.amxx		; slot reservation
multilingual.amxx	; Multi-Lingual management

; Menus
menufront.amxx		; front-end for admin menus
cmdmenu.amxx		; command menu (speech, settings)
plmenu.amxx		; players menu (kick, ban, client cmds.)
telemenu.amxx		; teleport menu (Fun Module required!)
mapsmenu.amxx		; maps menu (vote, changelevel)

; Chat / Messages
adminchat.amxx		; console chat commands
antiflood.amxx		; prevent clients from chat-flooding the server
scrollmsg.amxx		; displays a scrolling message
imessage.amxx		; displays information messages
adminvote.amxx		; vote commands

; Map related
nextmap.amxx		; displays next map in mapcycle
;mapchooser.amxx		; allows to vote for next map
timeleft.amxx		; displays time left on map

; Configuration
pausecfg.amxx		; allows to pause and unpause some plugins
statscfg.amxx		; allows to manage stats plugins via menu and commands

; Counter-Strike
restmenu.amxx		; restrict weapons menu
statsx.amxx		; stats on death or round end (CSX Module required!)
miscstats.amxx		; bunch of events announcement for Counter-Strike
stats_logging.amxx	; weapons stats logging (CSX Module required!)


; Custom - Add 3rd party plugins here
adminlisten.amxx
hpk.amxx
csnadedrops.amxx
awplimit.amxx
amxx_atac_cfg.amxx
amxx_atac.amxx
afkkicker2.amxx
server_rules.amxx
map_extend_vote.amxx
Meine modules.ini
Code:
; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line

; ------------------------------
; Fun - provides extra functions
; ------------------------------
;fun_amxx_i386.so
fun_amxx.dll
;fun_amxx_amd64.so

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
;engine_amxx_i386.so
engine_amxx.dll
;engine_amxx_amd64.so

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
;fakemeta_amxx_i386.so
;fakemeta_amxx.dll
;fakemeta_amxx_amd64.so

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
mysql_amxx.dll
;mysql_amxx_amd64.so
;PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; SQLite
;sqlite_amxx.dll
;sqlite_amxx_i386.so
;sqlite_amxx_amd64.so

; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so

; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
;sockets_amxx_amd64.so

; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so

; --------------------
; Binary Vault support
; --------------------
;nvault_amxx_i386.so
;nvault_amxx.dll
;nvault_amxx_amd64.so

; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
;cstrike_amxx_i386.so
cstrike_amxx.dll
;cstrike_amxx_amd64.so

; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
;csx_amxx_i386.so
csx_amxx.dll
;csx_amxx_amd64.so
und meine sql.cfg
Code:
// SQL configuration file
// File location: $moddir/addons/amxmodx/configs/sql.cfg

// *NOTE* Linux users may encounter problems if they specify "localhost" instead of "127.0.0.1"
// We recommend using your server IP address instead of its name

amx_sql_host	"db4free.org"
amx_sql_user	"******"
amx_sql_pass	"******"
amx_sql_db	"******"
amx_sql_table	"admins"
Kennt wer des Rätsels Lösung?
__________________

Mordekay is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 04-21-2006 , 11:41  
#6

Ich weis nicht ob bei euch puschen verboten ist (habe in den deutschen Forenregeln zumindest nichts gefunden), aber nach 2 Tagen ohne Antwort versuche ich es halt mal, weis keiner einen Rat für mein Problem?
__________________

Mordekay is offline
 


Thread Tools
Display Modes

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 05:16.


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