Search results

  1. Vezel

    [HELP] When News page is called News.php it dosn't work, any other name work [HELP]

    What exactly should I look for there? O.o
  2. Vezel

    [HELP] When News page is called News.php it dosn't work, any other name work [HELP]

    Hi! Im using RevCMS and my News page dosn't work, this is what happens when i go to the news page: http://prntscr.com/3s26z7 Here is my news.php: <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName} -...
  3. Vezel

    Service Making Staff/Owner badges.

    I got some requests: First: Badge Design: Design 2 Hotel Name: HabZen Hotel Title: Owner Second: Badge Design: Design 1 Hotel Name: HabZen Hotel Title: Mod Third: Badge Design: Design 1 Hotel Name: HabZen Title: Event Thank you! :D
  4. Vezel

    [HELP] Unknown column 'user_id' in 'field list' When register! [HELP]

    Yea, that worked but now I got the error: "Field 'name' doesn't have a default value" Edit: NVM I deleted: while ($newUser = mysql_fetch_array($getUser)) { $engine->query("INSERT INTO `bots` (`user_id`, `look`) VALUES ('".$newUser['id']."', '".$newUser['look']."')")...
  5. Vezel

    [HELP] Unknown column 'user_id' in 'field list' When register! [HELP]

    Can we do it via TeamViewer?
  6. Vezel

    [HELP] Unknown column 'user_id' in 'field list' When register! [HELP]

    Shouldnt it be something in a table called "field list"?
  7. Vezel

    [HELP] Unknown column 'user_id' in 'field list' When register! [HELP]

    class.users.php: http://pastebin.com/dfzVG7bK
  8. Vezel

    [HELP] Unknown column 'user_id' in 'field list' When register! [HELP]

    Tried that now, didn't work.. Register Page: <?php if(isset($_POST['register'])){ $alertType = "danger"; // danger - warning - success - info $alert = "Registration under construction."; } ?> <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>HabZen...
  9. Vezel

    [HELP] Unknown column 'user_id' in 'field list' When register! [HELP]

    Hi guys! When I register I get this error for some reason: http://prntscr.com/3rk56i Does anyone know any fix?
  10. Vezel

    [HELP] When you register the ip dosn't show up in ip_reg in the DB [HELP]

    This is my register.php if you need it: <?php if(isset($_POST['register'])){ $alertType = "danger"; // danger - warning - success - info $alert = "Registration under construction."; } ?> <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>HabZen...
  11. Vezel

    Service Making FindRetro Banner's

    Hi! I would like a banner ! :) Hotel Name: HabZen Logo: You make one! ;) Text at the bottom: R63 - DDoS Protection - Free VIP - 24/7 - Customs - Join Now! Can you also make it so it sais how many users that is online? Thanks! :)
  12. Vezel

    [HELP] When you register the ip dosn't show up in ip_reg in the DB [HELP]

    Hi! As the title sais, when I register to my hotel it dosn't take my ip and put it in the ip_reg in the DB. This is how it looks like: http://prntscr.com/3r8om6 Becouse of this it sais that all users have the same IP adress and I can't IP ban anyone. Please help!
  13. Vezel

    [HELP]Client re-directs to FindRetros api when I write [HELP]

    Fixed but got a new problem, making new thread
  14. Vezel

    [HELP]Client re-directs to FindRetros api when I write [HELP]

    But the findretro api isn't even linked to my account.. It was there when I downloaded the CMS and I want to delete it..
  15. Vezel

    [HELP]Client re-directs to FindRetros api when I write [HELP]

    Where should I change that?
Top