Jump to content
MakeWebGames

Zettieee

Members
  • Posts

    790
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Zettieee

  1. Zettieee

    Unity Discussion

    I started playing around with it recently (just playing with the demo package) actually really fun :D
  2. Zettieee

    Unity Discussion

    Thank you Dave <3
  3. A valid key > pirate shit. Please don't post that again :3
  4. I have a windows 7 ultimate product key for sale. Version: Windows 7 Ultimate and Ultimate K with service pack 1 key. Price: Open to offers? Msg me or leave a comment.  
  5. I used to own zplague.com! I have a ton of assets for a survival game (item images) we could come to some sort of deal on them! :)
  6. Zettieee

    V2

    A very unorthodox way of contact you, but my messages don't seem to get sent or get sent blank. My inventory mods have all been posted publicly apart from the JQuery one for mccodes v2. You can find that one on the mccodes website: http://mccodes.com/viewmod.php?id=167 For support contact me on skype: Scruffy.gamer PS: Dave my messages don't seem to work. Might want to take a look for me? :3
  7. Monsters mmorpg ripoff? no thanks :)
  8. I work for cheap... And worked on this. GL with sale sad to see you not continue with it.
  9. Listen kid. YOU didn't create this mod. You cant even use a snippet. Untill you prove otherwise. Your new name is Snippet Scripter.
  10. <?php include_once (DIRNAME(__FILE__). '/globals.php'); global $db,$ir; $check = $db->query(sprintf("SELECT * FROM `businesses` WHERE (`busDirector` = '%u')", $ir['userid'])); $check_member = $db->query(sprintf("SELECT * FROM `businesses_members` WHERE (`bmembMember` = '%u')", $ir['userid'])); if($ir['level'] < 5) { die ('You must be at least Level 5 to begin a Company.'); } if($db->num_rows($check) || $db->num_rows($check_member)) { die ('You are part of a job/company at this time, leave to start a new one.'); } echo '<p class="heading">Create Company</p>'; $_POST['name'] = mysql_real_escape_string($_POST['name']); $_POST['class'] = abs(@intval($_POST['class'])); if($_POST['name'] AND $_POST['class']) { $fetch_class = $db->query(sprintf("SELECT * FROM `businesses_classes` WHERE (`classId` = '%u')", $_POST['class'])); $check = $db->query(sprintf("SELECT * FROM `businesses` WHERE (`busDirector` = '%u')", abs(@intval($ir['userid'])))); $check_member = $db->query(sprintf("SELECT * FROM `businesses_members` WHERE (`bmembMember` = '%u')", abs(@intval($ir['userid'])))); if(!$db->num_rows($fetch_class)) { echo 'You cannot start a business in a class that doesn\'t exist.'; } else { $r = $db->fetch_row($fetch_class); if($ir['level'] < 5) { echo 'You must be at least Level 5 to begin a Company.'; } else if($ir['money'] < $r['classCost']) { echo 'You cannot afford to start a business of this class right now.'; } else if($db->num_rows($check) || $db->num_rows($check_member)) { echo 'You are part of a business at this time, leave to start a new one.'; } else { $db->query(sprintf("INSERT INTO `businesses` (`busId`, `busName`, `busClass`, `busDirector`, `busEmployees`) VALUES ('NULL','%s', '%d', '%u', '%u')", stripslashes($_POST['name']), $_POST['class'], abs(@intval($ir['userid'])), $r['classMembers'])); $db->query(sprintf("UPDATE `users` SET `money` = `money` - '%d' WHERE `userid` = '%u'", $r['classCost'], abs(@intval($ir['userid'])))); $check = $db->query(sprintf("SELECT * FROM `businesses` WHERE (`busDirector` = '%u')", abs(@intval($ir['userid'])))); $direct = $db->fetch_row($check); $db->query(sprintf("UPDATE `users` SET `business` = '%u' WHERE `userid` = '%u'", $direct['busId'], abs(@intval($ir['userid'])))); echo 'The '.$_POST['name'].' business was created.'; } } } else { echo ' <div class="generalinfo_txt"> <div><img src="images/info_left.jpg" alt="" /></div> <div class="info_mid"><h2 style="padding-top:10px;"> Create a new business:</h2></div> <div><img src="images/info_right.jpg" alt="" /></div> </div> <div class="generalinfo_simple"><br> <br><br> <form action="business_create.php" method="post"> Please enter a name for the new business below, then select a class.<br /><br /> Business name: <input type="text" name="name" /><br /> Business class: <select name="class"> <option value="0">None</option>'; $select_classes = $db->query("SELECT * FROM `businesses_classes` ORDER BY `classCost` ASC"); while($c = $db->fetch_row($select_classes)) { echo '<option value="'.$c['classId'].'">'.stripslashes($c['className']).' (\$'.number_format($c['classCost']).')</option>'; } echo '</select><br /><br /> <input type="submit" value="Create business" /></p> </form></div><div><img src="images/generalinfo_btm.jpg" alt="" /></div><br></div></div></div></div></div> '; } $h->endpage(); ?>   What is this: $c['classId'] Just shh. We know you didn't code anything [MENTION=68968]Ever[/MENTION]yone who knows the answer. please don't post.
  11. What I posted that. this mod. Came with ravanscript. And your claiming it as your own. but it's clear you didn't make it. Knowing you cant even solve a simple snippet sniko posted. then I read all the thread and it's already been posted that this isn't your mod.
  12. nvm didn't read all the thread..
  13. I do that so I don't get the popups and mess with my photoshop :x
  14. You have my skype Derek. should of asked me :)
  15. Even though the person who ordered this hasn't seen it yet. This isn't my design. It was made by peter I just integrated it into NWE (new worlds engine) Here's a screenshot: [ATTACH=CONFIG]2083[/ATTACH]
  16. All upto the clients what they show. Main reason I don't post my work anymore is they have been cases of stolen templates. Mainly peters work. So i keep my work private unless the client wants it shown.
  17. Threads are almost never deleted. Only closed via request or because someone is been an arsehole.
  18. Thanks! Damn forgot this thread even existed. :)
  19. Database has been fixed on this version :)
  20. I can make a new design for this game (if anyone pays his over the top asking price) :D
  21. You out the web dev field now? :(
  22. Contact DJK he might want to sell his?
  23. His game seems down to me...
  24. 06-01-2010, 01:50 am   :(
×
×
  • Create New...