Jump to content
MakeWebGames

JDubz

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by JDubz

  1. Re: Travelling System ($5)/($10)   Ya good work, though he might not be the best, I think its the though that counts :)
  2. Re: [FREE] Total time logged in [v1 + v2] Nice modification, If the +1 was still here I would give you :mrgreen:
  3. Re: Casino [$15] This looks interesting I may buy this. Good work.
  4. Re: EvoGame [bank Mod V1.5] I thought it be nice, but if you can code it go for it you would save your self some money. It just has bunch of extra stuff within like upgrade and stuff. I think personally its a good modification to buy but if you wanna go use to the and code it yourself by all means do it you save your self 15$ :). I think that I wanna sell this to people that like ain't so good at coding, though coding for DBS Source is very easy but some are new and I thought they also might like this for there game.
  5. Name: Bank Mod V1.5 (Updated Version of EvoGame Bank Mod V1.0) Coded By: JDubz Compatibility: Lite, V1.0, V1.1, & V2.0 If requested Information: This is a updated version of the Bank Mod created by EvoGame. For all of you who don't know about this mod I will give a brief description. This modification was designed by EvoGame to make the game feel more realistic. Users can create bank account selecting there Account Number + PIN (The Same account number cant be used more then once). This Account number + PIN will be used to sign into there Bank account, twist is if another user finds out there Bank Number, and PIN number the user can get into the account steal whats being stored in the bank account. You will be able to use logs to trace who stole the money, or took the money and put hits up for him and all that jazz. Also if you have a good friend or "Lover" on the game and would like to share accounts that be good to. Also this is a great mod for contest, Missions and place hints all over the game to find the bank account info or something they can get the money first. Great mod and users will love this modification I think this is a must for your game :-D The Bank V1.5 has included much more features then Bank V1.0 here are some of them listed below: -Billing System (You can choose to have weekly fee, in my game I call it BUF (Bank Usage Fee) that piles up every week. $5,000 each week which can be edited easily. After user builds up about $20,000 they wont be able to withdraw or deposit crystals, or withdraw money (they can deposit so they can pay the fee) the BUF will get to a max of $50,000 which can be edited easily. -Upgrades --Max Money (The max amount of money allowed to be stored) --Crystal Vault (You upgrade so you can store crystal in the bank) -Info & Info change -Wire Money -More desirable registration -More desirable layout -Security update -Better description page Contents: 3 PhP Files 1 SQL & 1 SQL Edit Price: $15.00 or $20.00 + Free Updates to next version. Reefer to http://evogame.evoserv.org/ or email [email protected] to purchase modification. You can also send me private message on here and I will get back to you with details on purchase. NOTE: Users that have purchased Bank Mod V1.0 will get this update FREE OF CHARGE head to http://evogame.evoserv.org/ and logging and follow upgrade instruction. If you purchased from email send email to [email protected] and you will receive upgrade package. Copy's Left: 10 Demo Site: http://demo.evoserv.org Screen Shots: Note: These are not the entire mod, if you want all of what the mod can do visit our Demo Site.
  6. Re: Advanced Break In [$20] Ok I think I might buy this one it is good :mrgreen: :mrgreen: :mrgreen: :mrgreen:
  7. Re: EvoGame [bank Mod] There are some new updates coming out with this mod, I droped the price $5. It started out at $20. :mrgreen:
  8. Re: EvoGame [bank Mod] :lol: sorry about that, the demo site is up now :)
  9. Re: EvoGame [bank Mod] I have updated the post, and now updated a demo site you can see the mod on :).
  10. I know what your thinking "Bank Mod" whats this all about. Well I have coded something little more interesting then that :wink: Name: Bank Mod V1.0 Coded By: JDubz Compatibility: Lite, V1.0, & V1.1 (Will Be Converting To V2.0 Soon) Cost: Sold Out (Price Reduced from $15.00 to $10.00) Copy's There are 0 copy's left. Description: Well know users will be able to create an bank account (When signing up they choose an account number, and account PIN). They will then use the Account Number & PIN to login to the bank account. The twist is I tried to make this mod more to realistic. So if ANOTHER user figures out one's Bank Number, and PIN they will be able to log into their bank account and use it with them or steal there money like real life. The interest dose not have to be one flat rate, each account can have different interest rates if wanted. This mod can be very great for quest like "Figure out the PIN first and get the money". This modification is easy to add, no coding experience required. Each user can hold more then 1 bank accounts. If you don't want this just send it in the email and ill edit the code for you so users can only have 1 bank account per user. Contains: -3 PhP Files -1 New Table in phpMyAdmin -Edits to User table in phpMyAdmin -Edits to couple other files Order: You can contact us at our billing email, [email protected]. We wont be selling many copy's of this mod. Demo: http://demo.theganglife.net/ user: demo pass: demo Screen Shots:
  11. Re: Improved Delete User for V1!!! **UPDATED TO DELETE FROM FED JAIL** I took your idea and added it that it will delete from Fed Jail Hey I edited the del_user_form() function a little bit. I added a couple things into it you should change yours on here to this one. Now instead of just deleting user from usertable, it will delete all mail sent from the user, and also delete all the users items in inventory, Will delete any of the points that user put on point market, and same goes with the item market . This is in case you wanna change user ID and stuff.   function del_user_form() { global $ir,$c,$h,$userid; print "<h3>Deleting User</h3> The user will be deleted. <form action='admin.php?action=delusersub' method='post'> User: ".user_dropdown($c,'user',$_GET['XID'])." <input type='submit' value='Delete User' /></form>"; } function del_user_submit() { global $ir,$c,$h,$userid; mysql_query("DELETE FROM users WHERE userid={$_POST['user']}",$c); mysql_query("DELETE FROM userstats WHERE userid={$_POST['user']}",$c); mysql_query("DELETE FROM inventory WHERE inv_userid={$_POST['user']}",$c); mysql_query("DELETE FROM mail WHERE mail_from={$_POST['user']}",$c); mysql_query("DELETE FROM itemmarket WHERE imADDER={$_POST['user']}",$c); mysql_query("DELETE FROM crystalmarket WHERE cmADDER={$_POST['user']}",$c); mysql_query("DELETE FROM fedjail WHERE fed_userid={$_POST['user']}",$c); print "Process complete User Deleted... SUCCESS User stats Deleted... SUCCESS User Inventory Deleted... SUCCESS User Mail Deleted... SUCCESS User Item market Deleted... SUCCESS User Crystal market Deleted... SUCCESS User fed jail Deleted... SUCCESS "; }   You may want to look around in case I misspelled something, or the table on your game is incorrect with the table it is trying to delete. ENJOY!! JDubz :mrgreen:
  12. Re: Help With level cap vr1 Um I have no idea, maybe open your phpMyAdmin and open user table, and alter the int(11) to bigint(25) im guessing. See if that works if it dont then come back.
  13. Re: Help With level cap vr1 maybe there not getting enough experience... if thats not the issue then change it to like bigint (25).
  14. Re: Improved Delete User for V1!!! Maybe place the link incase not as skilled game owners dont know Delete User other then that you did good +1 :mrgreen:
  15. I have decided to make an small free mod for everyone, I was board and its nothing special but +1 if you use please and thank you Mod Description: This mod adds pin numbers to the game, which makes your account just extra secure. This mod is editable to your liking if needed. NOTE: If you use this mod, and you have registered users the default pin will be '0'. So send out newsletter, or place on login "If you have not changed your pin default will be '0'" ALSO I will take no responsibility to any damage or anything done to your game if you use this mod DOWNLOAD LINK: http://evoserv.org/download/PinModV1.00B.zip
×
×
  • Create New...