Jump to content

ondry

Member
  • Posts

    127
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by ondry

  1. where are defined $zeit and $frage and $status and $date and $registercoins ?
  2. UPDATE account SET safebox_expire = '2050-12-12 00:00:00', autoloot_expire = '2050-12-12 00:00:00' WHERE safebox_expire LIKE '2016%'
  3. Yes, design is not made by me because im not graphic designer but every line of script is mine. I dont know what you mean by "SQLis" .. if you mean sql injection it doesnt have any. Btw. "Brodishh" is 1 of those guys who scammed me, so thats why he is trying to humble me
  4. M2 Download Center Download Here ( Internal ) Hi, Im releasing my metin2 cms. Reason: few people made refund after paying me on paypal (i'm not using this stupid system for selling stuffs anymore) Features: Almost everything customizable in administration - no programming knowledge required Highly secured (CMS is using PDO driver instead of mysql_ function, bruteforce protection, anti flood protection) Responsive template (bootstrap) Almost every user actions on web are logged You can choose if you want to use classic php email function or SMTP server Built-in ticket system Referral system Coupons Itemshop - you can enable discount action, let users change quantity of item, add normal item / premium Easy to translate language (all strings are in 1 file) SEO friendly links (yoursite.com/team instead of yoursite.com?page=team) Automatic paypal payment script, paysafecard and amazon code payment scripts And many others... (see screenshots) Screenshots: [Hidden Content] I didn't implement installation script, so you must install it manually (tutorial in readme.txt) If you like my CMS, you can donate me on paypal - [Hidden Content] Don't remove my copyright, please. Download link: [Hidden Content] Scan: [Hidden Content] EDIT: Bugfix 1 - Rename file "inc/classes/securimage.class.php" to "Securimage.class.php" (first letter need to be uppercase)
  5. did you apply new sql injection fix ? [Hidden Content]
  6. I can confirm that guy is scamming. He wanted to buy my metin2 cms. He sent payment on paypal, i sent him cms and then he opened refund dispute. fortunately paypal did not grant refund and i have my money back aswell but i definitely do not recommand you to trade with him
  7. https://metin2dev.org/board/index.php?/topic/9498-gradoux-scammer/#comment-57734
  8. Some of your weapons have wrong "size" in item_proto Find bugged weapon and change "size" to 2 in item_proto
  9. take mob_proto table from another serverfiles and replace it with yours mob_proto. you will see if it help. and did you check syslog or is it disabled ?
  10. check your mob_proto table and mob_proto.txt try to replace it with another one
  11. fix: <?php if($info['coins'] >= $item['pret'] && $poss == 0){ ?>
  12. then its problem with your database most likely... you can add me on skype and i will try to help you
  13. This don't help. Just use whiresharek or an packet dumper. To see problem. Also you must check HEADERS. [Hidden Content] Use visual studio and pun an breakpont to Headers. And i checked. To check packet.h won't help you. Belive me. You must check headers, not struct. I found 10 packets fucked in my binary and 6 in game. Now all work like a charm. Btw , wireshark + vss2015 and you will slove with an breakpoint. With wireshark you can see how much bytes send server, and how much receive client. Etc.. You also can check what type of bytes, transfer... Kiss nice advice... but we can't use wireshark on freebsd, right ?
  14. Hi... Im looking for someone who can make 1 simple map for me. We will discuss price on skype or PM.
  15. Hi, I have problem with guild wars. The 2 other modes are working well(arena, CTF) but mode "field" is not working. When i challenge another guild -> they accept and immidietly shows up "Guild war has begin and no teleport" and on the left bottom corner is score. when i relog i get quest something like "teleport to guild war" -> if i press yes nothing happens. map indexes and quest are right. there are not errros in syser and syslog. I tryed almost everything. I think its an error in source. I can pay for fix. Send me PM, thanks
  16. author is xCPx you just add this little function - m_pkOwner->GetLevel()
  17. yes, just change to another number... but make sure that number dont exist yet in packet.h
  18. Hi... i have problem with mount quest. when 71127.use begin affect.remove_collect() pc.mount(20130,28800) pc.mount_bonus(1,5000,28800) pc.mount_bonus(63,35,28800) end But i get only the 2nd bonus - strong against monsters... and i need HP aswell.. i tryed pc.mount_bonus(apply.MAX_HP,5000,28800) pc.mount_bonus(apply.ATTBONUS_MONSTER,35,28800) but it didnt fix. When i delete the 2nd bonus, HP is working... but i need to make it both work. Thanks for help.
×
×
  • 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.