Jump to content

FakedMan

Member
  • Posts

    47
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

FakedMan last won the day on February 16 2015

FakedMan had the most liked content!

About FakedMan

Informations

  • Gender
    Not Telling

Recent Profile Visitors

654 profile views

FakedMan's Achievements

Explorer

Explorer (4/16)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

14

Reputation

  1. That is nice to share an open source project, I understand you have some ideas but you maybe not the best coder. Try to find some people for help you with that, maybe some coder can want do it. You have some of crazy code like that : mysql_connect(MYSQL_HOST, MYSQL_USERNAME, MYSQL_PASSWORD); mysql_select_db(ACCOUNT); mysql_select_db(COMMON); mysql_select_db(PLAYER); mysql_select_db(WEB); mysql_select_db(LOG); Your code just select the db LOG nothing more. You have to learn a little about mysqli you will like it that is same mysql_* function (With some change sure)
  2. Also try to re organize the folder for all people can understand, maybe some comments too. Actually that is same than all cms exist already, but you have some security problem with your variable. Try to use Metasploit for analyse your running code
  3. Just edit the color on the mob_proto (The MobColor column, put it to 0)
  4. Lol ? That depend what he want doing, if he only want put "free" mode for 15 minute for example he can do by python without modify the source. Is not because the source are available than we must never use python x) python it's used for lot of things
  5. You can do it by python with the function OnUpdate, just add a line under the SetPvp function for add timestamp of the end, the check the timestamp with the OnUpdate function
  6. lol ... I don't understand people who put them name everywhere
  7. Did you modify your game core ? Normally the function work perfectly. It's useless also to put "59", the maximum skill number it's 40. Try to put 40 instead of 59 But normally it's must working because : if (bLev >= 40) m_pSkillLevels[dwVnum].bMasterType = SKILL_PERFECT_MASTER;
  8. I don't say you are a hacker xD but if you have dynamic ip maybe someone do spam with it before. Paypal check the IP on some backlist, try to check your there [Hidden Content]
  9. Did you use a vpn ? Or maybe your IP is blacklisted somewhere, paypal check that in case you are a hacker
  10. Your sign say you are a lua dev and you don't know that ? xD Just make a loop
  11. LOL it's a very bad modified version of mine (you can found original there [Hidden Content] ) I try to check the code but it's so ugly & deprecated xD I need try it in live for understand the problem
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.