Jump to content
MakeWebGames

Hybridd

Members
  • Posts

    133
  • Joined

  • Last visited

Everything posted by Hybridd

  1. looks like my design which u made changes to but it was free for all :) nice work :D
  2. i recently purchased UOTS engine and im looking for a partner to work with, i wont be be paying but i can give 20% or more depends on the quality of the work. i know a bit of css and a lot of php but cant do it alone. i am looking for someone that has good skills in php and sql. the theme of the game will be crime based. after the game is running i will be paying for mods. what im gonna start with on the game is the design of the ingame and creating new weapons. if anyone is interested then feel free to send me a mail. thanks. :D ** Trustworthy and dedicated people only!
  3. it is made for the rc engine. demo: http://demo.reakcity.net/home.php about mod: http://lockdown.reakcity.net/about.html
  4. says it all in the title. email me if interested or reply to thread. [email protected]. it will be sold to the best offer!  
  5. I am selling copies of my Gym Membership Mod for $7 or £4.50 Mod original price was about $20 Mod creator is W3theory Mod owner is Hybridd - [email protected] Demo Here! The mod allows users to progress faster and rank up in the gym. once user has enough exp then other gyms will be unlocked and ready to be joined however it requires some gym exp and cash. go to Reak City and check the live demo now! ;) Demo Here! I will help with full install for no extra fee. Refund will be given if mod is not working! Purchase Here: Buy Now  
  6. well sure, there is a refund if something is wrong with it but eaither way i can fix any problems on it.
  7. yes if ur having trouble installing it then i will help with the install. and sorry about that, if there is a bug i will fix it.
  8. yes i have full rights to sell copies of the mod, you can ask [MENTION=70347]NonStopCoding[/MENTION]. The part i missed out: The player has a choise to join the lockdown. When player joins they have to attack other users to survive the lockdown. Once theyve attacked a user it will be counted as a hit. 3 people will be chosen at the end of the lockdown with the most hits for 1st place, 2nd place and 3rd place. The prizes can be changed to whatever u chose in the cron file. If the lockdown is not active then users will not be able to join. there is also a staff page for staff users they can change what pages are blocked.
  9. [buy Now] Lockdown v1 I am selling copies of my Monthly Survival (lockdown) Mod Project Name: Monthly Lockdown Project Version: v1.00 Project Structure: PHP,HTML,CSS,MYSQL Project Creator: NonStopCoding - [email protected] Project Owner: Hybridd - [email protected] <-- Payments to this email. Project Description: The point of the lockdown is so that all users attack and level up faster. The monthly lockdown is a event that happens once a month you dont have to enter if you dont wish to but there are prizes for each group more about that later. you can block whatever page you like. once you are inside the lockdown your attacks against other players will be counted and added up untill the lockdown finnishes at the end all scores will be tallyed up and winners will be awarded a prize or prizes (can be changed). there is a first, second and third place in the lockdown. the users that are first second or third will be automatically awarded with a prize that you place in the cron home page: [ATTACH=CONFIG]1817[/ATTACH] users in lockdowm: [ATTACH=CONFIG]1818[/ATTACH] when user joins: [ATTACH=CONFIG]1819[/ATTACH]   files included: PHP lockdown.php  lockdown_cron.php  lockdown_info.php  lockdown_staff.php  SQL lockdown_pageblocks.sql  lockdown_settings.sql  lockdown_users.sql  lockdown_winners.sql    Think iv explained as much as i could, if more info is required then reply to the thread.
  10. my bad.. at least its working now:cool:
  11. that would work kyle but the error was in this bit: {$playerid}. i fixed it by replacing it with {$_SESSION['playerid']}   mysql_query("UPDATE `members` SET `my_points` ='".$upoints."', `my_dondays` ='".$udays."', `my_maxenergy`= '150', `my_energy`= '150', `wallet` ='".$uwallet."',`gift` = 1 WHERE `playerid` = {$_SESSION['playerid']}");
  12. im having trying to put things in the members table on the database. the code im using is: mysql_query("UPDATE `members` SET `my_points` = '25', `my_dondays` = '8', `wallet` + '50000',`gift` = 1 WHERE `playerid` = {$playerid}"); i_credit($playerid, 79, 3);   iv tried this. $ddays = 8; $udays = $pl['my_dondays'] + $ddays; $wallet = 50000; $uwallet = $pl['wallet'] + $wallet; $points = 25; $upoints = $pl['my_points'] + $points; mysql_query("UPDATE `members` SET `my_points` = '$points', `my_dondays` = '$ddays', `wallet` + '$wallet',`gift` = 1 WHERE `playerid` = {$playerid}"); i_credit($playerid, 79, 3);   basically the problem is that its not updating the tables.
  13. Hybridd

    freebie.

    thanks, its only a psd can be changed by anyone before they get it codded.
  14. i think kyle is talking to me script47
  15. Hybridd

    freebie.

    i recently made a login design psd for myself. but its not right for my game. its free if anyone can get it coded. all urs :). [ATTACH=CONFIG]1763[/ATTACH] layers are well organized so will be easy to code up.   so here is the file: http://reakcity.net/login.psd Enjoy! :D
  16. iv contacted dave and he says i need to see a developer and pay to get it done, its not likely i will get it converted for free.. hes right. Kyle thanks a lot for helping but i give up changing things bit by bit.. ill be here for years. hope u understand. Thanks everyone that helped.
  17. it looks like samurai assault owner created that or he got someone to make it, you could ask the owner for help im pretty sure he will help
  18. i pretty much give up. i cant do it ;(. ill pay $8 to whoever can convert it. thanks.
  19. whats ur game engine? mccodes? grpg? you might be able to purchase it as a mod from http://mccodes.com or if ur lucky it could be on that site for free.   sorry i didnt look at the subject. v2 mccodes. errm ill have a look for u
  20. I'll get back to u on that tomorrow currently using mobile. Thanks :)
  21. ahh i see for the first error i didnt change the lines so it still shows the mccodes settings line i think. so i dont know what to replace it with? i dont even think its needed. Lines 1 till 9. <?php if(!isset($set)) { $set=array(); $settq=mysql_query("SELECT * FROM settings"); while($r=mysql_fetch_array($settq)) { $set[$r['conf_name']]=$r['conf_value']; } } ?>   for the second error im pretty much confused, could you give me more details? here are lines 226 till 234. foreach($table as $t) { mysql_query($t) or die('<b>MySQL Databse insertion error:</b><p>An error has occured when the system attempted to dump the various database information into the table. Please check the error below.<br />'.mysql_error()); } if(isset($changed)) { header("Location: ".$_SERVER['PHP_SELF']); exit; } // Make any changes to the system that is needed for the system to work.     Thank You for helping kyle :)
  22. kyle, i need you to check my chat as it was modified a bit to rc engine standards. i must have gone wrong some where on the coding but other than that, these are the errors i get: Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/reakcity/public_html/ajax_chat/chat_globals.php on line 5 Warning: Cannot modify header information - headers already sent by (output started at /home/reakcity/public_html/includes/style_top.php:16) in /home/reakcity/public_html/ajax_chat/chat_globals.php on line 227 also is it ok if i post the source if each chat file here?
  23. yep it does say in the install file
  24. ohh, i know nothing about how chats work
  25. daves chat does not have an SQL!
×
×
  • Create New...