You are not logged in.

bebe-soleil

Beginner

  • "bebe-soleil" started this thread

Posts: 20

wcf.user.option.userOption53: Nein

  • Send private message

1

Thursday, May 2nd 2013, 6:40pm

Stamm Plugin Hilfe

Hallo ich habe ein Problem mit dem Webinterface vom Stamm Plugin.
Ich habe mir eine Mysql Datenbank angelegt und eine Subdomain erstellt. Einen Ordner Stamm in meinen FTP erstellt und alles wie in der Anleitung beschrieben bearbeitet und hochgeladen.
Aber ich bekomme dort meinen Server nicht angezeigt. Selbst wenn ich die Ip angebe.
Nun frage ich mich ob ich was falsch gemacht habe bei der angabe?
Unsere Homepage zu dem Plugin: http://www.stamm.rofl-gamerz.de/

Im Ordner Server... die Confic sieht bei mir so aus:

Spoiler Spoiler

<?php
/**
* Stamm Webinterface
*
* The Webinterface for the Stamm Plugin
*
* https://github.com/popoklopsi/Stamm-Webinterface
* http://forums.alliedmods.net/showthread.php?p=1338942
*
* @author Popoklopsi
* @copyright (c) 2012 - David Ordnung
* @version 1.1
*/

// --> Begin Settings ----------------------------------------------------------

$vips = 0; // 1 = show only VIP's, 0 = all Players
// 1 = Zeige nur VIP's, 0 = alle Spieler
$show_users = "20"; // How much users per page
// Spieler pro Seite
$points_min = "100"; // Minimum Stamm Points of Players in VIP List
// Minimale Punkte um in der Liste zu stehen

$use_overview = 1; // 1 = linking Back to the server overview, 0 = don't do
// 1 = Zurück zur Server Übersicht linken, 0 = Nicht machen

// PayPal Settings -------------------------------------------------------------

// Instant Payment Notification (https://cms.paypal.com/us/cgi-bin/?cmd=_…_admin_IPNSetup)

$paypal_enable = 0; // 1 = enable Paypal, 0 = Disable
// 1 = PayPal aktivieren, 0 = Deaktivieren
$paypal_email = "your@email.com"; // PayPal Email
$paypal_language = "US"; // Two Letter language code , all see here: https://www.x.com/developers/paypal/docu…i/country-codes
// Sprach Code, siehe hier: https://www.x.com/developers/paypal/docu…i/country-codes
$paypal_country = "USD"; // Your currency, list over all currencies: https://www.x.com/content/currency-codes…ency_codes-html
// Deine Währung, siehe hier: https://www.x.com/content/currency-codes…ency_codes-html
$paypal_options =
array
(
"100" => "1.00",
"300" => "2.95",
"500" => "4.90",
"800" => "7.85",
"1000" => "9.80",
"1300" => "12.75",
"1500" => "14.70",
"1800" => "17.65",
"2000" => "19.60",

); // Your point prices "points" => "price" (Please use points, not commas, for prices!)
// Deine Preise! "Punkte" => "Preis" (Bitte Punkte und keine Kommas für Preise benutzen!)

// Stamm Settings --------------------------------------------------------------

$level_settings =
array
(
"bronze" => "500",
"silver" => "1000",
"gold" => "1500",
"platinum" => "2000",
"diamond" => "2500",
"god" => "3000"
); // Your level settings, please order right from low points to high points!
// Deine Level Einstellungen von Stamm, bitte von unten nach oben sortieren!

// MySQL Settings --------------------------------------------------------------

$servername = "xxxxxxxxx"; // DB hostname
$dbusername = "xxxxxxxxx"; // DB username
$dbpassword = "xxxxxxx"; // DB password
$dbname = "xxxxxxx"; // DB name

$table = "STAMM_DB_1"; // Name of your Stamm Table
// Name deiner Stamm Datenbank

// --> End Settings ------------------------------------------------------------
?>


und die Normale im Webinterface sieht so aus :

Spoiler Spoiler

<?php
/**
* Stamm Webinterface
*
* The Webinterface for the Stamm Plugin
*
* https://github.com/popoklopsi/Stamm-Webinterface
* http://forums.alliedmods.net/showthread.php?p=1338942
*
* @author Popoklopsi
* @copyright (c) 2012 - David Ordnung
* @version 1.1
*/

// If you have more than one Server, you can add here a overview
// To add a server, add to the array "ServerFolder" => "Picturename",
// Please add a comma after it!

// Wenn du mehr wie einen Server hast, kannst du hier eine Übersicht hinzufügen
// Um einen Server hinzuzufügen, füge folgendes an: "ServerOrdner" => "Bildname",
// Bitte beachte das Komma danach!

$server_options =
array
(
"Server" => "server.jpg", "84.201.1.67:27015"
//"Server2" => "server2.jpg",

);


wenn ich auf das Bild klicke kommt der Fehler:

Spoiler Spoiler

Warning: include(/../config.php): failed to open stream: No such file or directory in /www/htdocs/w0104951/stamm/Server/inc/funktion.php on line 14

Warning: include(): Failed opening '/../config.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/w0104951/stamm/Server/inc/funktion.php on line 14

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /www/htdocs/w0104951/stamm/Server/index.php on line 93
Table 'd017120e.STAMM_DB_1' doesn't exi


Kann mir jemand helfen?

Gruß

This post has been edited 1 times, last edit by "General" (May 2nd 2013, 7:41pm) with the following reason: zugangsdaten entfernt


General

Super Moderator

Posts: 1,043

Location: Mönchengladbach

Occupation: Brückenkranführer / Staplerfahrer

wcf.user.option.userOption53: Nein

  • Send private message

2

Thursday, May 2nd 2013, 7:43pm

Haste du auch auf dem server in der databases.cfg alles eingetragen ^^ zu finden hier: cstrike/addons/sourcemod/configs

bebe-soleil

Beginner

  • "bebe-soleil" started this thread

Posts: 20

wcf.user.option.userOption53: Nein

  • Send private message

3

Thursday, May 2nd 2013, 7:55pm

ja habe ich :)



Edit : jetzt läuft es. Danke an Blackpanther :)

This post has been edited 1 times, last edit by "bebe-soleil" (May 2nd 2013, 8:10pm)


General

Super Moderator

Posts: 1,043

Location: Mönchengladbach

Occupation: Brückenkranführer / Staplerfahrer

wcf.user.option.userOption53: Nein

  • Send private message

4

Thursday, May 2nd 2013, 7:59pm

mach mal Teamviewer an dann schau ich mal mit drüber