Jump to content

Nebraskka

Members
  • Content Count

    44
  • Joined

  • Last visited

Everything posted by Nebraskka

  1. You can use PlayOnLinux, it's a GUI wine wrapper. People successfully running RO with it.
  2. Yay! Congrats! How you managed to resolve it? :3
  3. It's hard to say. I can't understand the architecture behind your hosting ~_~ sorry Maybe their inodes counter is broken (it couldn't show 25002 and allow to write more files), maybe folder outside of root is another partition (doubtful), strange anyway
  4. @@mrlongshen Do you have any idea why your site can use around 25002 files? Check if the problem is amount of uncleared PHP sessions: Try deleting all files named "sess_<something>" in "/var/lib/php5" or "/var/lib/php/session".
  5. It was wrong picture format/params?
  6. But stats are Alt+Q, rather no?.. /swt
  7. Maybe you have hidden extention in filenames (in Explorer properties), and by naming it to .bmp manually you actually created youaredead.bmp.bmp? You added this file in "data" folder, or GRF?
  8. I thought inventory being opened by using Alt+E?
  9. Try opening "data\sprite\이팩트\emotion.act" with ActEditor by @@Tokeiburu. There must be unused "Action index" from 88 to 92. Animate your own emoticon on any of those slots. Then you can modify lua files regarding emoticon commands and assign your own /word for emoticon here.
  10. @@Vlync You really think such toxic behavior is motivating?
  11. It wouldn't change itself. Some admin could made mistake and add some extra 0 while copying id by hand.
  12. @@JoyRo Every table with AUTO_INCREMENT column (in your case - it's `id`) has it's own AUTO_INCREMENT counter. Any row insert get this counter go +1. By inserting row with `id` 3000020, counter went to 3000021. If you don't have any row with `id` higher than 200001, you can change AUTO_INCREMENT counter back to 200001: ALTER TABLE `test` AUTO_INCREMENT=200001; So next row would be created with `id` 200001.
  13. Quite unusual approach. Looks fresh, but I'm not sure if I could get used to it as a player. If this would appear too frequent - it would be annoying, but if only 1 check on whole session - bot owner could just enter code and use bot after that.
  14. The idea behing font upgrade is good, but for your info, this sprite borders bug appearing only on NVIDIA GTX 75x series, coming from drivers, and currently can be workarounded by turning on UAC or running Ctrl+Alt+Del screen before entering map-server. Other players see default font much more better than on your screens ^ ^"
  15. @Tokei Option, that allowed extraction in AppData folder has disappeared. ^ ^; It's removed from GRF Editor? It was quite comfortable in some situations like extracting lot's of files from different GRF in different folders one by one right in one output folder.
  16. Maybe a way that allows to cast Devotion before two characters enters the warp, and let Devotion works not through warp (palading not entered, devotioned char entered), but to automatically reconnect after entering warp if both characters are near to each other?
  17. Yay! @@Mysterious IRC topic still saying "transfer in progress", and herc.ws is not forwarding to herc.ws ^ ^
  18. So it's not possible in any way? ~.~
  19. OVH have web hosting plans with additional stuff included too: https://www.ovh.ie/web-hosting/ By itself, changing hosting not going to help if there would be the same security holes. AntiDDoS protecting from overloading site, not from security issues. To prevent huge consequences of hacking site, I strongly recommend to tune up SQL access rights between site and game. Allow only that stuff that you need, and prevent anything else, like deleting or reading data that site or site user probably don't need. Hope you'll manage to solve your case. Wish you best!
  20. Very unexpected news. @@Ind Your innovative contributions has greatly improved technical side of RO. In my memory, there still would be strong association between Hercules and your name, as for Hercules and Quality. Thank you from all our players of non-commercial and happy RO community. Wish you receive the same of what you gave to us. Be happy! Thanks again for all devs here. Lot's of your work still creating a bright future for RO lovers. P.S. I'm not sure that H.E.R.C. project must set on halt everything else. Does it really worth it so much? Just had some feeling that it was the reason why Ind lost motivation, like HERC was stopping him and consuming much time. But still, I just don't have any idea of what it would be, so I might me wrong P.P.S. It's really sad, as official RO began to develop something finally RO-related, around current existing setting in Run-Midgard. Lot's of interesting stuff awaits us.
  21. What if they hacked your first CP, then uploaded a shell to your server somewhere (as separated file or by modifying some other php file), and it stays here? Even if you reinstall CP or change it, shell-script would still be there, and hacker could still access your server with it. In that case, i would fix the security issue (if i know where it is), then reinstall webserver from scratch by reuploading fresh files again, so no other not needed/suspicious script left here.
  22. Maybe there is a security hole in your site? Try to give only needed SQL access rights from site to your game, so if hacker would receive access somehow, he couldn't do anything serious. Try to connect to your SQL not by phpmyadmin, but with HeidiSQL through SSH tunnel - there is an option for that.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.