Jump to content
MakeWebGames

KyleCrispy

Members
  • Posts

    158
  • Joined

  • Last visited

    Never

Everything posted by KyleCrispy

  1. Re: [FREE]Music system Thanks for the replys
  2. Re: [v1 & LITE] Crime Item Mod yes
  3. This was totaly made by me make a file called music.php and insert this <?php /*----------------------------------------------------- kyles music system -----------------------------------------------------*/ session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); switch($_GET['action']) { case 'music': do_music_change(); break; case 'music2': conf_music_change(); break; prefs_home(); break; } function prefs_home() { echo ""; } function do_music_change() { global $ir,$c,$userid,$h; print "Would You like to turn ur music "; if($ir['music']==0) { echo "[[url='music.php?action=music2']on[/url]]"; } if($ir['music']==1) { echo "[[url='music.php?action=music2']off[/url]]"; } } function conf_music_change() { global $ir,$c,$userid,$h; echo "Your music is now "; if($ir['music']==0) { echo "On"; mysql_query("UPDATE users SET music=1 WHERE userid=$userid",$c); } if($ir['music']==1) { echo "Off"; mysql_query("UPDATE users SET music=0 WHERE userid=$userid",$c); } } $h->endpage(); ?>   Go to preferences.php and find [url='preferences.php?action=sigpchange'][Signature Pic Change][/url]   Below add [Turn Your Music "; if($ir['music']==0) { echo "On"; } if($ir['music']==1) { echo "Off"; } echo "]   Run this sql alter table users add music int(11) not null ;   Add this code in main menu or header ";if($ir['music']==1) { echo " "; } echo "   Have fun If you dont want to use the music system im using link it to ur own and ur done
  4. Re: [TGM] User Shops Mod [TGM] price is $30!
  5. Re: [TGM] User Rating System [TGM] umm bullet what was urs? u also had a justfreespace prick so shut up
  6. Re: cron jobs help i agree with spooky cpanel 11 is shit easy :lol:
  7. Re: Looking to buy V1 items ect for $$$$ i told you contact me on msn :lol:
  8. Re: [Free] [V1] Random Explore Mod lol sorry my mistake sorry ill take my other post down
  9. Re: [FREE] Bodyguard V2.0   if thats for me i am spelling it right i spelt cronus'es
  10. Re: [FREE] Bodyguard V2.0 lol thanks for the thing but i prefer cronuses it is much betta as it has stuff in the attack files to protect ya and what not
  11. Re: [FREE] Server Time [v1.1 v2 v1] well atleast they dont have to go search around :lol:
  12. Re: [FREE] Alarm clock [v1.1 v2 v1] well i got it from a javascript site and no its not a thing like that what u do is put it on ya game set the time put in a url and when the time hits it goes to that url :lol:
  13. this shows your pc time add this where eva u want the clock to display  
  14. Here is a alarm clock hello i found this alarm clock for web sites on a free tutorial of javascript might come in handy might not well anyway here it is open header.php Step 1: Insert the below into the section of your page:    Step 2: Insert the below into the section of your page:  Current Time: Set Alarm: Hour Minutes Seconds Set Alarm Action: *Location of page to launch   it dont come in handy for me but maybe for you guys yes
  15. Re: Free Donator XFER w/ LOGS! well i am using v1.1 and it dont work:S
  16. Re: Looking to buy V1 items ect for $$$$ contact me if u want on msn
  17. Re: If you do one thing today... damn sorry to hear that atleast have u got ur game up and running agen?
  18. Re: Free Donator XFER w/ LOGS! lol yh i know but that dont fix my problem i have the donator day transfer file one of josh (goldenzero) 's lol
  19. Re: Free Donator XFER w/ LOGS! Fatal error: Call to undefined function donator_xfer_logs() in /home/bornkill/public_html/ownerp.php on line 41   i get that error and i added it correct line 40-42   case 'newitemsub': new_item_submit(); break; case 'donatorlogs': donator_xfer_logs(); break; case 'giveitem': give_item_form(); break;
  20. Re: Night Club MOD Here IS What People Are Looking For well basicly yh lol bcoz most of them are like 20-40 lines long the longest is 39 lol but i guess the dealer.php one is big lol
  21. Re: Night Club MOD Here IS What People Are Looking For bcoz dealer.php is part of the drug mod and well the rest i made except for dance and the other ones lol
  22. Re: Night Club MOD Here IS What People Are Looking For LOL i have the hole thing except for dealer.php :evil:
  23. Re: Illegal codes been sold i have the owners on msn cronus there emails are Owner of jp-codes= [email protected] & [email protected] Owner of gs-cdoes= [email protected]   For ur info there are ppl who can control stuff ova the net :|
  24. ILLEGAL CODES BEEN SOLD these codes are been sold on www.jp-codes.piczo.com half owned by GARRY wich is going on my blocked list and some one else they are selling v2 and v1 v2= $30 v1= $15 Do not buy anything from this site they are doing it illegaly and they dont know what they looking for i got my mod tooken off there wich was my shout box but there are other mods on this site so beware!
  25. Re: THIS OR THAT? Definatly UK / or \
×
×
  • Create New...