Jump to content

timo0o

Members
  • Content Count

    22
  • Joined

  • Last visited

About timo0o

  • Rank
    Member

Recent Profile Visitors

1625 profile views
  1. Hey bWolfie, thanks for your answer. But that dosen't resolve the Problem. Even when I add the php-files to both folder the page is showing up as the screenshot in my first post shows. 😞 EDIT: Ah! I've done a mistake..! Here's the solution!!! 1. Add index.php file to the /fluxcp/modules/<pagename>/index.php with the code: <?php if (!defined('FLUX_ROOT')) exit; ?> 2. Add the index.php file to the /fluxcp/themes/<themename>/<pagename>/ folder and add your content: <h2>TEST RULES</h2> Hi! 3. Now if you want to add the rules like me, you have to name the folder "Rules" for example. So the index.php's are in: /fluxcp/modules/rules/index.php and /fluxcp/themes/<themename>/rules/ index.php 4. The Page can now be opened with the URL: https://myro.net/?module=rules >>>> If you name the folder something other (exp. "Download"), then you can open the page with /?module=download instead of "rules". >>>> If you rename the php file or add some others (it must not be the "index.php and can be named as you want) you need to add the &action=<phpfilename> to the URL Example: PHP Namefile in the folders (test123.php in both folders as discribed in 1 and 2), then the URL must be https://myro.net/?module=rules&action=test123 That's easy if you know what to do. THANK YOU!!!!!
  2. Hi there. I want to add some Pages to my website (FluxCP). The Pages-Site is Showing up and I can Add a new page: When I click "Add" I've got the message that the page was successfully added, but it's not showing up and was not created as you can see here: And when I now want to add a page manually (for example add the rules.php to the "pages" folder), i can open it with https://myro.net/?module=pages&action=rules ....its even showing up with the content, but only in the left upper of the site and not in the content field: the rules.php looks like the other php-site files: <?php if (!defined('FLUX_ROOT')) exit; ?> <h2>TEST RULES</h2> Hi! I'm using the "hurtfreev2" theme and the fluxcp with build-in cms addon etc. from here: https://github.com/rathena/FluxCP/ But the problem is also there with the default theme!!! Whats wrong with my fluxCP and how can I fix this? Thank you 🙂
  3. Got it to work... seems that the Packetver and some config-Files were invalid. After re-setup of the server i am now able to login 🙂
  4. Hey there. After many years of not playing RO I decided to create a hercules based Server and Client for me and my friends. I have some old administrative skills with rathena and herc - but I have problems with my client. I've followed this guide here: So... everything seems to work, the Servers are online withour errors and the Loginserver accept my connections, but i can't get to the characters and the char and map server don't say anything when i Log-In I've tested some Client-Versions without success: - 2017-12-06c - 2018-03-28b - 2014-03-05b -2019-01-09a (there i have many errors in Nemo) The Packet-Ver in the Server mmo.h is #define PACKETVER 20141022 Here are some screenshots: My Clientinfo (Only with correct address and registrationweb): <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>RO</desc> <servicetype>germany</servicetype> <servertype>primary</servertype> <connection> <display>Ragnarok Online</display> <address>The servers Public-IP</address> <port>6900</port> <version>46</version> <langtype>1</langtype> <registrationweb>https://myserver.de</registrationweb> <yellow> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> </yellow> <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> </aid> </connection> </clientinfo> Can Someone help me???
  5. timo0o

    AFK Homunculus

    OK. Now it says scirpt error in file 'afk.txt' line 9 column 13 parse_simpleexpr: unmatched ')' ... ... 9: if(getidle() >=$antiakf) { ... ... ...
  6. Hello guys and girls :-) I would like to request whether if anyone has any anti-afk script for homunculus AFK farming? If possible I'd like to set for specific maps where people who AFK will be questioned (specifically for alchemist/creator & genetic class only) and if they fail to answer within 1 minute, they'll be auto jailed / kicked. Hopefully someone can help thanks! Duration before asking would be afking for 10 minutes straight with no movements. PS: The script from this Topic in 2013 doesn't work or the Copy-Paste is terrible because it's 1line. http://herc.ws/board/topic/1552-anti-afk-script/
  7. timo0o

    AFK Homunculus

    Need this script,too. But your script give this error: [ERROR]: npc_parsesrcfile: Unknown syntax in file 'antiafk.txt', line '1'. Stopping... * w1=- script vaporize -1,{ * w2= * w3= * w4=
  8. I want to deactivate it because I want to use my own script. - script DayNight -1,{ OnInit: if ((gettime(3) < 6) || (gettime(3) >= 21)) night; end; OnClock0600: announce "The Sun is rising! [6:00]",bc_all,0xEEEEEE; day; end; OnClock2100: announce "Good Night Players![21:00]",bc_all,0xEEEEEE; night; end; }
  9. Thank you! And what do I need to set in the fields "module" and "action" to test the pingback?? Paymentwall says: What can I do here?
  10. What's the Pingback URL i need to add to the project?? https://domain.com/?module=pwall/ seems to be not correct, because the Pingback Test failed.
×
×
  • Create New...

Important Information

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