Search results

  1. Livar

    Introduction Howdy

    Howdy MyChemicalSelf..
  2. Livar

    [PHP]Simple Redirect Other IPs

    ye, I didn't exactly write it correctly but you know what I mean.
  3. Livar

    [PHP]Simple Redirect Other IPs

  4. Livar

    [PHP]Simple Redirect Other IPs

    If I'm right I thought you can do this? $ip = $SERVER['REMOTE_ADDR']; if($ip == "127.0.0.1" || "ipadress") { //allow } else { //deny }
  5. Livar

    [HELP] PHP Coding [HELP]

    I know it's an array, I've just never wrote the code: $Configuration = array();
  6. Livar

    [HELP] PHP Coding [HELP]

    I have no idea good sir, I've never set an array for my configuration values.
  7. Livar

    [HELP] PHP Coding [HELP]

    But I haven't done: $Configuration = array();
  8. Livar

    [HELP] PHP Coding [HELP]

    Adil you fucking faggot, stop crying and help him, you don't need to use Arrays, here's my configuration: <?php /*==========================================================================\ | LeightCMS - Content Management System for Habbo Hotel Private Servers | | Compatible with...
  9. Livar

    Why do I receive a 404?

    Yeah do what Mark said I instantly saw that, if you put: if(!DEFINED(Diversity)) It'll assume 'Diversity' has been defined. So to fix put this: if(!DEFINED('Diversity')) -livar.
  10. Livar

    [PHP] Class Error

    Your doing it wrong, your calling the classTPL from the global? It seems your not calling the engine class.
  11. Livar

    [PHP]OOP question

    First one as its an addition to ur other class
  12. Livar

    [PHP] Form Validation

    First of all, he's connected to MySQLi, so don't use MySQLi, use MySQL. second here's a simple login, and don't make another file just for login, on your index do: if(isset($_POST['password'])) { $username = $Core->tFilter($_POST['username']); $password = $Core->tHash($-POST['password'])...
  13. Livar

    PHP - File Write

    Look at the top, then you must figure out the rest yourself...
  14. Livar

    PHP - File Write

    No cigar: if(isset($_POST['Install'])) { $open = fopen("../includes/configuration.php", "w"); fwrite("Hello", $open); fclose($open); } Finally got it to write, thanks!
  15. Livar

    PHP - File Write

    Nope, still doesn't write it.
  16. Livar

    PHP - File Write

    Absolutely nothing, here's my current code: <?php /* ---------------------------------------- * LEEXOWEB - CONTENT MANAGMENT SYSTEM * COMPATIBLE WITH UBEREMULATOR (PHOENIX) * ---------------------------------------- * AUTHOR: LIVAR SHEKHANI (POWAHALERT) * AUTHOR: WWW.L-SHEKHANI.CO.UK *...
  17. Livar

    PHP - File Write

    Mark, it creates the file, just doesn't write it?
  18. Livar

    PHP - File Write

    Hey there, well I've been trying to make an installer, just can't get my head around what to write: Here's my current code, <?php /* ---------------------------------------- * LEEXOWEB - CONTENT MANAGMENT SYSTEM * COMPATIBLE WITH UBEREMULATOR (PHOENIX) *...
  19. Livar

    Ideas for a new hotel name?

    Habton Habtrox Pacton Babbo done.
  20. Livar

    Show DevBest LeexoWEB - Design

    Hai, I'm doing a new CMS Habbo related, done a design, like it? http://screensnapr.com/v/j2Ae2d.png feedback, and ideas for color scheme please? edit: re done it and its abit neater: http://screensnapr.com/v/tVtVBM.png
Top