
houndbite
Members-
Posts
38 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by houndbite
-
Re: Activation code and cron V.2 i dont think u need one
-
Re: Owner Panel V.2 it dont look the same
-
Re: Owner Panel V.2 This is acturly my work i cant stress this enough ALL OWNER PANELS LOOK THE SAME!!!!!!!!!!!!!!!!!!!!!!!!!
-
Re: Owner Panel V.2 well u never no
-
Re: Supporter V.2 sorry for trying
-
Become support code <?php /*----------------------------------------------------- -- Scarface -- A product of Scarface -- Copyright held 2008 by scarface -- INDEX.php -----------------------------------------------------*/ include "globals.php"; print <<<EOF<h3>Supporter</h3>[b][[url='willpotion.php']Buy Will Potions[/url]][/b] If you become a Supporter to World Killers, you will receive each time you donate: [b]1st Offer:[/b]<ul>[*]$1000000 game money [*]1000 crystals [*]200 IQ, the hardest stat to get in the game! [*]Supporter Only Weapons and Cities [*]30 days Supporter Status: White name + cross next to your name[*] Friend and Black Lists[*] 25% Energy every 5 mins instead of 8%[/list] <form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type=hidden name=cmd value=_xclick><input type="hidden" name="business" value="yourpaypal here"><input type="hidden" name="item_name" value="World Killers Supporter Status for ($userid) (Pack 1)"><input type="hidden" name="amount" value="40.00"><input type="hidden" name="no_shipping" value="1"><input type="hidden" name="return" value="http://yourgamename.com/supporterdone.php?action=done&type=standard"><input type="hidden" name="cancel_return" value="http://yourgamename.com/supporterdone.php?action=cancel"><input type="hidden" name="cn" value="Your Player ID"><input type="hidden" name="currency_code" value="USD"><input type="hidden" name="tax" value="0"><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> $h->endpage; ?>
-
Re: Owner Panel V.2 All owner panels look the same unless they have CSS witch this one dont
-
Re: Activation code and cron V.2 Yup
-
Re: Activation code and cron V.2 ok dude erm did u ever play Chaoticwars??
-
Re: Activation code and cron V.2 yes im just thinking now i should change the name of the post its a all mccodes versions
-
Re: [V2] Give Money To Tramps EDITED lol david
-
Re: Owner Panel V.2 all owner panels look the same they just have differant Accessories on it
-
Re: Activation code and cron V.2 My bad its for V.2 V.2 and lite
-
Re: Owner Panel V.2 This was from scratch ive just made it [me=houndbite]doesnt want to cause a fight[/me]
-
Re: Activation code and cron V.2 Im pretty sure its for V.2 its an all based code i think i will have to check XD
-
Re: Activation code and cron V.2 on the cpanel i have it have a mysql thing so i added it
-
Heres The Code I coded this from scratch aswell ------------------------------- Add a file called activation.php <?php session_start(); include "mysql.php"; $c; if(!$_GET['code'] || !$_GET['act']) { die("Invalid Use Of System."); } else { $code=$_GET['code']; $cq=mysql_query("select * from confirm where code=$code",$c); if(mysql_num_rows($cq)== 0) { die("Invalid Validation Code"); } $r=mysql_fetch_array($cq); if($_GET['act'] == 'activate') { mysql_query("UPDATE users SET confirmed='1' WHERE userid={$r[user]}",$c); mysql_query("DELETE FROM confirm WHERE code=$code",$c); print "Account Validated! [url='login.php']Login[/url]"; } else if($_GET[act] == 'cancel') { mysql_query("DELETE FROM users WHERE userid={$r[user]}",$c); mysql_query("DELETE FROM confirm WHERE code=$code",$c); print "Your account has successfully been cancelled, Were sorry you had to leave.";exit; } else { die("Invalid Action."); } } ?> Heres The Cron Code Make a File called activation_cron.php <?php include("mysql.php"); global $c; if($_GET[code] == 713518314) { mysql_query("TRUNCATE `confirm` ;",$c); mysql_query("DELETE FROM users WHERE confirmed=0",$c); } else { die("What dude, You trynna cheat your ass off! ?! ?! ?!"); } ?> [/code]
-
Re: [V2] Give Money To Tramps EDITED trust u sniko
-
Re: Owner Panel V.2 Well it was from scratch and everything must of forgot those things well ty and i will add that now
-
Re: Owner Panel V.2 Thanks :D
-
Owner panel here First make a file called owner.php <?php if($_GET['ID'] < 0) { print "Hack Attempted"; $h->endpage(); exit; } /*----------------------------------------------------- -- Scarface -- A product of Scarface -- Copyright held 2008 by scarface -- INDEX.php -- Edited by iamwicked :D -----------------------------------------------------*/ include "sglobals.php"; if($ir['user_level'] != 7) { print "Haha , youll never be a owner"; $h->endpage(); exit; } if($ir['user_level'] != 7) { print "404 You are not allowed here"; $h->endpage(); exit; } if($_POST['submit']) $tresder=(int) rand(100,999); print "<table width=85% cellspacing=1 class='table' border=2> [b]<th>WELCOLME THE OWNER PANEL.</th>[/b] <table width=85% cellspacing=1 class='table' border=2><tr height=100><td valign=top> <u>Quick links</u> [url='staff.php']Staff panel[/url] <a href='secpanel.php'>Secretary Panel<a/> [url='asspanel.php']Assistant Panel[/url]</td> <td valign=top> <u>General</u> [url='staff.php?action=basicset']Basic Settings[/url] [url='staff.php?action=appview']Staff Apps[/url] [url='staff.php?action=announce']Add a Announcement[/url]"; print "</td> <td valign=top> <u>Users</u> [url='staff_users.php?action=newuser']Create New User[/url] [url='staff_users.php?action=edituser']Edit User[/url] [url='staff_users.php?action=resetform']Reset User[/url] [url='reset.php']Reset All Users[/url] [url='staff_users.php?action=deluser']Delete User[/url] [url='staff_users.php?action=invbeg']View User Inventory[/url] [url='staff_users.php?action=creditform']Credit User[/url] [url='staff_users.php?action=masscredit']Mass Payment[/url] [url='staff_users.php?action=forcelogout']Force User Logout[/url] [url='staff_users.php?action=reportsview']Player Reports[/url] "; print "</td> <td valign=top> <u>Items</u> [url='staff_items.php?action=newitem']Create New Item[/url] [url='staff_items.php?action=giveitem']Give User a Item[/url] [url='staff_items.php?action=edititem']Edit Item[/url] [url='Delete An Item']Delete An Item[/url] [url='staff_items.php?action=newitemtype']Add Item Type[/url] "; print "</td></tr><tr height=100> <td valign=top> <u>Logs</u> [url='staff_logs.php?action=atklogs']Attack Logs[/url] [url='staff_logs.php?action=cashlogs']Cash Xfer Logs[/url] [url='staff_logs.php?action=cryslogs']Crystals Xfer Logs[/url] [url='staff_logs.php?action=banklogs']Bank Xfer Logs[/url] [url='staff_logs.php?action=itmlogs']Item Xfer Logs[/url] [url='staff_logs.php?action=maillogs']Mail Logs[/url] [url='staff_logs.php?action=stafflogs']Staff Logs[/url] [url='clearlogs.php']Clear Logs[/url] "; print "</td> <td valign=top> <u>Gangs</u> [url='staff_gangs.php?action=grecord']Gang Record[/url] [url='staff_gangs.php?action=gcredit']Credit Gang[/url] [url='staff_gangs.php?action=gwar']Manage Gang Wars[/url] [url='staff_gangs.php?action=createoc']Create Organised Crime[/url] [url='staff_gangs.php?action=gedit']Edit Gang[/url] [url='staff_gangs.php?action=gedel']Delete Gang[/url] "; print "</td> <td valign=top> <u>Shops</u> [url='staff_shops.php?action=newshop']Create a New Shop[/url] [url='staff_shops.php?action=newstock']Add Item To Shop[/url] [url='staff_shops.php?action=delshopl']Delete shop[/url] "; print "</td> <td valign=top> <u>Jobs</u> [url='staff_jobs.php?action=newjob']Make a new Job[/url] [url='staff_jobs.php?action=jobedit']Edit a Job[/url] [url='staff_jobs.php?action=jobdele']Delete a Job[/url] [url='staff_jobs.php?action=newjobrank']Make a new Job Rank[/url] [url='staff_jobs.php?action=jobrankedit']Edit a Job Rank[/url] [url='staff_jobs.php?action=jobrankdele']Delete a Job Rank[/url] "; print "</td></tr><tr height=100> <td valign=top> <u>Houses</u> [url='staff_houses.php?action=addhouse']Make A new House[/url] [url='staff_houses.php?action=edithouse']Edit House[/url] [url='staff_houses.php?action=delhouse']Remove House[/url] "; print "</td> <td valign=top> <u>Cities</u> [url='staff_cities.php?action=addcity']Add A New City[/url] [url='staff_cities.php?action=editcity']Edit City[/url] [url='staff_cities.php?action=delcity']Remove City[/url] "; print "</td> <td valign=top> <u>Courses</u> [url='staff_courses.php?action=addcourse']Create a New Course[/url] [url='staff_courses.php?action=editcourse']Edit Course[/url] [url='staff_courses.php?action=delcourse']Delete Course[/url] "; print "</td> <td valign=top> <u>Crimes</u> [url='staff_crimes.php?action=newcrime']Make a New Crime[/url] [url='staff_crimes.php?action=editcrime']Edit a Crime[/url] [url='staff_crimes.php?action=delcrime']Delete a Crime[/url] [url='staff_crimes.php?action=newcrimegroup']Make a new Crime Group[/url] [url='staff_crimes.php?action=editcrimegroup']Edit a Crime Group[/url] [url='staff_crimes.php?action=delcrimegroup']Delete a Crime Group[/url] [url='staff_crimes.php?action=reorder']Reorder Crime Groups[/url] "; print "</td></tr><tr height=100> <td valign=top> <u>Battle Tent</u> [url='staff_battletent.php?action=addbot']Add Challenge Bot[/url] [url='staff_battletent.php?action=editbot']Edit Challenge Bot[/url] [url='staff_battletent.php?action=delbot']Remove Challenge Bot[/url] "; print "</td> <td valign=top> <u>Punishments</u> [url='staff_punit.php?action=mailform']Mail Ban User[/url] [url='staff_punit.php?action=unmailform']Un-Mailban User[/url] [url='staff_punit.php?action=fedform']Jail User[/url] [url='staff_punit.php?action=fedeform']Edit Fedjail Sentence[/url] [url='staff_punit.php?action=unfedform']Unjail User[/url] [url='staff_punit.php?action=ipform']Ip Search[/url] "; print "</td> <td valign=top> <u>Special</u> [url='staff_special.php?action=editnews']Edit Newspaper[/url] [url='staff_special.php?action=massmailer']Mass mailer[/url] [url='staff_special.php?action=stafflist']Staff List[/url] [url='staff_special.php?action=userlevelform']Adjust User Level[/url] [url='staff_special.php?action=givedpform']Give User Donator Pack[/url] [url='nuclearbomb.php?action=givedpform']Nuclear Bomb every one[/url] "; print "</td> <td valign=top> <u>Cpanel</u> [url='http://{$domain}:2082']Cpanel Mainmenu[/url] [url='http://{$domain}:2082/frontend/x3/backup/index.html']Backup Game[/url] [url='http://{$domain}:2082/3rdparty/phpMyAdmin/index.php']phpMyAdmin[/url] [url='http://{$domain}:2082/frontend/x3/stats/errlog.html']Error Logs[/url] [url='http://{$domain}:2082/frontend/x3/cron/index.html']Edit crons[/url] </td></tr> </table>"; $h->endpage(); ?> Now add a file called owner_panel.php This bit not coded by me and change the File Url: <a class="postlink" href="http://www.deadly-assassins.bluechiphosting.com/ownerpanel.php">http://www.deadly-assassins.bluechiphos ... rpanel.php</a> If needed <html> <head> <title>cPanel X</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet"href="../style.css"> </head> <body> <font class=med>[img=images/i-regular.gif] [b]<font size=+1>ownerpanel.php</font>[/b] File Type: PHP script text [url="showfile.html?dir=%2fhome%2fgulley%2fpublic_html&file=ownerpanel.php"]Show File[/url] [url="trashit.html?dir=%2fhome%2fgulley%2fpublic_html&file=ownerpanel.php"]Delete File[/url] [url="editit.html?dir=%2fhome%2fgulley%2fpublic_html&file=ownerpanel.php"]Edit File[/url] [url="perm.html?dir=%2fhome%2fgulley%2fpublic_html&file=ownerpanel.php"]Change Permissions[/url] [url="rename.html?dir=%2fhome%2fgulley%2fpublic_html&file=ownerpanel.php"]Rename File[/url] [url="fileop.html?opdir=%2fhome%2fgulley%2fpublic_html&opfile=ownerpanel.php&fileop=copy"]Copy File[/url] [url="fileop.html?opdir=%2fhome%2fgulley%2fpublic_html&opfile=ownerpanel.php&fileop=move"]Move File[/url] File Url: [url="http://www.deadly-assassins.bluechiphosting.com/ownerpanel.php"][b][url]http://www.deadly-assassins.bluechiphosting.com/ownerpanel.php[/url][/b][/url] </font> </body> </html>
-
Re: [FREE] [V2] 2 Game Styles/Themes david get off linux and talk me threw how to do it
-
Re: Usersonline [V2] acturly he looks like thike pedro and he steals his codes so he is and always will be a noob coder
-
Re: Login [Free] Very nice m8 well done.[me=houndbite]claps[/me]
-
Re: Whorehouse for V.2 nope