Jump to content

jhonix

Members
  • Posts

    57
  • Joined

  • Last visited

Everything posted by jhonix

  1. jhonix

    FluxCP Question

    as you can see,its an SQL error,which refers to your password..check your webhost's IP address...and put it on your config/application.php and change your ServerAddress to your host IP address and leave the InstallerPassword into just simply " " to disable password or anything to enable it and in your BASE URI is the base web root on which your application lies...
  2. what do you mean exactly? on the FluxCP if you click on the accounts as far as i remember...the list of all accounts and their information can already be seen...
  3. regarding on the cms thing dude...on your question what to put here..its obviously the URL of the page that the user will be redirected after clicking the link...
  4. as what the error said..the url you requested cannot be found...try to check your code or the path that you specify in your code if it has an error or if you put the correct path...
  5. a pop-up page is a jquery + css function...you need to study those,its only a little of your code modification and more on the pop up thing...
  6. jhonix

    Flux cp help..

    Im not so familiar with gerome's code..but you can create your own slideshow if you know something about jquery...its just easy,they already have ready to use functions just understand how to use it...
  7. 15041,Boitata_Armor,Boitata Armor,5,,,600,,5,,,0xFFFFFFFF,,2,,,60,1,,{ bonus bFlee,5; bonus bMaxHPrate,5; bonus bMdef,3; bonus2 bSubEle,Ele_Neutral,7; },{},{} 4493,Sealed_Tao_Card,Sealed Tao Card,6,20,,10,,,,,,,,16,,,,,{ bonus bMaxHPrate,50; bonus bDefRate,-50; bonus bMdefRate,-50; bonus bMaxHPrate,(( getequiprefinerycnt(EQI_ARMOR) >= 15 )?75:50 );bonus bDefRate,-50; bonus bMdefRate,-50; },{},{} try this one...
  8. try to check toasty's woe controller...he got that woe time left on the sign board..
  9. try to check those files in the directories given in the exception..and look for the function that has been declared, you need some error tracking,maybe those functions will not be working once you've change "Renewal" into true since its working on the opposite condition...
  10. jhonix

    Flux cp help..

    does your screenshots followed the image exception?like the slideshows only accepts .jpg,png.bmp or etc.? you're just having a path problem...
  11. i want my server become online sir.. so i can play with more people. so i change all to 127.0.0.1? how bout port fowarding? if you want your server to be online and played by other players,then you need a host...and you will be using the IP of your host rather than the local ip which is 127.0.0.1 and port forwarding is also included on that... and lastly,127.0.0.1 is used for test servers...if your planning to host your own server then used your IP and do some port forwarding...you need to learn those,just search and you will be answered.. could you guide me what should i do now i if want my server to be online sir? is that why i asked my problem in this site hmmm..if you want to host your own server then you need to learn port forwarding and then check this link http://rathena.org/wiki/Connecting but for easy way of doing things,if you got a VPS or a paid host,then let that host set-up your server...
  12. all files okay?.. also check AppData > Roaming, it can be found on My Computer > Users > (pc name) >AppData > Roaming
  13. i want my server become online sir.. so i can play with more people. so i change all to 127.0.0.1? how bout port fowarding? if you want your server to be online and played by other players,then you need a host...and you will be using the IP of your host rather than the local ip which is 127.0.0.1 and port forwarding is also included on that... and lastly,127.0.0.1 is used for test servers...if your planning to host your own server then used your IP and do some port forwarding...you need to learn those,just search and you will be answered..
  14. yes...and thanks,clientinfo is import too...i forgot
  15. if you are trying to re-install mysql in your computer,you need to totally wipe out all the remaining files,as the error said,not all files have been deleted... try this one: 1. uninstall mysql 2. then search mysql with a normal search engine...all mysql files must be deleted to enable installation again. 3. then try to re-install mysql(take note if you set-up your mysql with password in your first installation,login information will still be the same,cannot be deleted(not sure,but i can't )).. JUST UNDERSTAND THE ERROR AND THE INSTRUCTIONS GIVEN TO YOU...
  16. is this a localhost base server?if so,then change all ip's into 127.0.0.1 or your ip in cmd using ipconfig and for the subnet_athena.conf change it to 127.0.0.1:255.0.0.0:127.0.0.1:255.0.0.0.. try.
  17. he is right.... i think module doesn't have any value or haven't been declared before that statement of yours...
  18. jhonix

    Flux cp help..

    email me i'll help you,it's really hard to explain if you don't understand the code... [email protected]
  19. jhonix

    Flux cp help..

    make sure you properly put in the correct path where the screenshots are...
  20. try to post here the whole script...you are having some problems with the values...check line 217 and post it here please...thnx
  21. dude...can you please post here the error message?for easy tracking....
  22. syntax error klng ata pre...eto try mo... CREATE TABLE `mainnews` ( `post_id` INT( 11 ) NOT NULL AUTO_INCREMENT , `title` VARCHAR( 60 ) NOT NULL , `message` TEXT NOT NULL , `poster` TEXT NOT NULL , `date` VARCHAR( 255 ) NOT NULL , PRIMARY KEY ( `post_id` ) );
  23. mysql user and password can be seen i think at your config.php,try check it out...as far as i remember...
  24. you need to learn a little of that php dude,for you to be able to edit the things you want to edit...you should know how to read those codes... its only HTML i think...so read some of those...
×
×
  • Create New...