Shakes & Fidget Private - Full Script (Tulyita)

06/12/2014 15:13 sanya1020304050#676
New file request 75% bugg...

and database
06/12/2014 16:56 Trabifreund#677
kann man auch über den admin tool IP bannen?
06/12/2014 18:05 UND3RW0RLD#678
DELETED
06/12/2014 18:28 gpetak#679
Hello, ǝnd1ǝss-ɯonǝʎ.

You are allowed to spend the database belonging to adminui? which operates the uploaded request :)
Thank you!

Sorry for my bad Eng.
06/13/2014 17:04 eskocze#680
can me any who help with data by jessi please .. :(
06/13/2014 18:24 birdem#681
Hiho,
also irgendwie hat das AdminUI Probleme bei der Aufgabe von Variablen.

Code:
// User levels                                                              #
	define (UC_USER, 1);                                                    #
	define (UC_POWER_USER, 2);                                              #
	define (UC_VIP, 3);                                                     #
	define (UC_SUPPORTER, 4);                                               #
	define (UC_ADMIN, 5);                                                   #
//
z.B. da gibt er mir im UI das aus:
Quote:
Notice: Use of undefined constant UC_USER - assumed 'UC_USER' in C:\xampp\htdocs\adminui\backend\main.php on line 19
Oder auch
Quote:
Notice: Undefined offset: 2 in C:\xampp\htdocs\adminui\index.php on line 141
Code:
/* start -- load */
if (USE_OPEN)
    $data = file("/proc/stat");
else
{
    ob_start();
    system("cat /proc/stat");
    $data = ob_get_contents();
    ob_end_clean();
    
    $data = explode("\n", $data);
}

$data = $data[0];
$data = explode(" ", $data);

$user = $data[2];
$nice = $data[3];
$system = $data[4];
$idle = $data[5];
$total = $user + $nice + $system + $idle;

$user = ($user * 100.0)/$total;
$nice = ($nice * 100.0)/$total;
$system = ($system * 100.0)/$total;
$idle  = ($idle  * 100.0)/$total;

/* end -- load */
Gut das könnte nun daran liegen, dass er auf ein verzeichnis zugreifen will was nicht existiert. In dem Falle natürlich /proc/stat.

Hast du für das erste Problem eine Lösung parat?
06/13/2014 19:40 UND3RW0RLD#682
DELETED
06/13/2014 20:29 krejcomut#683
how change max level on server ?
06/13/2014 21:34 UND3RW0RLD#684
DELETED
06/13/2014 21:43 krejcomut#685
Thanks i make tut on my forum about shakes and fidget
06/13/2014 22:16 jkoby#686
Hey there. Big big thanks for all the stuff about this game.
I want to ask am i the only one who get "Error: This name is not available" when try to register. the database is clean i've just downloaded the @ǝnd1ǝss-ɯonǝʎ version.
06/13/2014 22:18 UND3RW0RLD#687
DELETED
06/13/2014 22:22 jkoby#688
No. tried demonoid,transilvania and etc. nothing get accepted :/ it's on public dedicated server not my localhost.
06/13/2014 23:53 UND3RW0RLD#689
DELETED
06/13/2014 23:53 jkoby#690
Thank you for your reply.

Found the problem. It was messed from Cache-Control and Expires headers. now i try to figure out why on mushrooms everything is missing.