Jump to content
MakeWebGames

Haunted Dawg

Members
  • Posts

    2,933
  • Joined

  • Last visited

    Never
  • Days Won

    1

Everything posted by Haunted Dawg

  1. Re: looking for a specific mod - comments It might exist. But they edited it to fit it like that. So i would suggest you edit it to fit to your liking.
  2. Re: Help with DB Class. Floydian.. that is only some of my code.. and i tend not to put all my code up here i only put up what's neccesary to get it working. My db class in some how check's my entire database for maliciouse thing's and in designated place's check's for negative number's that should not be there. Got anything further to say about my DB Class i'm willing to post back.
  3. Re: Help with DB Class. Will preg_replace work for this?
  4. Re: looking for a specific mod - comments The 'specific' one you are looking for does not exist. I do not see why not just edit the one you have to the way you want it.
  5. Re: looking for a specific mod - comments http://www.iamwicked.net/mods.php?page=free Look at the last one.
  6. Yes i am reposting this because i have re coded this with better functionality. Price: $20 Description: You now will have a admin panel where you can add voting link's and voting reward's such as crystal's & money. You now dont need to go to database & file's to add a new voting link each time. Preview: I do not have a demo set up. But you can view this on various site's such as: www.killah-city.net www.streetvendetta.com And some other's. I also do not have screen shot's at this very moment. How to Buy: Send the $20 to [email protected] and once i recieve it i will send the file's to your paypal email or if you want leave in the note's to which email you want it sent to. Once you have sent the money. PM me here and i will go and check. This is so i know to go into paypal and check. Thank's.
  7. Re: exp not working I doubt he is using TC script.
  8. Re: Help with DB Class. Bump
  9. Re: [mccode v2] Scare People Yes of course i understand. How ever you can do some what like this: $some_var = $some_var ? 'true' : 'false'; echo $some_var; I think it's like that. But anywho.. let's stop arguing about something hehe.
  10. Re: [mccode v2] Scare People Your right there iso. But ever though of something like: echo $some_var ? 'true' : 'false';
  11. Re: [mccode v2] Building - Updated!!! [$20.00] Zero-Affect. It's not about getting used to mysql_ since it is very easy. Just follow up on the rest of the code. Majority of the engine's now a day's come's with a class.
  12. Re: Help with DB Class. No thank you. I want to use my own one.
  13. I am trying to set a params to make my queries more secure. I have a code that in place of putting for example: mysql_query("UPDATE users SET username='$_POST['username']' WHERE userid=$ir['userid']"); That's a simple example. I am trying to make it like this: $my = new dbDrive(); $my->dbQuery('UPDATE users SET username = [+n] WHERE userid = [+n]', array($_POST['username'], $self->userid)); As you can notice. The array() represen'ts the [+n]. But unfortunatly it only work's for the first one and not the rest. I also am currently using this: $sel = $my->dbQuery("SELECT username,userid FROM users WHERE userid = [+n]", array(1)); $soc = $my->dbAssoc($soc); It work's perfect with one '[+n]' but not more. Here is my function:   function dbQuery($DB_Query, $params = array()) { if( !empty($params) ) { $i = 0; $yes = $params; $query = $DB_Query; foreach ($yes as $no) { $exp = explode('[+n]', $DB_Query); if( is_string($exp) ) { $search = '[+n]'; $replace = mysql_real_escape_string(trim($no[$i])); $query = str_replace($search, $replace, $query); } else { $search = '[+n]'; $replace = abs(@intval($no[$i])); $query = str_replace($search, $replace, $query); } $i++; } $query = $this->dbClean($query); $this->last_query = $DB_Query; $this->num_querys++; $this->result = mysql_query($query, $this->connection_id) or $this->dbError(); return $this->result; } else { $query = $this->dbClean($query); $this->last_query = $DB_Query; $this->num_querys++; $this->result = mysql_query($query, $this->connection_id) or $this->dbError(); return $this->result; } }   This use's some of the MCCode and the example came from coderstryke's example.
  14. Re: [mccode v2] Building - Updated!!! [$20.00]   Your actualy wrong there. Your contest mod is being sold for $25 - $35 i think. Way expensive for what could be 500 line's of coding for a mccode game. I can not blame you there. MCcode's have been leaked so the code's tend to loose there price. As for the horizon's game engine this should be very well priced and can be up to $60 for your contest mod. My hide & seek i sold to some person who bought the horizon's game engine for $50. Where for MCcode's it only goes for about $15 - $25.
  15. Re: [v2]Assassin.php[v2] Quick formula: $newhosp = ($hospital - 150); if($newhosp < 0) { $newhosp = rand(1,25); }
  16. Re: [mccode] 8 Lines to secure your site from known sql injections.   So you telling me. You are going to go secure forums.php & all the market's. But what happen's when some one new figure's out an exploit? Each time you going to need to patch it up. Patch it all up once and for all and ur done.
  17. Re: Hosting for Mccodes   Byethost. I am currently on the $2.99 package but that's just to develop my game. You may upgrade at any time. Altho i got to say the $6.99 is very good. I like it and will always use it for a game that is going to build up fast. KC was on byethost $6.99 and no downtime nor was my bandwith finished and when i owned kc i got about 100+ user signup's per month.
  18. Re: [REVIEW] The Porn Star Wars Deception & Decepti0n. I wonder what's the difference.
  19. Re: Dogdy bussines www.byethost.com ... look no further. Been with them 2 year's and not once have i seen my file's leaked. This site is run by a company not by an individual.
  20. Re: [mccode] donator day market for v2 Um.. you can actualy add this to day cron: mysql_query("UPDATE donatorday_market SET ddQTY=ddQTY-1 WHERE ddQTY>0");
  21. Re: Warning to all buyers about killah The travel advanced has no bug's. It's got a tiny little exploit. By adding a money check there it secure's it. As far as i am concernd everybody who have bought my travel advanced they have no problem's with it. I gave full support when i found out it was exploitable. Now no more. I "used" to work for a bank. And i actualy did. My cousin own's share's in one of the bank's here in south africa and told the group that i am capable of finding out and that. I came to find that the user who was exploiting the online banking system was taking $0.01 from every bank there. Now as you can see bank's do not hold very small account's. They do not hold 100 they hold 1000+. I have also found out that all bank's with the same name lead to the same database. They do not use mySQL to record there online banking to the database. That user had $1,998,091 in his banking account after review. I did not own several hosting company's. At the time me and u spoke very well i had a dedicated server hosted at my cousin's datacenter. And till today i do have one but i prefer not to use it for several reason's. The paypal was locked because people was filling out charge backs due to you selling them dodgy services HaHaHa... funny... no one filled a single charge back do to my service's. I said my friend was shot in the left leg. Not in the arm NOR was it me. You have told me you are turning 23 in 2009. I got chat log's of it on my laptop. But luckily for you my laptop still till today has not been fixed because i cba with it. I think you should get your fact's right. Nope because they are most likely to be illegal in your hand's ;)
  22. Re: Warning to all buyers about killah Umm.. I used normal mysql_query and secured the input before being put in. @ Vyper: I sold him 3 mod's at $15 each. They come up to $45. I sold it to him for $30. Now he has $60 of my money in his paypal. So he actualy is gaining money back. You have not seen my mod's so u can not claim they are not worth it. Zero i do not care about your remark's and never will.
  23. Re: Warning to all buyers about killah My last post here. Well i kind of remmembered something about mike aka yubi aka the xerox. He calls himself the xerox. Well. I can clearly state here that this topic is kind of old. Because i sold you those mod's 6 month's ago. I sold you them before my birth day and my birhtday is on the 11th june. Which is now actualy 7 month's ago. To all of you who would like to back up yubi go ahead. But i can clearly say to you this. Who was the person who said they owned bed & breakfast's? Yubi. Who threatend to hack KC? Yubi. Who threatend to kill susan's kid's? Yubi. Susan is KC's new owner along with zero affect. But I sold to susan and then susan brang zero affect in. Who threatend to make a new site similar to KC? Yubi. aparantly he was going to get the backup of KC from me since i have the old backup and i have not never used it on another site nor resell it. Who has $60 of mine in there paypal? Yubi. Yes we were supposed to own a game together so i collected $60 to get our game open but next day to find yubi has used $10 of it and the paypal account is locked. We never made the game because i came to find yubi can not do anything for himself. He still has that $60 of mine in his paypal. So how did you pay for the mod's? I still remmember that me and you have 3 different paypal's and all of them have about $20+ in them. So let's see. Shoutbox = $15 Travel Advanced = $15 House Breakin = $15. I still sold all these mod's to him for $30. So basicly you actualy gained $30. I gave you support on all 3 mod's. I told you how to secure shoutbox when i figured out it was exploitable. House breakin was missing one sql. Travel advanced there is nothing wrong with it. you must install it correctly and add the correct link's because they all work fine. BTW. About 2 - 3 Month's ago i was not on for a whole month because i cba at that time to come online. So if it was in that time frame then there is my excuse. Many can vouch that i was not online in that time frame. Did you not say your brother got shot and is paralized? I wonder if it is actualy true. Did you not say you are 22 or 23? I wonder if that is actualy true. And if zero-affect say's he never did anything for you to post this then i dont know if that is true. But lately zero-affect has not been on msn due to his window's. Maybe using his phone he is posting here. Aparantly susan say's he has not been on for about a week. And i do not think zero-affect will block susan on msn. Now maybe the thing above is incorrect but i can assure you. Yubi is one hell of a lier.
  24. Re: [mccode v2] Anolog Clock I actualy put that up there after i posted that you fucking idiot ;) Now bye bye
  25. Re: Warning to all buyers about killah Like you can read my signature little jackass..  
×
×
  • Create New...