Jump to content
MakeWebGames

Haunted Dawg

Members
  • Posts

    2,933
  • Joined

  • Last visited

    Never
  • Days Won

    1

Everything posted by Haunted Dawg

  1. Re: Contact Form (Fresh & NEW!)   Putting together or coding it from scratch :\
  2. Re: Advanced Voting $15 i do get what your saying so you telling me that my codes are shit bcoz you think you can make this? Well go ahead i guess you can but it wont be as secure as mine and there for another thing is does yours count up daily hits and total hits? NO!!!!!!!!
  3. Re: Upload Image & Display $10 DUDE UNDERSTAND ive used his upload on my game its still able to be a harm to a game ive used it ive uploaded a shell to my game using the way i showed u so just fucking forget about that it is 100% secure OK!
  4. Re: Advanced Voting $15 Trust me it is way worth $15, BASICLY LOOK YOU HAVE TO GO ADD EACH TIME MORE CODES AND DELETE WHEN YOU WANT TO ADD/DELETE A VOTE LINK GET IT IN YOUR THICK HEAD!
  5. Re: Upload Image & Display $10   Who actualy told iso that his mod can be easy hacked? A = ME Now seriusly his is not more secure there for mine actualy is like 20 lines of code when his is like 50+ mine only allows .jpg .gif .JPG .bmp and so on now remmember iso's one i could easly add a .php file with ease with mine not even and now again there is a way i can upload a .php file via iso's & mine just by using a single % inbetween so your image will appear like: shell.php%$".jpg now again it will only read the last sequence wich is .jpg allowing me to actualy upload the image but mean time its a shell! so get that in your thick mind!
  6. Re: Advanced Voting $15 So not the same. On genocide's one you have to ENTER the cpanel to add a new vote link please read my posts befor you post SHIT!
  7. Re: Shoutbox $10 & $15 Lost one mine works different to that one. please go look at mine and compare them both.
  8. Re: Upload Image & Display $10 @ zaver, there is no way to secure this 99.9%. @ lostone, You might think that this mod is not secure but as for isomerizers mod it is not secure aswell.
  9. Hey There, Description: Users can put in a text and it will be displayed automaticly unfortunatly other users will need to refresh to view this. Comes with images (NOTE: i will not send the images as it will use up my resource since here in south africa our internet sucks and use a capped internet. But ill give you the link to download these images.) NOTE: There is 2 versions of this, v1 & v2 not the source code but my actual codes i got a basics and an advanced. V1: Comes with the actual script except it does not have the ban & delete buttons. V2: Comes with the actual script and with ban & delete buttons. Price: $10 & $15 Copies: 20 Paypal: [email protected] Preview: www.killah-city.com (Version 2) Security: Good Owners: Me. Thanks
  10. Hi There, Description: Users may upload an image and then it will be displayed on there profile & under there uploaded pictures. Includes: 1.- 1 .php file. 2.- 2 Sql's. 3.- couple lines of codes for viewuser.php. Price: $10 Copies: 10 Paypal: [email protected] Preview: www.ganstawars.net Owners: Me & Iseeyou, We decided to make this and now we both have the rights to sell and we dont share the profits we make. Thanks.
  11. Hey There. Description: You will get a new advanced voting with this you will never need to enter your cpanel again to add 1 more vote link, It is all done via the admin panel you can add and delete and edit vote links. Includes: 1.- 2 .php file. 2.- 1 sql Price: $15 Copies: 10 Paypal: [email protected] Preview: www.killah-city.com Security: Good Owner: I have created this mod since i got tired of entering the cpanel each time to create a new vote link. Thanks
  12. Hey there, Description: You get 100% mood when you get attacked you loose mood and the winner wins mood you can refill your mood by going to the "Mood Temple" but there will only be stuff under there if the owner puts stuff using there panel, When viewing the listings you get 2 types ("Normal","Advertisement") Normal will just take money away from your account, Advertisement's will only work once u have clicked so you must view the advertisement this is great for active players that loose/gain mood and for the owners because people will need to pay you for an advertisement. When online and clicking, a session will be installed to the players computer and every time that user clicks it will add up and every 200 clicks the user will gain 1 mood. Includes: 2 .php Files 1 Sql Couple lines of code for header.php,authenticate.php,viewuser.php Still Coming: I intend to make free addons and some addons that will cost $5.00 each. Free ones are: When attacking on a low mood basis ("Heavily Depressed") you have a less chance of winning and when fighting on a big mood basis ("Good") you have a better chance of winning the attack. When training you will gain stats depending on your mood the lower mood gives less stats the higher mood gives more stats. Paid Ones Are: Lock Accounts, When your mood is on heavily depressed for 50+ days your account will be sent to the impound where admins will look and then admins can delete your account knowing you wont be coming back. Price: $30.00 Instalation: $10.00 Preview: http://www.deadlyblood.com/ Security: As far as i see its got good security and it cant be sql injected to the ways ive tried. Paypal: [email protected] Copies Left: 15 Owners: This mod was coded from scratch by me and the idea came from -Matt-. When Posting please put something good and not just old blabarish. Thanks.
  13. Re: When is it time... Hey iso my game takes like 2 secs to load and my game is kind of big here are my statistics:   As you can see my 24 hour basis is 106 and well as far as i know my host is fast wich is www.byethost.com but the only thing i can recomend at the very moment is buying a .net domain like www.amazon-survival.net and then redirect your .net to a vps or dedicated or even a better host then once youve got the .net set up you redirect all your pages from .com to your .net then you transfer your name servers from the .com to .net so basicly your users can carry on there game with out you fiddeling arround with it..
  14. Re: Crystal bank intrest   LOL isnt it: $db->query("UPDATE users SET cbank=cbank+(cbank/50) where cbank>0");
  15. Re: [V2]Lock Down[V2] use this code:   <?php include("globals.php"); if($_POST['noyes']) { if($_POST['noyes'] == 1) { $pos = 1; } else if($_POST['noyes'] == 0) { $pos = 0; } mysql_query("UPDATE users SET locked='{$pos}'"); echo 'Done.'; $h->endpage(); exit; } if ($ir['locked'] == 1) { $on="unlock"; } else if ($ir['locked'] == 0) { $on="lock"; } echo ' <form action="staff_lock.php" method="post"> Would you like to ' .$on. ' the game? <select name="noyes">'; if($ir['locked'] == 1) { echo '<option value=1>Yes</option>'; } else if ($ir['locked'] == 0) { echo '<option value=0>Yes</option>'; } echo '</select><input type="submit" value="Submit"></form>'; $h->endpage(); ?>
  16. Re: [V2]Lock Down[V2] Here is the place so u can click the button lol forgot about it: > Lock Game
  17. Re: [V2]Lock Down[V2] Ghetto your code is pretty lame this user will need to enter the header.php, register.php, login.php each time just to go lock down the game there for my script you do it through your panel and it does it automaticly just because yours is using some thing like: $regon=TRUE; each time the owner will need to enter the cpanel to go change TRUE to FALSE so it will work like this $regon=TRUE; //IF FALSE: game open IF TRUE: game closed if($regon == TRUE) { echo 'game closed...'; exit; } now just to put the game online again he has to go edit every single code to: $regon=FALSE; //IF FALSE: game open IF TRUE: game closed if($regon == TRUE) { echo 'game closed...'; exit; } now as for jeeppimp he said he is new at php codes now it will be easier for him to just click that button and just put yes to turn it off or yes to turn it on and viola only he can see the game now so basicly your code will work 100% but it takes more time because: 1.- change domain url to www.yourdomainname.com/cpanel 2.- enter details to login to cpanel 3.- go to file manager 4.- find the file 5.- click on edit file 6.- edit the file to FALSE to just open the game 7.- save it 8.- all players can play. Basicly step by step youll take 8 steps now on my one all you do is: 1.- Go to staff menu 2.- look for the lock down button 3.- read the text above and hit the submit button 4.- if($turn == on) { echo 'Viola everyone can now play the game.'; } as you can see what you take is 8 steps compared to 4 wich a newb would prefer 4 steps and easier steps. just my point of view.
  18. Re: [$5]Gang Status couple 10-15 lines and it could be done :\ and a sql...
  19. Re: [V2]Lock Down[V2] i just had it on my ptc that i can lock down website and allow multis or not and i just used:   $myip = "{ my ip here }"; if($ip != $myip) { die('Site currently locked.'); //Kill script if your ip aint above in my ip. } else if($ip == $myip) { echo 'Site currently locked.'; //Allert the allowed ip that the site is locked. }
  20. Re: [V2]Lock Down[V2] lame! just run this sql:   alter table users add locked int(3) not null default '0';   Add in header: if($ir['userid'] >1) { if ($ir['locked'] == 1) { echo 'Site is currently locked down.'; exit; } }   Now add this file (Name it staff_lock.php)   <?php include("globals.php"); if($_POST['noyes']) { if($_POST['noyes'] == 1) { $pos = 1; } else if($_POST['noyes'] == 0) { $pos = 0; } mysql_query("UPDATE users SET locked='{$pos}'"); echo 'Done.'; $h->endpage(); exit; } if ($ir['locked'] == 1) { $on="unlock"; } else if ($ir['locked'] == 0) { $on="lock"; } echo ' <form action="staff_lock.php" method="post"> Would you like to ' .$on. ' the game?'; <select name="noyes"> if($ir['locked'] == 1) { echo '<option value=1>Yes</option>'; } else if ($ir['locked'] == 0) { echo '<option value=0>Yes</option>'; } echo '</select><input type="submit" value="Submit"></form>'; $h->endpage(); ?>   It has not been tested so please post bugs...
  21. Re: Updated Personal Details [V2]   BULL FU**ING SHIT Goldenzero is the person that steals other peoples codes not ghetto!!! so go get a life because you think you all that when your not just because you got cyanide as a co owner of gangst3rs paradis3 WOW! no wonder zaver stopped bieng your coder BECAUSE ITS SHIT! your game gets reseted every month your members go less and less the theme layout looks shit has over 150+ files has over 200 tables in the database WOW LAME sheesh that is just lame my game runs perfect with 100+ online daily with 6+ online in the minute with only 30-60 files and 83 tables in my database and it still looks better than yours!
  22. So here we are again me trying to prove to lost one i can code and to all the other f**k terds that think i cant! this mod works if your logged in or logged out depending on how you want it... This file should be called (contact.php) <?php include ("globals.php"); if($_POST['myname']) { $mn = htmlspecialchars(mysql_real_escape_string($_POST['myname'])); $m = htmlspecialchars(mysql_real_escape_string($_POST['message'])); $s = htmlspecialchars(mysql_real_escape_string($_POST['subject'])); $em = htmlspecialchars(mysql_real_escape_string($_POST['email'])); $db->query("INSERT INTO messages VALUES(NULL, '{$mn}','{$m}','{$s}','{$em}', unix_timestamp())") or die(mysql_error()); echo 'Done, Thanks for your support ticket we will respond to the email you supplied.'; $h->endpage(); exit; } echo ' <form action="contact.php" method="post"> <table border=0 width=50% class=table> <tr> <td>Your Name:</td><td><input type="text" name="myname"></td><tr> <td>Your Email:</td><td><input type="text" name="email"></td><tr> <td>Subject:</td><td> <select name="subject"> <option value="Account Enquiry">Account Enquiry</option> <option value="Website Problems">Website Problems</option> <option selected>Select a Option</option> </select> </td><tr> <td colspan=2>Your Message:</td><tr> <td colspan=2><textarea name="message" rows="10" cols="50"></textarea></td><tr> <td colspan=2><input type="submit" value="Submit"></td> </table> </form>'; $h->endpage(); ?>   Name The bellow file staff_contact.php <?php include ("sglobals.php"); if($_GET['action'] == 'reply') { if($_POST['message']) { $XID = abs(@intval( $_GET['XID'])); $af = mysql_query("SELECT * FROM messages WHERE ID='{$XID}'") or die(mysql_error()); $at = mysql_fetch_assoc($af); $to = $at['useremail']; $subject = "Reply From Killah-City"; $body = $_POST['message']; $from = "[email protected]"; $headers = 'From: Killah-City | Reply Of ' .$at['subject']. ' <' .$from. '>'; mail($to, $subject, $body, $headers); mysql_query("DELETE FROM messages WHERE ID='{$at['ID']}'") or die(mysql_error()); echo 'Deleted row id ' .$at['ID']. ' TO: ' .$to. ' Header: ' .$headers. ' Subject: ' .$subject. ' Body: ' .$body. ' '; echo 'Replied To and Deleted.'; $h->endpage(); exit; } $XID = abs(@intval( $_GET['XID'])); $ay = mysql_query("SELECT * FROM messages WHERE ID='{$XID}'") or die(mysql_error()); echo '<form action="staff_contact.php?action=reply&XID=' .$XID. '" method="post">'; echo 'Type in your message bellow: <textarea name="message" cols="50" rows="10"></textarea> <input type="submit" value="Continue"></form>'; $h->endpage(); exit; } echo ' <table border=1 width=100% class=table> <tr> <th>User Name</th> <th>User Email</th> <th>Time Submited</th> <th>Message</th> <th>Actions</th> </tr>'; $m = mysql_query("SELECT * FROM messages"); $t = mysql_num_rows($m); echo '> [url="staff_contact.php"]Contact Messages (' .$t. ' UnReplied)[/url]'; $s = mysql_query("SELECT * FROM messages") or die(mysql_error()); if (mysql_num_rows($s) == 0) { echo '<td colspan=6>No new messages.</td>'; } while($t = mysql_fetch_assoc($s)) { $time = date ('F j, Y')." ".date('g:i:s a'); echo '<td>' .$t['username']. '</td> <td>' .$t['useremail']. '</td> <td>' .$time. '</td> <td>' .$t['message']. '</td> <td>[url="staff_contact.php?action=reply&XID=' .$t['ID']. '"]Reply[/url]</td><tr>'; } echo '</tr></table>'; $h->endpage(); ?>   Now for the sql:   CREATE TABLE `messages` ( `ID` int(11) NOT NULL auto_increment, `username` varchar(255) NOT NULL default '', `message` varchar(255) NOT NULL default '', `subject` varchar(255) NOT NULL default '', `useremail` varchar(255) NOT NULL default '', `timesub` int(255) NOT NULL default '0', KEY `id` (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=0;   Add this code to your staff menu: $m = mysql_query("SELECT * FROM messages"); $t = mysql_num_rows($m); echo '> [url="staff_contact.php"]Contact Messages (' .$t. ' UnReplied)[/url]';   You guys better apreciate this as i coded this in this little box :\ USE THIS UPDATED VERSION!
  23. Re: Custom BodyGuard Mod [ Price Negotiable ] And for Techno was really all the copies sold? because if its yours i dont think copies would run out and again i think u sold like 1 or 0 and again you basicly modified cronus's one or the free one given on this forum.
  24. Re: Custom BodyGuard Mod [ Price Negotiable ] Firstly @ LostOne i want to see some one like him make a brand new ptc fresh ideas and all Secondly @ LostOne Only a couple could make a brand new ptc from "SCRATCH" those are: mdshare, you, oxi, cronus, vorlen(maybe), cyanide(maybe), me(of course since ive done one) =), iso(maybe) And as for the others wich say they can create a new ptc from "SCRATCH" guess again you gonna use a pre made bux.to script modify it to look like yours blah blah!!! As for you lost one you might say that my codes are shit yes they are bcoz i neva had the time to make it i was just giving it out so that other n00bs can atleast have a little secured game. And again for you lost one my while function you looked at you could also make it like: $t = mysql_query("SELECT * FROM blah WHERE blah=blah") or die(mysql_error()); while ($ag = mysql_fetch_assoc($t)) { echo 'Hello there ' .$ag['username']. '.'; } or some prefer doing it the lame way: $t = mysql_query("SELECT * FROM blah WHERE blah=meh"); while($ag=mysql_fetch_array($t)) { print "Hello there {$ag['username']}."; } but then again as for us ("profesionals") we make our work neat and easy to read thats why we do it like my way or my other way above this post. and again for your infomation i can code php html mysql javascripting(a bit) now give me any idea you want me to make and ill make it!
  25. Re: Custom BodyGuard Mod [ Price Negotiable ] LOL!!! 4 WEEKS!!! damn u must be pathetic at coding!
×
×
  • Create New...