Search results

  1. Li1M0ST3Rz

    Help me function issues

    i’ll see if that will work, hopefully it does. doesn’t work it need to be callled one time i am thinking i don’t know how to do that.
  2. 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'])) {...
  3. Li1M0ST3Rz

    Purchase Script Mishaps

    my bad sir, my function file is big and wouldnt be able to put it on display
  4. Li1M0ST3Rz

    Purchase Script Mishaps

    $re = "SELECT * FROM `product_sell` WHERE `id`='".$_GET['id']."' AND `added`='".$row['username']."'"; $res = mysql_query($re) or die(mysql_error()); while($buy = mysql_fetch_assoc($res)) { $b = $row['credits']; $s =...
  5. Li1M0ST3Rz

    Purchase Script Mishaps

    there was no file created
  6. Li1M0ST3Rz

    Purchase Script Mishaps

    I look its white
  7. Li1M0ST3Rz

    Purchase Script Mishaps

    theres no error you want to do teamviewer?
  8. Li1M0ST3Rz

    Purchase Script Mishaps

    it doesnt show nothing no error no results it like its not working
  9. Li1M0ST3Rz

    Purchase Script Mishaps

    the $row is a user data script thats in the function section thats isnt the issue and the $buy is there if you pay attention
  10. 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']...
  11. 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 =...
  12. Li1M0ST3Rz

    if url does exist than else mishaps

    Well yes it does i want the code cooperate how i set it to be
  13. Li1M0ST3Rz

    if url does exist than else mishaps

    so im basically making a code that it determine if the link is correct what array has in it and if its not it'll lead to a 404 page and code to big to fit here.
  14. Li1M0ST3Rz

    if url does exist than else mishaps

    I would but my what i coded is specifically for reason cause if someone tries to go to home.php or home.php?random it sends them to 404.php
  15. 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'...
  16. 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))...
  17. Li1M0ST3Rz

    GTA V [GTA V] Multiplayer Gamertags

    XBX: C0DMOST3Rz
  18. Li1M0ST3Rz

    [Help]NGINX[Help]

    Ughh struggle
Top