Admin Extra Options

Status
Not open for further replies.
Newbie Spellweaver
Joined
Sep 23, 2008
Messages
13
Reaction score
0
Hi all im new to this forum :) ive been browsing it for around 1 week looking for all sorts of files and have found some really good ones. I have just opened a game and would like to know if someone could supply me with the following:

- The admin MATS panel with a small tut on how to install the files.
- An admin option to message all members in the game.

All help will be much appreciated !

M0nk
 
I get this for the message all php file:

Warning: include() [function.include]: SecureSSI Sicherheitsverletzung: Das Script (/usr/export/www/hosting/spaceflights/messall.php) hat versucht, ausserhalb von deinem Webspaceverzeichniss, auf die Datei (./../extension.inc) zuzugreifen. Aus Sicherheitsgruenden ist dies nicht erlaubt! in /usr/export/www/hosting/spaceflights/messall.php on line 15

Warning: include(./../extension.inc) [function.include]: failed to open stream: Operation not permitted in /usr/export/www/hosting/spaceflights/messall.php on line 15

Warning: include() [function.include]: Failed opening './../extension.inc' for inclusion (include_path='.:') in /usr/export/www/hosting/spaceflights/messall.php on line 15

Warning: include() [function.include]: SecureSSI Sicherheitsverletzung: Das Script (/usr/export/www/hosting/spaceflights/messall.php) hat versucht, ausserhalb von deinem Webspaceverzeichniss, auf die Datei (./../common.) zuzugreifen. Aus Sicherheitsgruenden ist dies nicht erlaubt! in /usr/export/www/hosting/spaceflights/messall.php on line 16

Warning: include(./../common.) [function.include]: failed to open stream: Operation not permitted in /usr/export/www/hosting/spaceflights/messall.php on line 16

Warning: include() [function.include]: Failed opening './../common.' for inclusion (include_path='.:') in /usr/export/www/hosting/spaceflights/messall.php on line 16

Fatal error: Call to undefined function message() in /usr/export/www/hosting/spaceflights/messall.php on line 72

And i get this for the MATs file:

Warning: include() [function.include]: SecureSSI Sicherheitsverletzung: Das Script (/usr/export/www/hosting/spaceflights/mats.php) hat versucht, ausserhalb von deinem Webspaceverzeichniss, auf die Datei (./../extension.inc) zuzugreifen. Aus Sicherheitsgruenden ist dies nicht erlaubt! in /usr/export/www/hosting/spaceflights/mats.php on line 15

Warning: include(./../extension.inc) [function.include]: failed to open stream: Operation not permitted in /usr/export/www/hosting/spaceflights/mats.php on line 15

Warning: include() [function.include]: Failed opening './../extension.inc' for inclusion (include_path='.:') in /usr/export/www/hosting/spaceflights/mats.php on line 15

Warning: include() [function.include]: SecureSSI Sicherheitsverletzung: Das Script (/usr/export/www/hosting/spaceflights/mats.php) hat versucht, ausserhalb von deinem Webspaceverzeichniss, auf die Datei (./../common.) zuzugreifen. Aus Sicherheitsgruenden ist dies nicht erlaubt! in /usr/export/www/hosting/spaceflights/mats.php on line 16

Warning: include(./../common.) [function.include]: failed to open stream: Operation not permitted in /usr/export/www/hosting/spaceflights/mats.php on line 16

Warning: include() [function.include]: Failed opening './../common.' for inclusion (include_path='.:') in /usr/export/www/hosting/spaceflights/mats.php on line 16

Fatal error: Call to undefined function message() in /usr/export/www/hosting/spaceflights/mats.php on line 150

Please help lol
 
Lol

you have to change root_path , then it will work.
and then you need the language file for mats.php

here is the code: mats.mo
put this file into language/{yourlanguage}/admin/

And here the code:

<?php

$lang['adm_usr_level'][0] = "Spieler";
$lang['adm_usr_level'][1] = "GameOperator";
$lang['adm_usr_level'][2] = "SuperGameoperator";
$lang['adm_usr_level'][3] = "Administrator";
$lang['adm_usr_genre']['M'] = "Männlich";
$lang['adm_usr_genre']['F'] = "Weiblich";

// Admin Strings
$lang['panel_mainttl'] = "Adminpanel";
// Admin Panel A Template 1
$lang['adm_panel_mnu'] = "Adminpanel";
$lang['adm_panel_ttl'] = "Typ der Suche";
$lang['adm_search_pl'] = "Spielernamen suchen";
$lang['adm_search_ip'] = "IP suchen";
$lang['adm_stat_play'] = "Details des Spielers";
$lang['adm_mod_level'] = "Auth-level ändern";

$lang['adm_player_nm'] = "Name des Spielers";
$lang['adm_ip'] = "IP-Adresse des Spielers";
$lang['adm_plyer_wip'] = "Spieler mit der IP-Adresse";
$lang['adm_frm1_id'] = "ID";
$lang['adm_frm1_name'] = "Name";
$lang['adm_frm1_ip'] = "IP";
$lang['adm_frm1_mail'] = "E-Mail";
$lang['adm_frm1_acc'] = "Zugang";
$lang['adm_frm1_gen'] = "Geschlecht";
$lang['adm_frm1_main'] = "ID des Planeten";
$lang['adm_frm1_gpos'] = "Position";
$lang['adm_mess_lvl1'] = "Der Zugangslevel von";
$lang['adm_mess_lvl2'] = "ist jetzt ";
$lang['adm_colony'] = "Kolonien";
$lang['adm_planet'] = "Planeten";
$lang['adm_moon'] = "Monde";
$lang['adm_technos'] = "Details der Forschungen";
$lang['adm_bt_search'] = "Suchen";
$lang['adm_bt_change'] = "Ändern";


$lang['mats_titel'] = "Materialien ändern";
$lang['mats_utitel'] = "Hinzufügen oder Löschen von Materialien";
$lang['mats_add'] = "Hinzufügen";
$lang['mats_del'] = "Löschen";
$lang['mats_ress'] = "Rohstoffe";
$lang['mats_ship'] = "Schiffe";
$lang['mats_building'] = "Gebäude";
$lang['mats_research'] = "Forschungen";
$lang['mats_def'] = "Verteidigungen";
?>
 
Sorry noob alert but ive added the .mo file to my language but im not sure where i change the root path and what i change it to?
 
Status
Not open for further replies.
Back