Search results

  1. Li1M0ST3Rz

    Help me function issues

    so ive coded a script to insert into database in a function way and it accidentally inserted 4x with one click. Script: $user = new User($this->con); $block_io = new BlockIo($this->apiKey, $this->version); if(!empty($_POST['deposit'])) {...
  2. Li1M0ST3Rz

    Purchase Script Mishaps

    if(isset($_GET['buy'])) { $re = "SELECT * FROM info_sell WHERE id='".$_GET['buy']."' AND added='".$row['username']."'"; $res = mysql_query($re) or die(mysql_error()); $buy = mysql_fetch_array($res); $b = $row['credit']...
  3. Li1M0ST3Rz

    Call to a member function fetch_assoc() on a non-object

    if(isset($_GET['login'])) { $error = array(); if(!isset($_POST['loginusername']) || !isset($_POST['loginpassword'])) $error[] = 'All the fields must be filled in!'; if(!count($error)) { $user =...
  4. Li1M0ST3Rz

    if url does exist than else mishaps

    Alright hi guys i havent been one for ages, oh well but heres my problem i havent coded for a while so its a little rusty $host2 = $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']; $link2 = array ('index.php', 'home.php?home', 'home.php?register', 'home.php?personal'...
  5. Li1M0ST3Rz

    Help Error PHP

    I know i havent been on for a while and i haven't code for a while so help me out. - func.php <?php $min=1; $max=60000; $user1 = $_SESSION['user']; $req = mysql_query("SELECT * FROM user WHERE username='$user1'"); while($rows = mysql_fetch_array($req))...
  6. Li1M0ST3Rz

    [Help]NGINX[Help]

    Ughh struggle
  7. Li1M0ST3Rz

    The Best Gaming Controller To You!

    Well post name also image My fav is The Avengers(Xbox 460) Front: Back:
  8. Li1M0ST3Rz

    Harlem Shaking Site?

    Yes, my friend made this site and add Harlem shake rhythm. http://wizkiller96arcade.com/ Activation Code: up+up+down+down+left+right+left+right+b+a (P.S plus is not the code.)
  9. Li1M0ST3Rz

    New Sign.. Judgements.

    How's good my sign is?
  10. Li1M0ST3Rz

    My best WallPaper Design YET!

    Hello DB have not been on for a while because been learning designing. Look how i got in short time of period program i used are cinema 4d & photoshop
  11. Li1M0ST3Rz

    [PHP]Guess It Dont Work?[PHP]

    Okay i am using if else endif statements, and it works but don't work. Working: & Don't Work: Odd? My opinion is else dont work PHP Snippet: <?php if($_SESSION['logged_in'] = TRUE): { echo $_SESSION['username']; }else:{ echo '<b>Guest</b>'...
  12. Li1M0ST3Rz

    [PHP/MYSQL]Not Working ~ News System[PHP/MYSQL]

    Okay i coded a news system: <?php include './lib/config.php'; $_result = mysql_query("SELECT * FROM news"); while($news = mysql_fetch_array($_result)) $id = $news['id']; { if(isset($_GET['id='.$id.''])) {...
  13. Li1M0ST3Rz

    [Help]Stupid Unknow Error[Help]

    So i gotten this: ok that no error there and its connected to class.user.php and i clicked user then gotten this: code of class.user.php: <?php /*********************************** * CookieFramework Edition * * Coded: Li1M0ST3Rz * * Developed: CookieMonster *...
  14. Li1M0ST3Rz

    SupremeCMS n0n-habb0

    Okay, i need more people to help me build SupremeCMS non-habbo of course..... i need 1 Designer 3 PHP Coder whos good at function, classes ex) user class Why i need 3 php coder? well because more = faster job. either pm me or add me as skype for more infomation.
  15. Li1M0ST3Rz

    [C]Christmas Giveaway Competition![C]

    HOWTO: How to get a free Christmas Gift DURING CHRISTMAS DAY<3 Okay first, figure a these words are screabled so UNSCREAMBLE IT! also add spaces. and private messsage me if you "think you gotten it". And who ever wins have to follow my infomation to get an FREE CHRISTMAS GIFT! Unscramble it...
  16. Li1M0ST3Rz

    [GiveAway]Christmas Gift[GiveAway]

    Ok i am willing to to make an account on my vps for ONE person!!! so on Christmas day i will post the username and password also the hostname and you have to hurry and change it P.S. your first password letter should be on CAPS I give you good luck!
  17. Li1M0ST3Rz

    [Help]F*cking Profile View.php[Help]

    Ehh having weird outcome from the codes Picture: Code: <?php define("_VALID_PHP", true); require_once("init.php"); if (!$user->logged_in) redirect_to("index.php"); $row = $user->getUserData(); $userrow = $user->getUsers(); ?> <?php include...
  18. Li1M0ST3Rz

    Show DevBest [TuT]Maintenance Mysql/PHP[TuT]

    How to make an Maintenance Requirements: - Xampp or webhost - NotePad ++ - ME! Now Starting: Now lets go to mysql on my xampp create a table name: maintenance and number of columns: 1 and press go! then the table should load up.. now name: status type: INT & Default: 1(1 = on, 0 = off)...
  19. Li1M0ST3Rz

    [HELP]Coding Command using php[HELP]

    it wouldn't work Code: <?php if($_POST['usermsg'] == '.clear chatroom' and $row['userlevel'] == 9): $fp = fopen( "log.html", "w" ); fwrite( $fp, "" ); fclose( $fp ); else: if($row['userlevel'] == 1): fwrite($fp, "<div class='msgln'><i>User "...
Top