Looks interesting
Printable View
Looks interesting
Demo Server?
Thats Pretty awsome , 10/10
Looks professional, ahaha
It's nice, But i have edited the config.php but still i get index of, Not a website or something.
Cant you make a tutorial or someth
import the database in phpmyadmin or navicat or anything
then edit config.php and sqlconfig.php or anything edit all configs that u see that need to edited :P
Thanks Willieboy75 :)
Since it is only the hotel inside folder, web folder is missing?
i need register...
Yes Web folder is missing .. xD Give more than web folder to download pls.
u wanna have a server?
it does work without its like an browsergame lol
I need register
Update* In tha next update a full cms!
k, I will wait till the New Release x]
Je kan niet goed lopen, geen spullen draaien, oppakken of selecteren, je loopt over je spullen heen.. Wat is dit voor release??
You can't walk correctly, pick stuff up, twist them or even select them, and you wiill walk up on your stuff.. What kind of release is this?
Looks good!!!!!!!!!
Hey,
I havent used this as it isnt really useful for me,
But i was wondering how the coding was done..
But the first file i opened was alert.php.. and what i noticed is that its quite badly done..
in mysql no "LIMIT 1" is used where it would help alot to keep the resource low.
Also you execute query's that dont have to be executed.
As when you banned why would you still execute a query to see if there where any warnings for him.
Same for perm ban if he already got a normal ban from the site no need to check if there's also a perm ban.
I did this quite fast also didnt test,PHP Code:<?php
require_once("config_sql.php");
if (ISSET($_GET['jouwnaam'])) {
mysql_query("UPDATE members SET last_online = NOW() WHERE naam = '" . $_GET['jouwnaam'] . "' LIMIT 1");
$ban = halen("SELECT ban FROM members WHERE naam = '".$_GET['jouwnaam']."' LIMIT 1");
if ($ban != "yes") {
$perm_bans = mysql_num_rows(mysql_query("SELECT ip FROM perm WHERE ip='" . $_SERVER['REMOTE_ADDR'] . "' LIMIT 1"));
}
if (($perm_bans != 0) || ($hotel_status == "offline") || ($ban == "yes")) {
echo "exit_client();";
} else {
$warning = halen("SELECT warning FROM members WHERE naam = '" . $_GET['jouwnaam'] . "' LIMIT 1");
if ($warning != "") {
$warning = str_replace ("'", "", $warning);
$warning = str_replace ('"', "", $warning);
$warning = str_replace ('[br]', "<br>", $warning);
echo "start_alert('".$warning."');";
mysql_query("UPDATE members SET warning = '' WHERE naam = '" . $_GET['jouwnaam'] . "' LIMIT 1");
}
}
}
?>
But this should speed up that page quite a bit :/.
And i dont really understand why a normal ban and perm ban use seperate tables..
Would speed it alot up if there was 1 table and just 1 query.
this has already been posted ??
Has this been coded in Javascript? If so...wow.
I used to play at a hotel named jabbo, I HATED IT!!! I was a jabbo X, and somebody hacked me, and then i got permed! It was owned by infinty I think. If thats you, Then i'd like to say, You Suck!