Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/30/22 in Posts

  1. Your access for fluxcp should be to your target database. So make sure the details are correct including the IP Address for host. Make sure your hosting can accept connection and give privilege for the user in database. You can use the same VPS as your server file by installing PHP, Mysql, and other required files for it.
    1 point
  2. 1st Question: You just need to open those IP's (ask your Web Hosting Provider) 2nd Question: Yes it's possible to host a FluxCP under your VPS just like VPS+FluxCP. (Cheaper for Budget-Meal) Just don't forget to give permission(chmod -R 777) on your FluxCP this has been common problem installing FluxCP under VPS. logs/itemshop/tmp Incase if your using CentOS and have error access to FluxCP. Disable SELinux nano /etc/sysconfig/selinux SELinux=enforcing change to: SELinux=disabled
    1 point
  3. you can , just put it out of the script (same as the other functions in the Global_Functions file) change function <name> { to be function script <name> { now you can reuse it without adding it to every script you make
    1 point
  4. In battle.c remove //SG_FUSION hp penalty [Komurka] if (sc->data[sC_FUSION]) { int hp= sstatus->max_hp; if (sd && tsd) { hp = 8*hp/100; if (((int64)sstatus->hp * 100) <= ((int64)sstatus->max_hp * 20)) hp = sstatus->hp; } else hp = 2*hp/100; //2% hp loss per hit status_zap(src, hp, 0); } then recompile
    1 point
×
×
  • Create New...