gulley
Members-
Posts
51 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by gulley
-
Re: Hey with creating this script ? but what do you put on vewiuser?
-
Can any help me get this scipt working ? the script i want is (e.g) Last Attack Won : -z-e-r-o- Last Attack Lost : Gulley What is the code for that ? thanks Gulley :mrgreen: :mrgreen: :mrgreen: :mrgreen:
-
Re: Owner Panel V.2 yep i have all ready send a contact mail to them !! with his Ip!!!
-
Re: Owner Panel V.2 well do me a favorite and kick the F*ck out of him from me fr changing my cpanel password :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x :x
-
Re: Owner Panel V.2 how can i they never reply and why dose houndbite have your name in its like profile sig ?? are you the same person?
-
Re: Owner Panel V.2 i made the changes to me thanks for that who eva code from base , houndbite hack my cpanel and change my password JUST SO HE CAN GET MY CODES HE THAT SAD :x :x :x :x :-( :-( www.deadly-assassins.bluechiphosting.com ,, i put a lot of hard work in to it and he just fu*k it up for me :-( he pi**ing me off for doing that !!!! (so my cpanel panel back to normal by to night like is was befor or im geting the INTERNET POLICE in on it for HACKING!!! " its a bad to hack you no") = TO HOUNDBITE , NO ONE ESLE JUST HOUNDBITE WITH THE ("") bits
-
Re: Owner Panel V.2 HEY why did you change my cpanel password?
-
Re: Game Ranks How do i get to go on INDEX!?
-
Re: Most of my Mods for V2 How do i download them ?
-
Re: Register [Free] Great Register! -Z-e-r-o- Thanks For That I Have Put It On My Game Www.deadly-Assassins.bluechiphosting.com If You Your Game Advs On My Game For FREE! Just Ask Gulley Deadly-Assassins
-
Re: Login [Free] Great Login -Z-e-r-o- Thanks For That I Have Put It On My Game Www.deadly-Assassins.bluechiphosting.com If You Your Game Advs On My Game For FREE! Just Ask :wink: :wink: :-D Gulley
-
Re: How Do i Fix? Can't you Just tell what is the problem is
-
How Do i fix this : "What do you think your doing? Inserting decimal integers is not tolerated." Its DoseIt when i try to deposit money in the cyber bank , bank and credit card !! what dose it mean ?
-
Re: Counting (nr game) 1908 ,,,, Whooh
-
Re: News Paper Ads no sql I think i Covn It I think Lol Work For Min Well Good :-D <?php include "globals.php"; print "<h3>Deadly-Assassins Newspaper</h3>"; print " <table width=90% cellspacing=1 class='table' border=2> <tr> <td class=h><center>[url='job.php']<font color='red'>YOUR JOB</font>[/url]</td> <td class=h><center>[url='gym.php']<font color='red'>LOCAL GYM</font>[/url]</td> <td class=h><center>[url='halloffame.php']<font color='red'>HALL OF FAME</font>[/url]</td> <td class=h><center>[url='gangcentral.php']<font color='red'>LOCAL GANGS</font>[/url]</td> <td class=h><center>[url='index.php']<font color='red'>MY HOUSE</font>[/url]</td> </tr> <tr> <td class=h><center>[url='userlist.php']<font color='red'>LOCAL RESIDENTS</font>[/url]</td> <td class=h><center>[url='stats.php']<font color='red'>CITY STATS</font>[/url]</td> <td class=h><center>[url='usersonline.php']<font color='red'>PEOPLE AWAKE</font>[/url]</td> <td class=h><center>[url='gangwars.php']<font color='red'>CURRENT WARS</font>[/url]</td> <td class=h><center>[url='estate.php']<font color='red'>HOUSES FOR SALE</font>[/url]</td> </tr> <tr> <td colspan=6>"; print " <table width=90% cellspacing=1 class='table'><center><h3>Player Advertisements</h3><center> | [url='newspaper.php?action=add'][b]Buy An Advertisement ($10,000)[/b][/url]"; if($ir['user_level'] > 1) { print " | <a href=newspaper.php?action=all>[b]DELETE ALL[/b]</a>"; } $anpdata=mysql_query("SELECT * FROM npaper"); $q=mysql_query("SELECT user_level FROM users WHERE userid=$userid"); $r=$db->fetch_row($q); print "<marquee speed=2 direction=up onmouseover='this.stop()' onmouseout='this.start()' class='textbox'>"; while($npdata=$db->fetch_row($anpdata)) { $us=mysql_query("SELECT username FROM users WHERE userid={$npdata['npADDER']}"); $us=$db->fetch_single($us); $time=date('F j',$npdata['npTIME']); print " <hr> [b]Ad By: [url='viewuser.php?u={$npdata[']<font color=red>{$us}</font> [{$npdata['npADDER']}][/url] | Added On: {$time}[/b]"; if($r['user_level'] != 1) { print " | <a href=newspaper.php?action=npID&npID={$npdata['npID']}>[b]DELETE[/b]</a>"; } print " [i]<u>{$npdata['npTITLE']}[/i]</u> [i]{$npdata['npBODY']}[/i] "; } print "<hr /></marquee> </table>"; $q=mysql_query("SELECT user_level FROM users WHERE userid=$userid"); $r=$db->fetch_row($q); if($r['user_level'] != 1) { if($_GET['action'] == "all") { if($r['user_level'] != 1) { mysql_query("TRUNCATE TABLE npaper"); print "Newspaper Ads All Cleared! <META HTTP-EQUIV=Refresh CONTENT='1;url=newspaper.php'>"; } } else if($_GET['action'] == "npID") { if($r['user_level'] != 1) { mysql_query("DELETE FROM npaper WHERE npID={$_GET['npID']}"); print "News Paper Ad ID {$_GET['npID']} deleted! <META HTTP-EQUIV=Refresh CONTENT='1;url=newspaper.php'>"; } } } if($_GET['action'] == "add") { print "<h3>Add Advertisement ($10,000)</h3> <form action='newspaper.php?action=added' method='post'> Ad Title: <input type='text' name='npTITLE' class='textbox'> Ad Body: <textarea rows=14 cols=65 name='npBODY' class='textbox'></textarea> <input class='textbox' type='submit' value='Place Ad ($10,000)' /> </form> <font color=red>[b]WARNING:[/b] Only plain text will work Do not advertise other games Follow the rules."; } if($_GET['action'] == "added") { if($ir['money']>9999) { print "Congratulations, you bought an ad for \$10,000! "; mysql_query("UPDATE users SET money=money-10000 WHERE userid=$userid"); $title=str_replace(array("\n"),array(" "),strip_tags($_POST['npTITLE'])); $body=str_replace(array("\n"),array(" "),strip_tags($_POST['npBODY'])); $q=mysql_query("INSERT INTO `npaper` VALUES (NULL, '$userid', '$title', '$body', unix_timestamp())"); print "Advertisement was successfully added! <META HTTP-EQUIV=Refresh CONTENT='5;url=newspaper.php'>"; } else { print "You do not have enough money to place an advertisement. [url='newspaper.php']>Back[/url]"; } } print"</td></tr> <tr> <td td colspan=6> <center>$content</td> </tr> </table>"; $h->endpage(); ?> SQL Still The Same CREATE TABLE `npaper` ( `npID` int(11) NOT NULL auto_increment, `npADDER` int(11) NOT NULL default '0', `npTITLE` varchar(255) NOT NULL default '', `npBODY` text NOT NULL, `npTIME` int(11) NOT NULL default '0', PRIMARY KEY (`npID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=20 ;
-
Re: Free Starter Pack What do i put in here $db->escape= Thanks - Gulley
-
Re: Simple user rating system v2 How Do You Remove + 0 - 0 I Just Want 1 number like + 0 -[ ?? Can One GoT The Code?
-
Re: [mccode] Personal Detals for v2.0 Can u Add it Because i Dont No Because Dont have the Sql Can u go on msn just makes it bit easyer to talk
-
Re: [mccode] Personal Detals for v2.0 (QUERY ERROR: Unknown column 'name' in 'field list' Query was UPDATE users SET name='Gulley ', last='------', age='------------', aog='----------------', msn='------------------', aim='---------------------', aol='------------------', yahoo='---------------' WHERE userid=1 ) Comes Up on Mine When i Do It and The Profile Signture Dose Not Work Just When i Click On Profile Signature Just Refresh The Page But No Chnage Then Come up So You Can't Add Profile Signature And The Profile Signature Dose Not work MTG Can u Have a Look Bud thanks If You Can Fix Both :-)
-
Re: [mccode] Personal Detals for v2.0 Hey MTG Can u Do Me a favor And Can u Do IT For Mine I Can Of Did An Error On 500 Interal Server Error :? :? :? :? lol can u fix it thanks Gulley
-
I Edited The RentASpy , If You Do Not Have It Create A File In File Manger Under Public_Html! Then Add This Code Then The Blank Box : File Called : " rentaspy.php " <?php include "globals.php"; if($ir['donatordays'] = 0) { die("You have to be a donator to do this!"); } $q=mysql_query("SELECT * FROM users WHERE userid={$_GET['ID']}",$c); $r=mysql_fetch_array($q); if($_GET['ID']==$userid) { die("What would spying on yourself do? coo off!"); } if($_GET['ID'] && $_GET['PAID']) { $cost=$r['level']*500000; if($_GET['PAID']!=$cost) { die("Quit trying to Cheat!"); } if($_GET['PAID']>$ir['money']) { die("You don't have enough cash to rent a spy on {$r['username']}."); } $rand=rand(1,15); if($rand==1) { $lk=mysql_query("SELECT * FROM users WHERE userid=$userid",$c); $n=mysql_fetch_array($lk); mysql_query("UPDATE users SET money=money-{$_GET['PAID']} WHERE userid=$userid",$c); print "[b]Your spy has been caught. Your name may have been mentioned.[/b]"; event_add($_GET['ID'],"<a href='viewuser.php?u=$userid>{$n['username']}</a> Tried to rent a spy on you but failed.'",$c); } else { $sta=mysql_query("SELECT * FROM userstats WHERE userid={$_GET['ID']}",$c); $sats=mysql_fetch_array($sta); $we=mysql_query("SELECT * FROM items WHERE itmid={$r['equip_primary']}",$c); $pri=mysql_fetch_array($we); $we1=mysql_query("SELECT * FROM items WHERE itmid={$r['equip_secondary']}",$c); $sey=mysql_fetch_array($we1); $we2=mysql_query("SELECT * FROM items WHERE itmid={$r['equip_armor']}",$c); $arm=mysql_fetch_array($we2); print " <table width='45%' border='2'><tr background='header.jpg'><th>Primary</th> <th>Secondary</th><th>Armor</th></tr> <tr><td>{$pri['itmname']}</td><td>{$sey['itmname']}</td><td>{$arm['itmname']}</td></tr></table>"; mysql_query("UPDATE users SET money=money-{$_GET['PAID']} WHERE userid=$userid",$c); print "<table width='45%' border='1'><tr style='background:blue'><th>Misc</th></tr> </td><td>Energy: {$r['energy']}</td></tr></td><td> Exp: {$r['exp']}</td></tr> </td><td>Will: {$r['will']}</td></tr></td><td>Crystals: {$r['crystals']}</td></tr> <td>Brave: {$r['brave']}</td></tr></td><td>Level: {$r['level']}</td></tr> <tr style='background:lightblue'><th>Stats</th> <tr><td>Strength: {$sats['strength']} <tr><td>Agility: {$sats['agility']} <tr><td>Guard: {$sats['guard']} <tr><td>Labour: {$sats['labour']} <tr><td>IQ: {$sats['IQ']}</table>"; print "<table width='100%' border='2'><tr style='background:red'><th>Name</th> <th>Ammount</th></tr>"; $z=mysql_query("SELECT * FROM inventory WHERE inv_userid={$_GET['ID']} ORDER BY inv_itemid DESC"); while($e=mysql_fetch_array($z)) { $t=mysql_query("SELECT * FROM items WHERE itmid={$e['inv_itemid']}",$c); $itm=mysql_fetch_array($t); print "\n<tr><td>[b]{$itm['itmname']}[/b]</td><td>[b]{$e['inv_qty']}[/b]</td></tr>"; } print "</table> >[url='viewuser.php?u={$_GET[']Back To Profile.[/url]</br> [b]<font color=red>You Hired Spy On {$r['username']}.</font></font>[/b]</a>"; } } else if($_GET['ID']) { $cost=$r['level']*500000; print "[b]You are hiring a spy on {$r['username']}[/b] It will cost you $$cost for the spys expenses. But be warned spying is not always 100% successful. <form action='rentaspy.php' method='get'> <input type='hidden' name='ID' value='{$_GET['ID']}' /> <input type='hidden' name='PAID' value='$cost' /> <input type='submit' value='Hire Spy'/></form>"; } $h->endpage(); ?> Then in Viewuser.php Find if($ir['donatordays'] > 0) { print " Under Put [[url='rentaspy.php?ID={$r[']Hire Spy[/url]] Thanks - Gulley - :-D :-D :-D :-D Hope You Lot Like It
-
Re: User Rating $db->query("UPDATE 'users' SET rates=1"); Were do i put that in daily cron ??? Thankyou if soom helps me :-D :-D :-D :-D :-D