Jump to content

Steven8294

Members
  • Posts

    40
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Steven8294's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Is there a program that host the php scripts and the mysql and runs it just like a host but offline?
  2. SharkBait, your code basically shows me Stored Username: (the username of the person logged in) .. at the top of my menu? Whats that do?
  3. MadTechie your code just shows me Start - 1 Start - 2 Start - 3 Start - 4 got username = sight got viewuser = Now Fetch object(stdClass)#5 (79) { ["id"]=> string(2) "61" ["username"]=> string(5) "sight" ["password"]=> string(7) "patg123" ["activated"]=> string(1) "1" ["money"]=> string(16) "1.0000016509E+16" ["online"]=> string(10) "1209752243" ["crimechance"]=> string(13) "0-0-0-0-0-0-0" ["lastcrime"]=> string(0) "" ["rankpoints"]=> string(2) "32" ["userlevel"]=> string(1) "2" ["lasttop"]=> string(0) "" ["status"]=> string(5) "Alive" ["regged"]=> string(19) "2008-04-25 11:28:33" ["rank"]=> string(12) "Ultimate Don" ["layout"]=> string(1) "0" ["email"]=> string(3) "aaa" ["quote"]=> string( "No quote" ["image"]=> string(18) "images/default.jpg" ["location"]=> string(5) "China" ["bullets"]=> string(9) "927483647" ["gtachance"]=> string(5) "0-0-0" ["lastgta"]=> string(0) "" ["lasttravel"]=> string(10) "1209501739" ["bank"]=> string(1) "0" ["banktime"]=> string(0) "" ["last_race"]=> string(0) "" ["street"]=> string(1) "0" ["music"]=> string(0) "" ["crew"]=> string(1) "0" ["get_away_time"]=> string(0) "" ["get_away"]=> string(1) "0" ["health"]=> string(2) "98" ["energy"]=> string(3) "100" ["last_ext"]=> string(0) "" ["lasttran"]=> string(0) "" ["drugprices"]=> string(17) "98-34-122-13-1213" ["drugs"]=> string(9) "0-0-0-0-0" ["l_ip"]=> string(9) "127.0.0.1" ["r_ip"]=> string(12) "82.4.172.141" ["crew_invite"]=> string(1) "0" ["referral"]=> string(1) "0" ["weapon"]=> string(13) "Browning M2HB" ["mission"]=> string(1) "1" ["points"]=> string(1) "0" ["lpv"]=> string(0) "" ["page"]=> string(0) "" ["editor"]=> string(1) "0" ["helper"]=> string(1) "0" ["food_chance"]=> string(5) "0-0-0" ["last_food"]=> string(0) "" ["last_order"]=> string(0) "" ["freinds"]=> string(4) "None" ["protection"]=> string(4) "None" ["plane"]=> string(4) "None" ["married"]=> string(0) "" ["oc"]=> string(1) "0" ["last_oc"]=> string(0) "" ["atm"]=> string(5) "False" ["last_bank"]=> string(0) "" ["last_attempted"]=> string(10) "1209265292" ["last_kill"]=> string(0) "" ["ver_code"]=> string(4) "6a1e" ["last_script_check"]=> string(0) "" ["global"]=> string(1) "0" ["poll"]=> string(0) "" ["clicks"]=> string(1) "0" ["click_rate"]=> string(0) "" ["tut"]=> string(1) "0" ["drugs_from"]=> string(0) "" ["total_drugs_mission"]=> string(1) "0" ["city"]=> string(14) "Cambridgeshire" ["notes"]=> string(0) "" ["last_chase"]=> string(0) "" ["choice"]=> string(1) "0" ["bar"]=> string(1) "1" ["backfire"]=> string(9) "200000000" ["gstart"]=> string(1) "0" ["orgtime"]=> string(19) "0000-00-00 00:00:00" ["pos"]=> string(1) "0" } then shows me my menu, and it still doesnt let me access the admin cp..
  4. So before $username=$_SESSION['username']; i put echo "Stored username: {$_SESSION['username']}";
  5. Dont get what you mean.. in the menu.php theres $username=$_SESSION['username'];
  6. But ?> will end the script wont it? or shall i put that on the end of the script?
  7. That would just do the same as deleting through file manager.. hey dude if your still online add my msn at steven8294@hotmail.co.uk
  8. Well to save a file to a directory you want, its nothing to do with the code.
  9. Please add me at steven8294@hotmail.co.uk i can solve this problem.. just post here if you cant add me.
  10. <?php session_start(); >>>include "includes/db_connect.php";<<< include "includes/functions.php"; logincheck(); $username=$_SESSION['username']; $viewuser=$_GET['viewuser']; :-\
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.