
Eternal
Members-
Posts
305 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Eternal
-
haa This script is way old.
-
lol @ every idiot. Dude don't pay up front. also why wait 2 months? Reverse transaction on paypal say fraud didn't receive the products. ..........
-
you **** always jump at people. And ****ing learn how to code all you bitches... @ alan i know you trying to help but don't help the ******* ***** that put you down... @ jds137 you ******* ******* Before you go throwing around comments that are pointing out a sarcastic remark about someones programing ability. Provide some proof that you know better. He provided some code why don't you, you ******* ********. Edit(Djkanna): I removed most (if not all) cursing! Eternal (there's kids on this forum please keep it to a minimum profanity :) ). (cannot be bothered to make my own post.) @jds137: Go away please maybe you should show us some of your work before you even try to put down others! Spudinski: @Djkanna, no you didn't.
-
Problems Problems....I Have Tried I Swear..Please Help
Eternal replied to protek123's topic in General Discussion
lol <?php session_start(); include "config.php"; global $_CONFIG; define("MONO_ON", 1); require "class/class_db_{$_CONFIG['driver']}.php"; $db=new database; $db->configure($_CONFIG['hostname'], $_CONFIG['username'], $_CONFIG['password'], $_CONFIG['database'], $_CONFIG['persistent']); $db->connect(); $c=$db->connection_id; $set=array(); $settq=$db->query("SELECT * FROM settings"); while($r=$db->fetch_row($settq)) { $set[$r['conf_name']]=$r['conf_value']; } echo' <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>'.$set['game_name'].'</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css" src="logincss.css" /> </head> <body bgcolor="#262626" onLoad="MM_preloadImages(\'images/showshoutboxover.gif\')"> <table width="95" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td>[img=images/topleftheader.jpg]</td> <td>[img=images/topdigitanimated.gif] [img=images/topbaranimated.gif]</td> <td>[img=images/toprightheader.jpg]</td> </tr> </table></td> </tr> <tr> <td>[img=images/header_blank.jpg]</td> </tr> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td>[img=images/tleftm.gif]</td> <td valign="top">[img=images/bottombaranimated.gif] [url="#"][img=images/showshoutbox_blank.gif][/url] </td> <td>[img=images/tlrightm.gif]</td> </tr> </table></td> </tr> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="172" valign="top"> [/b]</font></div></td> </tr> </table> </td> </tr> </table></td> <td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/mcbg.gif"> <tr> <td>[img=images/maincontent_blank.gif]</td> </tr> <tr> <td><table width="95%" height="100%" border="0" align="top" cellpadding="0" cellspacing="1"> <tr> <td width="10%" ><div align="center"><font size="1"> '; $IP = $_SERVER['REMOTE_ADDR']; if(file_exists('ipbans/'.$IP)) { die("[b]<font color=red size=+1>Your IP has been banned, there is no way around this.</font>[/b]</body></html>"); } $year=date('Y'); print "<h3>> {$set['game_name']} Log-In</h3> <table width=50%> <tr> <td width=50%> <fieldset> <legend>About {$set['game_name']}</legend> {$set['game_description']} </fieldset> </td> <td> <fieldset> <legend>Login</legend>"; print "<form action=authenticate.php method=post name=login onsubmit=\"return saveme();\">Username: <input type=text name=username> Password: <input type=password name=password> Remember me? <input type=\"radio\" value=\"ON\" name=\"save\">Yes <input type=\"radio\" name=\"save\" value=\"OFF\" checked>No <input type=submit value=Submit></form></fieldset></td></tr></table> <h3>[url='register.php']REGISTER NOW![/url]</h3> [i]<center>Powered by codes made by Dabomstew (© {$year}). Game Copyright ©{$year} {$set['game_owner']}.</center>[/i]</table>"; echo' [/b]</font></div></td> </tr> </table> </tr> </table></td> <td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/mcbg.gif"> <tr> <td>[img=images/copyright_do_not_remove.gif]</td> </tr> <tr> <td><table width="95%" height="100%" border="0" align="top" cellpadding="0" cellspacing="1"> <tr> <td width="10%" ><div align="center"><font size="1"> <tr> <td><table width="95%" height="100%" border="0" align="top" cellpadding="0" cellspacing="1"> <tr> <td width="10%" ><div align="center"><font size="1"> <td colspan="3"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td class="dgradl"></td> <td class="dgrad"></td> <td class="dgradr"></td> </tr> </table> </td> </tr> </table> </body> </html> '; ?> logincss.css input { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; border: 1px; background-color: #4A4A4A; } .over { background-image: url(images/nav2.gif); } body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xxx-small; color: #FFFFFF; font-family:calibri, helvetica, arial, geneva, sans-serif; font-size: xxx-small;;color: black; } table,tr,td { font-family:helvetica, arial, geneva, sans-serif; font-size: 12px; } img { border:none; } textarea { font-family:helvetica, arial, geneva, sans-serif; font-size:12px; color: black; } a:link { font-weight: bold; color: 5A9F00; text-decoration: none; } a:hover { font-weight: bold; color: #FFFFFF; } a:visited { color: 5A9F00; } .table { background-color:#000000; } .table3 { background-color:#000000; } .table td { background-color:#DEDEDE; height:22px; } .table3 td { background-color:#CCCCCC; } td .alt { background-color:#EEEEEE; height:22px; } td .h { background-image:url(tablehgrad.png); background-repeat:repeat-x; font-weight: bold; background-color: #D6D6D6; } .table th { background-image:url(tablehgrad.png); background-repeat:repeat-x; font-weight: bold; background-color: #D6D6D6; } There you are now all that messy piece of shit is cleaned up you can now see what you have to do !! -
lol
-
GAh i hate you IDK what to say. Immortal you making me wet my pants right now. Maybe you should google on common exploits and READ the section on what sectors those exploits are known to.
-
NEW GAMES ONLY--SUPER Secure your Password System, Stop using Md5.
Eternal replied to Joshua's topic in Free Modifications
lol9 little hint ;) http://dev.mysql.com/doc/refman/5.0/en/encryption-functions.html -
Eternal Please take note of the Cronjob Option in the cpanel/plesk Control panels Then on the install script and/or config.php would be your code. Please see to that the links 0 * * * curl http://www.yoursite.com/cron_day.php?code=CONFIG CODE HERE <-- is set to the according values. If this is correct i would contact your hosting provider and ask them to check it in more detail for you. Eternal Wrote This Post
-
lmao Please take note that there is over 50-100 FREE templates on this forum. Also the fact that you could visit http://www.themebot.org <-- .net .com what ever the heck it is and modify one your self. Eternal wrote this post
-
lol Ha Mr. Macaulay Only comes here to mess with people. hence him changing his name 10 times a week on CE. I love that you can't change your name as often, Which prevents the idiots from being able to mask them selfs. :thumbup:
-
Sudo Update And All that I know--Regarding Issue with McFarlin
Eternal replied to Joshua's topic in General Discussion
lol9 *cough* The person is probably reading this right now laughing at you and the 3,000 mistakes you have made in your choice of words. Let me get this straight. They used your ip but you don't use your ip you use a proxy. i am trying to think dumb to understand you. -
Sudo Update And All that I know--Regarding Issue with McFarlin
Eternal replied to Joshua's topic in General Discussion
as far as you know ;) read the first post about rules. members will only see two forum boards updated members "official members" will see more ;) -
Sudo Update And All that I know--Regarding Issue with McFarlin
Eternal replied to Joshua's topic in General Discussion
lol Lol. First of all i personally would have to say i don't like you immortal But in this case i would have to say DDOS lasting 5-10 mins wouldn't be a ddos, Just a server malfunction. You say xxx persons files deleted. IF they had access to delete the files and "if" they on the same server i would say if they using your ip then they have changed it to match your ip adress. cheap ass passwords and insecurities are the worst thing you can ever do. Rules of engagement on designing and running a website. NEVER TRUST THAT THE USER WON'T FIND THOSE VULNERABILITIES. CODE FIRST SECURITY LAST IS NOT THE RESPECTABLE IDEA. IF YOU ARE HACKED BECAUSE OF THIS THEN IT IS YOUR OWN FAIL. If you require help towards these issues please send an email to [email protected] or signup to the websites forums. http://www.justgothacked.com We are getting more and more private members via email asking for our help. Don't be ashamed to ask for help your name and website won't be listed in our repository if you don't want it to be. Love always Eternal. -
Didn't say it was a bug. - But most of all your mods have bugs. Oh yeah please spell my name correctly or cant you read? Its LazyT not lazy-t :] do you like chicken? I too have also noticed that most your mods get feedback saying blah this doesn't work. There is a list of programmers that have classed you as a shocking programmer. But yes i would have to give you some credit "Make some cash sell some mods people like" Just make sure when you sell these mods that you have a demo of it in action so WE can verify that it works and if it is worth buying. Pictures don't really do a thing if i don't see the script in action checking against. Page loads, neatness of the mods pages I won't purchase it and others won't purchase it knowing there is only a few images avail to state that it works Love always Eternal. PS: you didn't come back on webcam i was sitting here waiting for you! i had to go find another guy to stare at!!!!
-
Immortal take this any way you want. Don't <censored> put me on a list saying watch out for me. I aint hacking any of you <censored> games. yea i spammed 4 games cause the owners <censored> with peoples games i know. as too the drop table code that was funny cause that person wasnt told to put it in they copy pasted to see what it done. So take my name off the list or <censored><censored><censored><censored><censored><censored><censored><censored><censored><censored>. You pick
-
Insert Points into Cmarket Every *set amount of time*
Eternal replied to Joshua's topic in Free Modifications
Can anyone say fail? -
How about using a function. My current username format usage "nameFormat($ir['userid']);" Includes if they have a "Faction/gang" etc.. currently im using it as a external script eg:.. namescript.php etc.. But with some alterations it can be if($row->user-color !=''){ $color="<a title=\"Special' href=viewuser.php?u=".$row->userid."><font color=".$row->user-color.">".$row->username."</font>"; } <?php //$id = $ir['userid']; function gtag($id){ $sql = sprintf("SELECT * FROM `factions` fa WHERE (faID = %u)", mysql_real_escape_string($id)); $q = mysql_query($sql); $r2 = mysql_fetch_object($q); return "<a style=text-decoration:none; href=factions.php?step=profile&ID=".$id.">[<font color=#".$r2->faCOLOR.">".$r2->faPREF."</font>]</a>"; } function nameFormat($id) { $result = mysql_query("SELECT userid,donatordays,username,faction,fedjail FROM `users` WHERE `userid` = '".$id."' LIMIT 1") or die(mysql_error()); $row = mysql_fetch_object($result); if($row->fedjail != 0){ $color="<a title=\"BANNED USER' href=viewuser.php?u=".$row->userid."><s>".$row->username."</s>"; } elseif($row->donatordays != 0){ $color="<a title=\"Honorable Thug [".$row->donatordays." HT Days Left]\" href=viewuser.php?u=".$row->userid."><font color= #66ffff>".$row->username."</font>"; } else{$color="<a title=\"Non Honorable Thug\" href=viewuser.php?u=".$row->userid."><font color=white>".$row->username."</font>";} if ($row->faction !=0) {$gtag= gtag($row->faction);} return "".$gtag."$color</a>"; } ?>
-
Re: [v2] New Header ................
-
Re: [any]Contact us Lawl............................ .......... ............ .................... ... .. ......... Why use all these "$HTTP_POST_VARS"?????????????????? Not many offences but this is shocking. Why have you stolen someone elses contact mod? seriously lmao.. <?php include 'globals.php'; if ($_POST['noob']){ do your stupid crap here } else{ do your stupid form here } $h->endpage; ?>
-
Re: [V2] Chat lol nice Edits to my script ;) i do have a latest version which will be out soon. including a upload ability for users who have the png image ability. Donators have colored name and font ability. admin chat ban functions eg.. /ban id /unban id options for the game owner to add in special functions eg.... /roll ~ rolls 2 6-sided dice and gets 6 6 /hi $text ~ waves hi to $text /attack id ~ 2 min wait on next attack has to be same city etc.... /your function ~ your output. :)
-
[MCCODES V2] File Creator and Editor ingame
Eternal replied to Uridium's topic in Free Modifications
Re: [MCCODES V2] File Creator and Editor ingame ? Answers like a noob " mines better :P ? WTG illusions this is a nice script :) -
Re: Cannot attack Clan Mates Addition Mod $stole=floor($oppattack_person['money'] /10);
-
Re: [mccode v2] Crystal Temple <?php include_once (DIRNAME(__FILE__) . '/globals.php'); ### Start Configuration ### $EnergyRefill = '10'; $WillRefill = '10'; $BraveRefill = '10'; $DonatorDays = '10'; $Protection = '10'; $IQ='10'; ### End Configuration ### function Error($Message) { global $h; echo sprintf("<span style='color: #FF0000;'>Error! %s</span>", stripslashes($Message)); exit($h->endpage()); } $_GET['spend'] = isset($_GET['spend']) && ctype_alpha($_GET['spend']) ? trim($_GET['spend']) : FALSE; if (!in_array($_GET['spend'], array('', 'EnergyR', 'WillR', 'BraveR','IQ', 'Donator', 'Protect'))) { Error('Invalid Command!'); } if (!$_GET['spend']) { echo '<span style="text-decoration: underline; font-size: 14px; font-weight: 600">Welcome To The Crystal Temple!</span> '; echo sprintf("You have [b]%s[/b] crystals. ", number_format($ir['crystals'])); echo 'What would you like to spend your crystals on? '; echo sprintf(" [url='ctemple.php?spend=EnergyR']Energy Refill - %s Crystals[/url] ", number_format($EnergyRefill)); echo sprintf("[url='ctemple.php?spend=WillR']Will Refill - %s Crystals[/url] ", number_format($WillRefill)); echo sprintf("[url='ctemple.php?spend=IQ']IQ TopUp - %s Crystals for 10 IQ[/url] ", number_format($IQ)); echo sprintf("[url='ctemple.php?spend=BraveR']Brave Refill - %s Crystals[/url] ", number_format($BraveRefill)); echo sprintf("[url='ctemple.php?spend=Donator']3 Donator Days - %s Crystals[/url] ", number_format($DonatorDays)); echo sprintf("[url='ctemple.php?spend=Protect']Protection - %s Crystals (30 Minutes Only)[/url] ", number_format($Protection)); } else { if ($_GET['spend'] == 'EnergyR') { if ($ir['crystals'] < $EnergyRefill) { Error('You Don\'t Have Enough Crystals!'); } else if ($ir['energy'] == $ir['maxenergy']) { Error('You Already Have Full Energy.'); } else { $db->query(sprintf("UPDATE users SET energy=maxenergy, crystals=crystals-%d WHERE userid=%d", $EnergyRefill, $userid)); echo sprintf("You Have Paid %d Crystals To Refill Your Energy Bar.", number_format($EnergyRefill)); } } else if ($_GET['spend'] == 'IQ') { if ($ir['crystals'] < $IQ) { Error('You Don\'t Have Enough Crystals!'); } else { $db->query(sprintf("UPDATE users SET crystals=crystals-%d WHERE userid=%d", $IQ , $userid)); $db->query(sprintf("UPDATE userstats SET IQ=IQ+10 WHERE userid=%d", $userid)); echo sprintf("You Have Paid %d Crystals To Update your IQ.", number_format($IQ)); } } else if ($_GET['spend'] == 'WillR') { if ($ir['crystals'] < $WillRefill) { Error('You Don\'t Have Enough Crystals!'); } else if ($ir['will'] == $ir['maxwill']) { Error('You Already Have Full Will.'); } else { $db->query(sprintf("UPDATE users SET will=maxwill, crystals=crystals-%d WHERE userid=%d", $WillRefill, $userid)); echo sprintf("You Have Paid %d Crystals To Refill Your Will Bar.", number_format($WillRefill)); } } else if ($_GET['spend'] == 'BraveR') { if ($ir['crystals'] < $BraveRefill) { Error('You Don\'t Have Enough Crystals!'); } else if ($ir['brave'] == $ir['maxbrave']) { Error('You Already Have Full Brave.'); } else { $db->query(sprintf("UPDATE users SET brave=maxbrave, crystals=crystals-%d WHERE userid=%d", $BraveRefill, $userid)); echo sprintf("You Have Paid %d Crystals To Refill Your Brave Bar.", number_format($BraveRefill)); } } else if ($_GET['spend'] == 'Donator') { if ($ir['crystals'] < $DonatorDays) { Error('You Don\'t Have Enough Crystals!'); } else if ($ir['donatordays'] > '0') { Error('You Already Have Some Donator Days...'); } else { $db->query(sprintf("UPDATE users SET donatordays=donatordays+3, crystals=crystals-%d WHERE userid=%d", $DonatorDays, $userid)); echo sprintf("You Have Paid %d Crystals For 3 Donator Days.", number_format($DonatorDays)); } } else if ($_GET['spend'] == 'Protect') { if ($ir['crystals'] < $Protection) { Error('You Don\'t Have Enough Crystals!'); } else if ($ir['protection'] > '0') { Error('You Already Have Protection...'); } else { $db->query(sprintf("UPDATE users SET protection=protection+30, crystals=crystals-%d WHERE userid=%d", $Protection, $userid)); echo sprintf("You Have Paid %d Crystals For 30 Minutes Protection.", number_format($Protection)); } } } $h->endpage(); ?> Blahhhhhhhhhhh
-
Re: [mccode v2] Crystal Temple <?php include_once (DIRNAME(__FILE__) . '/globals.php'); ### Start Configuration ### $EnergyRefill = '10'; $WillRefill = '10'; $BraveRefill = '10'; $DonatorDays = '10'; $Protection = '10'; $IQ='10'; ### End Configuration ### function Error($Message) { global $h; echo sprintf("<span style='color: #FF0000;'>Error! %s</span>", stripslashes($Message)); exit($h->endpage()); } $_GET['spend'] = isset($_GET['spend']) && ctype_alpha($_GET['spend']) ? trim($_GET['spend']) : FALSE; if (!in_array($_GET['spend'], array('', 'EnergyR', 'WillR', 'BraveR','IQ', 'Donator', 'Protect'))) { Error('Invalid Command!'); } if (!$_GET['spend']) { echo '<span style="text-decoration: underline; font-size: 14px; font-weight: 600">Welcome To The Crystal Temple!</span> '; echo sprintf("You have [b]%s[/b] crystals. ", number_format($ir['crystals'])); echo 'What would you like to spend your crystals on? '; echo sprintf(" [url='ctemple.php?spend=EnergyR']Energy Refill - %s Crystals[/url] ", number_format($EnergyRefill)); echo sprintf("[url='ctemple.php?spend=WillR']Will Refill - %s Crystals[/url] ", number_format($WillRefill)); echo sprintf("[url='ctemple.php?spend=IQ']IQ TopUp - %s Crystals for 10 IQ[/url] ", number_format($IQ)); echo sprintf("[url='ctemple.php?spend=BraveR']Brave Refill - %s Crystals[/url] ", number_format($BraveRefill)); echo sprintf("[url='ctemple.php?spend=Donator']3 Donator Days - %s Crystals[/url] ", number_format($DonatorDays)); echo sprintf("[url='ctemple.php?spend=Protect']Protection - %s Crystals (30 Minutes Only)[/url] ", number_format($Protection)); } else { if ($_GET['spend'] == 'EnergyR') { if ($ir['crystals'] < $EnergyRefill) { Error('You Don\'t Have Enough Crystals!'); } else if ($ir['energy'] == $ir['maxenergy']) { Error('You Already Have Full Energy.'); } else { $db->query(sprintf("UPDATE users SET energy=maxenergy, crystals=crystals-%d WHERE userid=%d", $EnergyRefill, $userid)); echo sprintf("You Have Paid %d Crystals To Refill Your Energy Bar.", number_format($EnergyRefill)); } elseif ($_GET['spend'] == 'IQ') { if ($ir['crystals'] < $IQ) { Error('You Don\'t Have Enough Crystals!'); } else { $db->query(sprintf("UPDATE users SET IQ=IQ+10, crystals=crystals-%d WHERE userid=%d", $IQ, $userid)); echo sprintf("You Have Paid %d Crystals To Update your IQ.", number_format($IQ)); } } else if ($_GET['spend'] == 'WillR') { if ($ir['crystals'] < $WillRefill) { Error('You Don\'t Have Enough Crystals!'); } else if ($ir['will'] == $ir['maxwill']) { Error('You Already Have Full Will.'); } else { $db->query(sprintf("UPDATE users SET will=maxwill, crystals=crystals-%d WHERE userid=%d", $WillRefill, $userid)); echo sprintf("You Have Paid %d Crystals To Refill Your Will Bar.", number_format($WillRefill)); } } else if ($_GET['spend'] == 'BraveR') { if ($ir['crystals'] < $BraveRefill) { Error('You Don\'t Have Enough Crystals!'); } else if ($ir['brave'] == $ir['maxbrave']) { Error('You Already Have Full Brave.'); } else { $db->query(sprintf("UPDATE users SET brave=maxbrave, crystals=crystals-%d WHERE userid=%d", $BraveRefill, $userid)); echo sprintf("You Have Paid %d Crystals To Refill Your Brave Bar.", number_format($BraveRefill)); } } else if ($_GET['spend'] == 'Donator') { if ($ir['crystals'] < $DonatorDays) { Error('You Don\'t Have Enough Crystals!'); } else if ($ir['donatordays'] > '0') { Error('You Already Have Some Donator Days...'); } else { $db->query(sprintf("UPDATE users SET donatordays=donatordays+3, crystals=crystals-%d WHERE userid=%d", $DonatorDays, $userid)); echo sprintf("You Have Paid %d Crystals For 3 Donator Days.", number_format($DonatorDays)); } } else if ($_GET['spend'] == 'Protect') { if ($ir['crystals'] < $Protection) { Error('You Don\'t Have Enough Crystals!'); } else if ($ir['protection'] > '0') { Error('You Already Have Protection...'); } else { $db->query(sprintf("UPDATE users SET protection=protection+30, crystals=crystals-%d WHERE userid=%d", $Protection, $userid)); echo sprintf("You Have Paid %d Crystals For 30 Minutes Protection.", number_format($Protection)); } } } $h->endpage(); ?> Nice work Bud
-
Re: New type of Crimes!! $ir is for person veiwing having $r is useless