Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/05/17 in all areas

  1. File Name: FluxCP Addon: Vote For Points File Submitter: JayPee File Submitted: 23 Mar 2012 File Updated: 26 Mar 2012 File Category: Web Resources This is my vote for points addon for FluxCP that I code from scratch. Features: Added Anti-Proxy using PHP $_SERVER['HTTP_X_FORWARDED_FOR'] - I hope it work NPC Script is included see npc script folder You can turn off the IP blocking feature which will result to account base blocking system. Allowed image to be uploaded to the database is .gif | .jpeg | .jpg | .png Some Guides: To disable the ip blocking feature just set the 'IP_BLOCKING' to FALSE at config/addon.php To edit the max file size upload just edit 'MAX_FILE_SIZE' to whatever file size you want at config/addon.php Note: If the IP Blocking System is turn on, the blocking system is IP Address Based and Account Based. While if the IP Blocking System is turn off the blocking system is Account Based only. ( IF YOU FOUND BUGS OR SECURITY EXPLOITS PLEASE REPORT IT TO ME IMMEDIATELY) Click here to download this file
    1 point
  2. The topic has been removed because of rAthena staff double standards and hypocrisy things. (rA staff blame me that I made a money on this topic while it's not and never was) All that I did for the last 2.5 years with around ~1k answers from my side is help for free for newbies here, but to rA staff, my topic is a pain in the ass. Sorry guys, but the topic can't be maintained on such a community anymore because of its admins. Bye
    1 point
  3. And for the third (and last) damned time this year, I've move the forums. We're now with a large reputable hosting company and I've shelled out some dollar so we can have excessive amounts of RAM, SSD's, unmetered traffic, the whole shabang. If I have to move our forums again this year i'll shoot myself. In the foot. With a grenade launcher. Enjoy the speed increase!
    1 point
  4. Q: How can i edit MYSQL database, or user privilegies (for example i wish to make administrator)A: Run your OpenServer -> Then click on Green Flag -> Advanced -> phpmyadmin. Then enter to login: "root", and leave password field empty -> then click enter. Then select database "rathena_db", find table called "login" open it, find your user, and change value in "group_id" field to your own (0 =normal user, 99 = super user with all privileges). For more information please see groups.conf too.
    1 point
  5. Maybe in next versions and updates (not soon) i will add raw git repository with hidden .git folder and portable git client, who knows. But for now i don't have a time for that. Just start with what you have, be sure, after some research how is configured, you will understand what setting is for, and when you decide to make your own server, you can always use rAthena folder from the pack as real example and compare with rathena taken from github repository to avoid mistakes or errors. About client side, it's not so easy at all, because client-side managed by 1 guy, and better if author of client-side will answer buy himself. about "how make your own server-side" which you will be able to update. First of all watch the video, to understand theory. then, download any normal git client, like: SmartGit, or SourceTree, or GitKraken then, with Git GUI Client clone official repo from github to your PC: https://github.com/rathena/rathena/ then, take Visual Studio Community Edition 2015 (yes, size of it 8GB (LOL)) and install it (C++ support must be added in installer) you will use it everytime when sources changed to recompile your server. then time to time just watch on rathena github repo, and if new updates comes, just grab them via "Pull" (see video above, and you will understand) configuration part how to setup rAthena you can read here at forum. And see examples of configs at configured by me rAthena folder in the pack. Rest guides how setting Up rAthena - you can find in official wiki or here at forum (use search) https://github.com/rathena/rathena/wiki OpenServer from the pack you will use as your MySQL server, because it's most powerful and most easiest solution what you can find at the market, which not bugged, and not complicated, and at the same time clean, stable, and effective with nice gui and set of tools which of course (at least phpmyadmin) you will use in your real life when you will learn rAthena. But the best what you can start to do, it's start to read complete documentation (yes, it's not good, and i hate it a lot, but i have bad english, and i can't suggest better documentation which available now at rA).
    1 point
  6. Open ../conf/char_athena.conf and change: char_del_delay: 0 to: char_del_delay: 1
    1 point
  7. Because zero and false have different purposes, as they are different things. In a condition statement, zero and false are treated as the same thing. Sometimes you need to find zero without being false. Using return 0, will return zero, which is a number. Using return false says that there is nothing to return, or don't return.
    1 point
  8. Looks like your msgstringtable is not correct for your client version. Also, ensure you're using the correct setting for client deletion - some clients expect specific packets. If i recall, the setting in char_athena.conf explains a little about this.
    1 point
×
×
  • Create New...