Jump to content

satant

Members
  • Posts

    15
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

satant's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. why u make all of that i think u only need to writ the unacceaptaple leteers
  2. imake t ad the link be as this http://www.frozenf.net/reg_success.php/?login=punishment&enabled=yes and it gives page can not found
  3. hi all i wanna to make on of my scripts to make auto refresh after intial time
  4. ok i know the but i think must make script to activation
  5. m8 the all prob whith the if statment and i'm very sure from my veriables
  6. hey where is the top coders plz any one have another wat to make it tell me
  7. hi i have mafia game i need when the user make register send to him link whith activation link to activate his acc i make the email but i don't know how to make the link to activation ! ??? /*Begin email her*/ mail($email,"Frozen fear Signup"," Hello $name,- Your account has been made on Frozen Fear Member Information: Username = $name E-mail = $email Password = $pass1 Home City = $pick_city1 kindly regards, Admin team Frozen Feart © ","From: Frozen Fear <no_reply@Frozenf.com>") or die ("mail error"); /*End email her*/ } else { echo "$error<br><br><a href='?p=register'><strong>Retry</strong></a>"; }
  8. i have lottery script but i have probleam in how to make start time nd end time this lottery is hour lottery thatman the end time = start time + (60*6) but i need to put start tim in sql for 1 time the this veriable increase by 1 hr evry time how i can code that
  9. yeah i write it my self this $this_user=$user
  10. do there is no one can help me?
  11. i try is but it still have the same prb i think the prob with (>) is it have another way to write
  12. plz try it in ur own php edito it gives error too
  13. but if i do that this mean if the rank > 14 won't see the option
  14. hi i use java scrip with php to make minimize for menu It work good but my prob in if statment it's a mafagame so i need to hide som things for law ranks i think u all understand that <center> <script language="javascript"> function showMenu(id) { if(document.getElementById(id).style.visibility == "hidden") { document.getElementById(id).style.position = "static"; document.getElementById(id).style.visibility = "visible"; } else { document.getElementById(id).style.visibility = "hidden"; document.getElementById(id).style.position = "absolute"; document.getElementById(id).style.left = -100; document.getElementById(id).style.top = -100; } document.getElementById('mainTable').height = '100%'; } </script> <? ob_start(); include("db.php"); ?> <link rel=stylesheet href=in.css> <? $username = $_COOKIE['username']; $sql = MySql_Query("SELECT * FROM users WHERE username = '".$username."'"); $user = MySql_Fetch_Array($sql); ?> <center> <table border=1 bordercolor=#000000 cellpadding=0 cellspacing=0 width=90%> <th class=kop><a href=# onclick="showMenu('Earning')">Earning</a></th> <tr id=Earning> <td id=Earning> - <a href=index.php?p=uCrime target=game alt="Do Crimes In The Omen World">Crimes</a><br> - <a href=index.php?p=trade target=game alt="Make Trade & Deceive PPL ">Trading</a><br> - <a href=index.php?p=bank target=game alt="This is the Gangsta World newspaper.">Bank</a><br> </td> </tr> <th class=kop><a href=# onclick="showMenu('traveling')">Traveling</a></th> <tr id=traveling> <td id=traveling> - <a href=index.php?p=travel class=menu target=game>Travel</a><br> - <a href=index.php?p=vehicle class=menu target=game>Vehicles</a><br> </td> </tr> <th class=kop><a href=# onclick="showMenu('Gambling')">Gambling</a></th> <tr id=Gambling> <td id=gambling> - <a href=index.php?p=rps class=menu target=game>Rock, Paper, Scissors</a><br> - <a href=index.php?p=rr class=menu target=game>Russian Roulette</a><br> - <a href=index.php?p=slot class=menu target=game>Slot</a><br> - <a href=index.php?p=Dice class=menu target=game>Dice</a><br> - <a href=index.php?p=gan class=menu target=game>Guess Numbers</a><br> - <a href=index.php?p=lottery class=menu target=game>Lottery</a><br> </td> </tr> <th class=kop><a href=# onclick="showMenu('Forum')">Forum</a></th> <tr id=forum> <td id=forum> <? if($this_user['crew'] != 0) { ?> - <a href=index.php?p=crewforum&fid=$user['crew'] class=menu target=_parent>Crew Forum</a><br> <? } elseif($user['rank'] >= 99) { ?> - <a href=index.php?p=forum&fid=-1 class=menu target=game>Admin</a><br> <? } ?> <? $q = mysql_query("SELECT * FROM forum WHERE crew = 0"); $for = mysql_fetch_object($q) ?> - <a href=index.php?p=forum&fid=$for['id']>$for['name']</a></br> </td> </tr> <? if(!(safety($user['id'] == -1 && $user['safety'] == 1)){ ?> <th class=kop><a href=# onclick="showMenu('war')">War</a></th> <tr id=War> <td id=War> - <a href=index.php?p=REW.list class=menu target=game>List Rewards</a><br> - <a href=index.php?p=REW.place class=menu target=game>Place Reward</a><br> - <a href=index.php?p=kill class=menu target=game>Murder</a><br> - <a href=index.php?p=safety class=menu target=game>Buy Out Safety</a><br> </td> </tr> <? } ?> <th class=kop><a href=# onclick="showMenu('Crews')">Crews</a></th> <tr id=Crews> <td id=Crews> ?> if($this_user['rank'] => 14 && $this_user['crew'] == 0) { ?> - <a href=index.php?p=CREW.start target=game>Start Crew</a><br> <? } elseif($this_user['crewrights[0]'] == '1' && $this_user['crew'] != 0) { ?> - <a href=online.php target=game>Users online</a><br> <? } ?> - <a href=paper.php target=game alt=>Gangsta World Daily</a><br> - <a href=donate.php target=game >Donations</a><br> - <a href=sponsors.php target=game >Sponsors</a><br> - <a href=edit.php target=game >Personal</a><br> - <a href=find.php target=game >Find user</a><br> - <a href=kill.php target=game >Kill</a><br> - <a href=attempts.php target=game>Attempts</a><br> - <a href=airport.php target=game >Airport</a><br> - <a href=cont.php target=game>Countries</a><br> - <a href=crew.php target=game>Crew</a><br> - <a href=shop.php target=game>Shop</a><br> - <a href=bullet.php target=game>Bulletfactory</a><Br> - <a href=jail.php target=game>Jail</a><br> </td> </tr> </table> please tell me wat's wrong in if statment
×
×
  • 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.