
Haunted Dawg
Members-
Posts
2,933 -
Joined
-
Last visited
Never -
Days Won
1
Content Type
Profiles
Forums
Events
Everything posted by Haunted Dawg
-
[Mccodes V2] improved schooling works off clicks not days
Haunted Dawg replied to Uridium's topic in Free Modifications
Re: [Mccodes V2] improved schooling works off clicks not days HaHa Are you seriouse? His bandwith won't go. If his site has alot of click's during 1 minute period of time. What has 50 people coming online after 1 hour to do one single click? -
Re: Double hashing with salt.... I would say sha1 has been far more secure. I "THINK" it has never been undecrypted. So go for sha1.
-
if you have a game or have a game in the maiking read on
Haunted Dawg replied to wivers's topic in General Discussion
Re: if you have a game or have a game in the maiking read on Ive been given 3 copies of mccodes before from coldblooded. -
Re: [mccode] Easy cPanel Login http://www.domain.com/webmail Also http://www.domain.com:2095
-
[MOD] V2 Theme Changer as Promised 96% completed
Haunted Dawg replied to Uridium's topic in Free Modifications
Re: [MOD] V2 Theme Changer as Promised 96% completed It has been made. http://criminalexistence.com/ceforums/i ... ic=27128.0 -
Re: [mccode] Easy cPanel Login 2 Ways: CPanel Quick Login Still not worth it when you can just type /cpanel at the end.
-
Re: [mccode] My forgot password Old?? SURE! Maybe check when they posted it. The 3 post's above mine was also made today. So that does not make the arguement "old". Yup long time since ive posted. But ey, can't blaim me. Blaim my laptop.
-
Re: [mccode] My forgot password yh wateva cos im the only 1 wat does it on ce and soz killah i was doin it rong it does work i think i havnt cheacked my emailyet but i think it worked Maybe check your spelling next time.
-
Re: Database Wont update with $_POST $theme = abs(@intval($_POST['Theme'])); To $theme = mysql_real_escape_string(htmlentities($_POST['Theme'])); But then you will need: $theme = $theme".css"; underneath
-
Re: How did your RPG gaming start? www.finalassassins.com is where i started. Then i moved on to silverwolfs game. Then since it got hacked, i started to create my own.
-
Re: Database Wont update with $_POST First of all. ThemeID row in users table is only for numbers! Second of all. Here is a better choose.php. <?php include("globals.php"); switch($_GET['action']) { case 'accept': accept_theme_begin(); break; default: print "Error: This script requires an action."; break; } function accept_theme_begin() { global $ir,$h; if($_POST['Theme']) { $theme = abs(@intval($_POST['Theme'])); $rows = mysql_num_rows(mysql_query("SELECT ThemeID FROM Theme WHERE ThemeID=".$theme)); if($rows == 0) { echo 'This theme does not exist. Go AWAY!'; $h->endpage(); exit; } mysql_query("UPDATE users SET ThemeID=".$theme." WHERE userid=".$ir['userid']); echo 'You now are using a different theme.'; $h->endpage(); exit; } $q = $db->query("SELECT ThemeID FROM Theme"); $r = mysql_fetch_assoc($q); echo ' <h3>Choose Your Theme</h3> <form action="choose.php?action=accept" method="post"> Theme: '.Theme_dropdown($r,'Theme').' <input type="submit" value="Choose Theme"> </form>'; } $h->endpage(); ?>
-
Re: Need base code to work off. A while function can do that for you.
-
[MOD] V2 Theme Changer as Promised 96% completed
Haunted Dawg replied to Uridium's topic in Free Modifications
Re: [MOD] V2 Theme Changer as Promised 96% completed I made something similar to this. I will make my version and release it for free. When i have time. -
Re: [showcase] CriminalImpulse.com Released! A simple google search can do the trick.
-
Re: Need base code to work off. I think a while function would be best. //Your ids bellow $array = array(1,2,3); //Fetch rows $row = mysql_query("SELECT userid FROM users WHERE userid=1 AND userid=2 AND userid=3"); //Count / leave $i = -1; //fetch $row values while($soc = mysql_fetch_assoc($row)) //open loop { //random number $rand = rand(1,10); //count up $i++ //Event user with random number event_add($soc[$array[$i]],"Random Number: ".$rand."."); //if $i = 3 exit script and cloose loop if($i == 2) { exit; } //End loop } That should help i hope. :lol:
-
Re: Need base code to work off. //Your starting number & Ending number $start_point = 0; $end_pont = 5; for($i = $start_point; $i < $end_point; $i++) //What we do here is the following: // $i = $start_point == your starting number // $i = $end_point == your ending number // $i++ == counts to that number to stop //Start the loop { //echo out your restult echo $i.' '; //close the loop } Hope thats a good description to help you.
-
Re: Torque engine Could help if there was some links. :lol:
-
Re: [mccode v2] cash percentages Yes it does that. But in a better form and less resource. Less space too.
-
Re: Display Picture upload, size and file format Doesnt iso's one do that? Just add a database and couple querys into iso's and BAM! there u got what you want.
-
[mccode] Major Live Support Attachment [$15-$750]
Haunted Dawg replied to oxidati0n's topic in Paid Modifications
Re: [mmcode] Major Live Support Attachment [$15-$750] Ummm. Why pay $750 to serve 500 people? I highly doubt 500 people will come to you at once. And if they do the first person will wait easily half an hour to get the second reply from you.. Just my 2cents. -
[mccode] Mod Sale [$10.00 - $95.00]
Haunted Dawg replied to Isomerizer's topic in Paid Modifications
Re: [mccode] Mod Sale [$10.00 - $80.00] I made my own hide & seek iso... Go look in my mod bundle... -
Re: [REVIEW] www.finalkillah.com Ishz, you might want to re check on that... If i remember clearly, syke left and never came back after 1 month. So i decided to close it down.
-
Re: any and all help needed It is also to do with the global_func.php i believe. I changed both.
-
Re: New Host needed Urgently Byethost.com, i have had not a single problem with them. I would post a support ticket and within the hour it is responded.
-
Re: CSS [V2] MAYBE [V1] I have added this quite back on my game. Bad idea, hover over the mainmenu and it highlights...