Jump to content
MakeWebGames

MNG

Members
  • Posts

    629
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by MNG

  1. MNG

    .

    The hell! Street-crime is for sale? I never knew this game would be up for sale. Buy out 21k is still a little low for them that game made a lot over the last 4 years. As an former player that spent 100 GBP a month on them. I would of bid but I know my 3k isn't enough, someone gonna pay up to at least 15 k for it.
  2. I sort of laughed on this. I don't put my images in a folder if it's not related to the layout it self. But for example donator star,check marks and blah blah isn't in a folder. It's just the lazy side of me that don't feel like organizing. Right now I am deleting images and files that is not is not needed on my game and I wish I organized this better. :(
  3. MNG

    crimethugs

    Nice, look similar to a game, forgot the name of it though :D
  4. MNG

    Gang [Help]

    Trust me once I am done with this project I can guaranteed you will change your words :) - - - Updated - - -   Nothing lol I was getting my info from this article http://stackoverflow.com/questions/5749185/limit-a-variable-value-to-certain-predefined-values   But thanks yours worked perfectly
  5. MNG

    Gang [Help]

    Hey, I have been trying to figure out how to put a limit on the gang creations. I want it were only 8 gangs can be created in the game. Here is the file <?php include 'header.php'; if($_POST['create'] != ""){ // if they are wanting to start a new gang $error .= ($user_class->money < 25000) ? "<div>You don't have enough money to start a gang. You need at least ".'$25,000</div>' : $error; $error .= ($user_class->gang != 0) ? "<div>You have to leave your gang to start a new gang.</div>" : ""; $error .= (strlen($_POST['name']) < 3) ? "<div>Your Unit Name has to be at least 3 characters long.</div>" : ""; $error .= (strlen($_POST['name']) > 21) ? "<div>Your Unit Name can only be a max of 20 characters long.</div>" : ""; $error .= (strlen($_POST['tag']) < 1) ? "<div>Your Unit Name has to be at least 1 character long.</div>" : ""; $error .= (strlen($_POST['tag']) > 4) ? "<div>Your Unit Tag can only be a max of 4 characters long.</div>" : ""; $error = ($user_class->rmdays < 0) ? "You need to be a Respected Marine to make a Unit." : $error; //check if name is taken yet $check = mysql_query("SELECT * FROM `gangs` WHERE `name`='".$_POST['name']."'"); $exist = mysql_num_rows($check); $error .= ($exist > 0) ? "<div>The Unit Name you chose is already taken.</div>" : ""; //check if tag is taken yet $check = mysql_query("SELECT * FROM `gangs` WHERE `tag`='".$_POST['tag']."'"); $exist = mysql_num_rows($check); $error .= ($exist > 0) ? "<div>The tag you chose is already taken.</div>" : ""; if($error == ""){ // if there are no errors, make the gang $result= mysql_query("INSERT INTO `gangs` (name, tag, leader, level)"."VALUES ('".$_POST['name']."', '".$_POST['tag']."', '$user_class->id', '1')"); $newmoney = $user_class->money - 25000; //deduct the cost of the money $result = mysql_query("SELECT * FROM `gangs` WHERE `leader` = '".$user_class->id."'"); $worked = mysql_fetch_array($result); $gangid = $worked['id']; $result = mysql_query("UPDATE `grpgusers` SET `gangappliedto` = '0', `rankname` = 'Capo Crimini/Capo', `stat` = '1',`edit` = '2', `vault` = '2', `members` = '2', `ghouse` = '2', `ranks` = '2', `invite` = '2', `gang` = '$gangid', `rank` = '1', `money` = '".$newmoney."' WHERE `id`='".$_SESSION['id']."'"); $user_class = new User($_SESSION['id']); echo Message("You have successfully created a unit!"); } else { echo Message($error); } } if ($user_class->gang == 0) { ?> <tr><td class="contenthead">Create Unit</td></tr> <tr><td class="contentcontent"> <form method='post'> Well, it looks like you haven't join or created a unit yet.<br><br> To create a unit it costs $25,000. If you don't have enough, or would like to join someone elses unit, check out the <a href="gang_list.php">Unit List</a> for other gangs to join.<br><br> <table width='100%'> <tr> <td width='15%'>Unit Name:</td> <td width='35%'><input type='text' name='name' value='' maxlength='20' size='16'></td> <td width='15%'>Unit Tag</td> <td width='35%'><input type='text' name='tag' value='' maxlength='4' size='4'></td> </tr> <tr> <td colspan='4' align='center'><input type='submit' name='create' value='Create'></td> </tr> </table> </form> </td></tr> <?php } include 'footer.php'; ?> Thanks to all who help me on this.
  6. Isnt those scripts leaked/stolen Angel?
  7. MNG

    Template

    I could do this, but not for free.
  8. Anyone got a working demo up?
  9. Theme of this?
  10. MNG

    Template 4 Sale

    How much are you trying to sell this for? I am a bit interested.
  11. All this reading got me confuse
  12. MNG

    Learning

    Youtube is were I started at. Good luck.
  13. Come on Angel let's have some faith. If this is really true, I wish good luck to the creators. Kunal has been busy so maybe this is the reason why. If this is really real, I am a bit excited to see it come out, I never use the engine as a site but have played around with it and mccode v2 was pretty interesting. Hopefully V3 is the final piece to the puzzle to end all the bad words for mccode.
  14. Grant is the owner and I publius even told me. So please stop with the lies.
  15. Who is this dedi with? I'm very sure this a reseller. Proof of invoice? Why 40$ a month? Most top company costs around 2-3$ a month which would be 2.50 x 12 = 30, so why 40?
  16. MNG

    WHMCS Licenses

    I am selling this for 115$. The item is "One Time Branded" You may find out the service here at the following address. http://www.whmcs.com/order-now/ Retail Price: 249.95 Being Sold For : 115$ Message if interested. Proof will be showed to serious buyers only.
  17. Now this very better than your recent thread. I love it , wish I didn't just paid my hosting bill so early.
  18. The layout look very unprofessional the contents are horrible for that type of genre.
  19. Looks like TuckTail is a reseller from Go Daddy. Am I right? http://prntscr.com/1oikcw
  20. MNG

    Layout opinion

    The content color and such is very good, but like Kyle said it could use more content and the side menu and chat is just throwing me off. But your using the tough society script or something similar to it?
  21. I can create this for 50$ anyone of your choice, ONLY PSD.
  22. What's your host? Mind pming me it, looking for a new host :D
  23. 1.50$ Per GB for HD 2$-5$ for bandwidth I am guessing your asking for an idea of the price.
  24. Kyle what's the flavor? The license was transferred to me back in the day when publius the was owner. So i guess I do have room to talk.
  25. He removed it
×
×
  • Create New...