Jump to content

Ayaka

Inactive Member
  • Posts

    288
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Everything posted by Ayaka

  1. - Add user live search function empty searchform. No submit button! While writing 2 chars: When no user was found: The cool thing on this is that it coded with an ajax request to search the DB live while writing a username in the input field. The search will start after writing a minimum of 2 chars. By clicking on a username you can edit the userinformation, block the user, give rights, etc. I think i will add more informations about users in this overview. edit:// I have tested this search function with a big account database (100.000 entries), too. Its fast as hell.
  2. serious? lets see if there is someone who will do that xD
  3. How i love a peace of Validate coding standard turns to a pile of shit like this code. What exactly is your problem? You cant login or your top player list is fucked up? edit:// I dont know what your problem exactly is but place session_start(); at the begining of your PHP code at first. Like this: <?php session_name("m2hp"); session_start(); starting session handling must be done before any text, HTML, or JavaScript is sent to the browser.
  4. Whats the advantage of logged-in fake users with a client? O,o
  5. Then the error would be something like this: Table 'bootlog' doesn't exist NOW() is a mysql function and returns the current date and time as a value in 'YYYY-MM-DD HH:MM:SS'. its right as it is. Try to restart your server.
  6. Add IP and port control (Server Settings) + view:
  7. hard to hear Oo but ok thats really sad for my project.
  8. thanks shogun. But i dont understand how the pservers get the information for a successfull vote Oo Only the french toplist has an API
  9. Hi, im writing a CMS at the moment and i will implement a choice of toplists for the user. Now my question. Which are the most used toplists in metin2? Need this information for several countries. Germany: [Hidden Content] or [Hidden Content](?!) What about turkey or other countries which have many pservers. Which toplist do you use for give coins to a player?
  10. So much people open new threads about "Unknown column" error. I mean, whats the problem to READ the error "Unknown column 'last_play' in 'field list'"? it says all.
  11. I will do it like you said. Its the best solution in my eyes. edit:// Updated Login Log like i said picture) -> When Login is false the PW will logged only 50% of all chars to avoid scam. edit2:// Update
  12. hit the "post" button like a boss and as fast as you can joke
  13. i dont like cronjobs if its for a system which a lot of users will use (i hope that a lot will use it xD). Much people didnt know how to add a cronjob. My idea with this cms was to do all simple with just one installer for the user. I think about your idea with reaching a level to get the coins but i will not work with cronjobs. Maybe the script will check if there is a referral in databse on login to check the level of this account. Another idea about this or how to code it?
  14. it would be awesome when a Board will be integrated (like WOM). When you code your own design for the Site you have automatically coded it for the board too.
  15. Not yet. I am working every day on it. It's done, when it's done Hope that someone will help me with the AH Quest Im thinking about writing a simple Board for this CMS. But later. i will release a version1 with the main features at first
  16. Add referral system. Add Coins history for user. You can configure refferalsystem in ACP. Enable/disable -> when enable -> you are able to configure how much coins the user will get. edit:// I have coded that a user can only get 1 refferal per week to prevent cheating edit2:// when votesystem is finish i will integrate that in coins history. I think this will avoid a lot of support when someone have problems with coins
  17. I have searched the web for more informations expecialy benchmarks about this topic but i cant really find something informative. What i can say (definitively) is: If your langugae file is not getting big (~50mb) you can use your script without thought. I think there is no reason to think about memory usage or something else if your project isnt that big. Personally i would use an array but you can do this with reading a txt file like your example. Constants defined using define() are fairly slow in PHP. edit:// compile-time constants like const TITLE = VALUE; (since php5.3) are 2x faster. Source: [Hidden Content]
  18. Ahh thats a cool feature! I will add this, too
  19. Already posted It will be possible that you can choose more than one toplist to vote in this system. And you can decide how much coins the user will get for each toplist. Can you explain what exactly a referal system is? I dont know ^^
  20. hm thats true. Im thinking about it. What about censoring ~50%? example password: Th1s1smyPw censored password: Th1s****** the main reason is to show APmembers when a user tries to get accounts from other people with (for examle) the same pw or other pws but the same login id i have coded login attemps but with a little bit knowlege everyone can avoid this so the log makes sense. edit:// or i will output the used pw crypted (example): *4ACFE3202A5FF5CF467898FC58AAB1D615029441 but thats the badest idea i think edit:// i wrote a little dev doc:
  21. Great idea! I will add this feature. Thanks! you gave me another idea. I will add a trace button for logins with the IP to check which accounts used with the "hackers" ip
  22. Add Logs for AP (you can disable this feature if you think this will overload your database):
  23. Do you open your Mall over the golden coin or do you have an extra function to open the shop? PID and SAS will only commit with the orginal function to open the mall if you use your own code (whatever). Cant explain this better atm. didn*t know the names (no client on computer)
×
×
  • 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.