Page 6 of 6 FirstFirst ... 456
Results 51 to 57 of 57

Thread: Problem With This Script. [URGENT ATTENTION!!!]

  1. #51
    Join Date
    Feb 2006
    Posts
    236
    Thanks
    8
    Thanked 3 Times in 3 Posts

    Default

    login.php requires config.php and bar.php
    config.php requires important.php
    (if initialized correctly - config.php is written by install.php)
    and the $userData comes from this in important.php:
    Code:
    <?
    if($check !="10245"){
      die();
    }
    
    // Sessions
    $Username = "$one";
    $Password = "$two";
    
    // Misc Vars
    $dateVar = date("m/d/y");
    $IP_Address = $_SERVER['REMOTE_ADDR'];
    
    // User Data
    if($Username !="" && $Password !=""){
      $userQuery = mysql_query("SELECT * FROM users WHERE user ='$Username' AND pass ='$Password'");
      $userData = mysql_fetch_array($userQuery);
    }
    
    // Stylesheet
    Echo"
    <head>
    <LINK REL='stylesheet' HREF='style.css' TYPE='text/css'>
    </head>";
    
    ?>
    I think this was written for an earlier version of php.

  2. #52
    Join Date
    Jun 2006
    Posts
    148
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    That could be it...
    Idk... This is REALLY PISSING ME OFF!
    Cheap Webhosting At ONE TIME fees! Also offering Scripts, Software, Web Designs, and Graphic Designs. Outstanding Designs and Webhosting!

  3. #53
    Join Date
    Jun 2006
    Posts
    148
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I like REALLY NEED THIS Script to work... I REALLLLY NEED A REQUEST LINE!
    Cheap Webhosting At ONE TIME fees! Also offering Scripts, Software, Web Designs, and Graphic Designs. Outstanding Designs and Webhosting!

  4. #54
    Join Date
    Jun 2006
    Posts
    148
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sooo? >.<
    Cheap Webhosting At ONE TIME fees! Also offering Scripts, Software, Web Designs, and Graphic Designs. Outstanding Designs and Webhosting!

  5. #55
    Join Date
    Jun 2006
    Posts
    148
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    :-[ :-[
    Cheap Webhosting At ONE TIME fees! Also offering Scripts, Software, Web Designs, and Graphic Designs. Outstanding Designs and Webhosting!

  6. #56
    Join Date
    Jun 2006
    Posts
    148
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I Don't Know if this will help but I think I have all my php info on this page... http://smileyoureahabbo.freepgs.com/test.php
    Thanks.
    Cheap Webhosting At ONE TIME fees! Also offering Scripts, Software, Web Designs, and Graphic Designs. Outstanding Designs and Webhosting!

  7. #57
    Join Date
    Jun 2006
    Posts
    148
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    There are no replys... I guess you guys dont want to help me

    :[
    Cheap Webhosting At ONE TIME fees! Also offering Scripts, Software, Web Designs, and Graphic Designs. Outstanding Designs and Webhosting!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •