Jump to content
MakeWebGames

lynm77

Members
  • Posts

    64
  • Joined

  • Last visited

Everything posted by lynm77

  1. Yes nice little bug lots of money to be made this way. Please post fix or PM if you get the chance. Cheers
  2. Its not giving any errors. To see what is happening place an item in your shop and purchase yourself. Then check your till to see your shop total it will not match its much higher that it should be. I hope i have explained this correctly, Cheers
  3. Hello I have purchased the following mod. I have a problem that needs fixing with the updated Mod When i place an item for sale for say $5000 when i purchase it then check my sales till it tells me i have Balance $1215868 But checking it seems to be getting the figure from my games cash as these to amounts are the same. Please check Thanks
  4. I will do also this was a copy i downloaded today and it has this error. Cheers
  5. Hello I have installed the following mod. Fixed the first error but i have the following error now. Fatal error: Call to undefined method database::free_result() in /home/swisou/public_html/attack_dogtags.php on line 300 Help need please
  6. Hello Been trying to purchase but there seems to be a problem McCodes module store. Cheers lynm77
  7. Yes may do that sure its just as easy to do. Cheers
  8. Hello Please contact me by PM when it's completed for V2 Cheers
  9. Hello All I'm looking for advise on a project i have in mind. I would like to have my website mccodes engine made into a Android app. But before i do so i need to be 100% sure on what I'm needing to request from Programmer. Also would need to have an ideas on the cost to have something like this completed. Any help would be greatly appreciated. Thank You
  10. Hello Cronus Yes you could use any of your options. Also Travel to certain city to deliver. pay off police to turn a blind eye there would be many options you could use. Cheers
  11. Hello All Well i'm looking for a Mod along the line of this for the V2. A player can except a mission but would be at a certain level and also have a item listed to do mission. Like collect money for Mob leader Complete a drug drop ext Each mission is over a certain time. When completed they would receive payment for completed mission. But if failed would receive hospital time or jail. Cheers
  12. Hello All I'm looking for the following Mod if any one has for sale. Please contact me with details. Thanks All
  13. Hello SomeRandomBastard Thank you for your help this worked for me. Cheers
  14. Hello All I'm attempting to add new templates to a website I'm building. But i can not figure out the following to get login to work correctly. Here is the New login section on the new Template.   <div class="loginsection"> <!-- start of login section --> <div class="exuser"><img src="images/existing_user.png" alt="" /></div> <div class="form"> <div class="ipt"><input type="text" name="name" id="name" value="Userlogin" onfocus="if(this.value=='Userlogin') this.value='';" onblur="if(this.value=='') this.value='Userlogin';" /></div> <div class="ipt"><input type="password" name="pwd" id="pwd" value="Password" onfocus="if(this.value=='Password') this.value='';" onblur="if(this.value=='') this.value='Password';" /></div> <div class="forgot"><a href="#">Forgot Password?</a></div> <div class="btn"><input type="submit" name="submit" id="submit" value="" /></div> <div class="signup">Not a member yet ? <br /> <a href="register.php" class="register_pop"><img src="images/signup_today.png" alt="" /></a> </div> </div> </div> <!-- end of login section -->   And here is the login section before changing the with new Table   <legend>Login</legend>"; echo "<form action=authenticate.php method=post name=login onsubmit=\"return saveme();\">Username: <input type=text name=username><br> Password: <input type=password name=password><br> Remember me?<br /> <input type=\"radio\" value=\"ON\" name=\"save\">Yes <input type=\"radio\" name=\"save\" value=\"OFF\" checked>No <input type=submit value=Submit></form></fieldset></td></tr></table><br> <h3><a href='register.php'>REGISTER NOW!</a></h3><br />   Can someone please guide or help me please to make the changes to the new template so i can get the login to work correctly please. Thank You
  15. Hello All I hope someone may be able to help me. I was attempting to make a new lucky boxes with clickable boxes . But when i splice my image i have spaces between splices when used in PHP. Here is the code any help would be great. Thanks All Fixed with adding style='display: block;'
  16. Hello I'm looking for anyone that are selling mods for a Mafia style website. Please send me any Mods for sale and Prices. Thanks Lynda
  17. Thanks lucky3809 I have seen the Drugs Mod tried it out but its not really what im looking for. So I'm looking for any one with new mods for sale. Cheers All
  18. Hello I'm looking for the following Mods to purchase will pay with paypal. Advanced Pet Mod V2 Advanced Drugs Mod V2 Or any new mods available that would be suitable for Mafia style website. Please send private massages and links to Mods for sale. Thank You
  19. Hello I have my website hosted with namecheap on a VPS oVZ I myself have found this very good costs are high but i think it's well worth the spend. Cheers
  20. Hello HauntedDawg Thank you so much for your help. All is working now. Cheers
  21. Hello HauntedDawg I have tried the changes above but when i click on the button INFO I get no action at all now.   Any more help in resolving this problem would be great. Thanks
  22. Hello All I'm hoping someone may be able to help me. On my Inventory page i have been attempting to set a info popup page. I have added the following to header   <script type="text/javascript"> <!-- function myPopup2() { window.open( "http:/description.php?ID={$i['itmid']}'", "myWindow", "status = 1, height = 300, width = 300, resizable = 0" ) } //--> </script>   Then added the following to Info Button on the Inventory page   echo "</td><td>\${$i['itmsellprice']}</td><td>"; echo "$".($i['itmsellprice']*$i['inv_qty']); echo "</td><td><img src='itmpics/{$i['itmpic']}' height='50px' width='50px'>"; echo "</td><td><form> <input type='button' onClick='myPopup2()' value='Info'> </form> [<a href='addtoshop.php?ID={$i['inv_id']}'>Put in Shop</a>] [<a href='itemsend.php?ID={$i['inv_id']}'>Send</a>] [<a href='itemsell.php?ID={$i['inv_id']}'>Sell</a>] [<a href='imadd.php?ID={$i['inv_id']}'>Add To Market</a>]"; if($i['itmid']=='1')   I have it that it pops up a new pop up window but not the correct details on item Its is showing the following details in Browser only.   http://www.xxxxxxx.com/description.php?ID='   Can someone help he to correct the following please. Thank You
  23. Hello All Worked out where i was going wrong. Thanks
  24. Hello All I'm hoping someone may be able to help me with the following. I have added a new mission section to website were you have to add items to inventory to do missions. When you purchase items in inventory i can do the Mission but as i have also added equip_tool to do mission. But when i add the item to equipped item i get the following message ( You do not have the required item needed to perform this Mission.) I have used the following below but its not working for me. If anyone can help this would be great. Thank You   $q=mysql_query("SELECT * FROM missions WHERE missionID={$_GET['c']}",$c); $r=mysql_fetch_array($q); $qi=$db->query("SELECT inv_itemid FROM inventory where inv_itemid={$r['missionITEM']} AND inv_userid=$userid"); $n=$db->fetch_row($qi); if($ir['brave'] < $r['missionBRAVE']) { print "You do not have enough Nerve to perform this Mission."; } if ($r['missionITEM'] > 0 && $n['inv_itemid'] != $r['missionITEM']) { print "You do not have the required item needed to perform this mission."; }
  25. Hello Chicka Thanks for your help i have all working now. Thank you
×
×
  • Create New...