Jump to content

Kyo

Members
  • Posts

    90
  • Joined

  • Last visited

Posts posted by Kyo

  1. Hello there,

     

    is there any good tool to protect my GRF files? I am aware Harmony does, as far as I know it doesn't work with 2013 clients though. Is there anyone who could suggest me any tools that CANNOT be bypassed in just a second by anyone? I'd appreciate any suggestions.

     

    Thanks in advance,

    Kyo

  2. If there is just one subdomain or a limited amount you can do it one by one with:

     

    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^www.subdomain.domain.com$ [NC]
    RewriteRule ^(.*)$ http://subdomain.domain.com/$1 [R=301]
     
    Otherwise it gets more complicated with the rewrite rules and I won't get into that.

    I tried that already, it didn't work for me. Here's the code:

     

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www.domain.com [NC]
    RewriteRule ^(.*)$ http://$1\domain.com [L,R=301]
    RewriteCond %{HTTP_HOST} ^www.subdomain.domain.com$ [NC]
    RewriteRule ^(.*)$ http://subdomain.domain.com/$1 [R=301]
    

     

    I dont know if i get what you need, 

     

    i found this..

     

     

    There is a project that requires me to make the following domain redirection:
    • Redirect all users to access the site WITHOUT the 'www.' prefix for all subdomain.
    • Redirect all users to access the site WITH the 'www.' prefix for main domain only.
    To fulfill this purpose, I simply add a few lines of code to the htaccess file:

    RewriteEngine on

    # Redirect the 'www.' version of the subdomains.

    RewriteCond %{HTTP_HOST} ^www\.([^.]+)\.example\.com [NC]

    RewriteRule ^(.*)$ http://%1.example.com/$1 [R=301,L]

    # Redirect the non 'www.' version of the main domain.

    RewriteCond %{HTTP_HOST} ^example\.com$ [NC]

    RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]

     

    is this what you need? o.o? or i'm still missing some out =(?

    Yes, this is what I mean. For some reason it doesn't work for subdomains though. Just same with the code I had, just for the main domain.

     

    PS: I always clear the cache and cookies before testing.

     

    Edit: Wtf is wrong with the code box, it always removes all the text after it if there's any and I have to rewrite everything...

  3. Hey everyone,

     

    I hope anyone ehre can help me out with a little problem I have. I need a .htaccess code that redirects www pages to non www pages. Here's what I have:

     

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www.domain.com [NC]
    RewriteRule ^(.*)$ http://$1\.domain.com [L,R=301]
    

     

    The code works, my only problem about it is that www.subdomain.domain.com doesn't work. www.domain.com/subdomain works just fine. I really need www.subdomain.domain.com working though, I hope anyone here could help me out here.

     

    Thanks in advance,

    Kyo

  4. that mean that monster is probably a summon mob or event or scripts or whatever.

    That mean he doesn't have a permanent spawn on any map.

     

    In current case you searching for an event monster, (E_RANDGRIS) no map spawn this, shouldn't you search for 1751 instead ?

     

    1751 doesnt exist.

    Of course it does.

     

    1751,RANDGRIS,Valkyrie Randgris,Valkyrie Randgris,141,2205000,1,2000000,2200000,3,2895,9307,588,506,196,131,125,276,267,156,10,12,2,8,86,0x37B5,100,576,576,480,1000000,617,5500,603,5000,616,2000,7510,5000,2357,1600,2524,3000,2421,3000,2229,5000,7024,2500,0,0,0,0,0,0,4407,1
    
  5. Looks great but I've noticed you cannot add items that contain a ' in the name. Lord Kaho's Horn for example. Might have to overwork the code for that.

     

    And if I may make two small suggestions:

    1. What about adding a shopping cart? The way it is now people will have to purchase more than once for different items.

    2. When adding an item, why not offer the option to input a link/upload the picture you want displayed?

     

    If you consider taking my suggestion, I'd even buy to see how it all is.

  6. Lemongrass hat nicht nach dem Client gefragt den du definiert hast sondern nach dem den du nutzt, es könnte ja die Möglichkeit besteht das du ein falsches Client Datum angegeben hast.

    Tu uns allen einen Gefallen und fix mal die Screenshot links, es ist echt umständlich das ganze kopieren zu müssen.

    @Topic - Wenn du rejected wirst, was steht in der Konsole?

    In deiner clientinfo hast du den Port 40001 angegeben, hast du das ganze auch richtig in deiner Conf umgestellt?

  7. index.php?app=downloads&module=display&section=screenshot&id=2782

    File Name: @intravision on/off

    File Submitter: Kyo

    File Submitted: 26 Jan 2013

    File Category: Source Modifications

    Content Author: Kyo

    What is this feature?

    • This feature helps GM who do not own a Maya Purple card to see hidden players.

    What does it do?

    • When the command is used you can see people using cloaking/hidding or any other similar skill.
    • Command can be switched on/off.
    • Check the screenshot for more information. (Sorry, the name was @showhidden first but I renamed it after taking the screenshots)

    Compatibility

    • I tested it with the latest rAthena revision (r17105) -> if you use a different revision and it shouldn't work check the support part.

    Support

    • Free updates to this are included.
    • If you're using a different revision and you cannot apply the patch, drop me a private message.

    Policy

    • You are NOT allowed to remove the credits.
    • You are NOT allowed to use this for commercial purposes.
    • You are NOT allowed to restribute this in any way.

    Breaking the policy will result in you no longer getting new updates or support anymore.

    Credits:

    This code was written by me, Kyo, therefor I receive all the credits.

    Click here to download this file

  8. index.php?app=downloads&module=display&section=screenshot&id=2779

    File Name: ipban and ipunban

    File Submitter: Kyo

    File Submitted: 24 Jan 2013

    File Category: Source Modifications

    Content Author: Kyo

    What is this feature?

    • This feature helps to take care of IP bans from in game.

    What does it do?

    • Allows GMs to IP ban and IP unban people.
    • When an IP is banned the player gets disconnected or rejected from the server when trying to log in, depending on your client.
    • The banning GM has to enter a reason for the ban.
    • All accounts on the given IP get blocked but will remain online and have to be kicked.
    • Usage: @ipban <reason>* <IP Address> //The star is used to seperate the reason from the IP
    • Usage: @ipunban <reason>* <IP Address> //The star is used to seperate the reason from the IP

    Compatibility

    • I tested it with the latest rAthena revision (r17105) -> if you use a different revision and it shouldn't work check the support part.

    Support

    • Free updates to this are included.
    • If you're using a different rAthena revision and you cannot apply the patch, drop me a private message.

    Policy

    • You are NOT allowed to remove the credits.
    • You are NOT allowed to use this for commercial purposes.
    • You are NOT allowed to restribute this in any way.

    Breaking the policy will result in you no longer getting new updates or support anymore.

    Credits:

    This code was written by me, Kyo, therefor I receive all the credits.

    Click here to download this file

  9. index.php?app=downloads&module=display&section=screenshot&id=2774

    File Name: Announce trades permission

    File Submitter: Kyo

    File Submitted: 18 Jan 2013

    File Category: Source Modifications

    Content Author: Kyo

    What is this feature?

    • This feature is a security addon for your server to avoid corruption.

    What does it do?

    • When the permission is set any trades will be announced.
    • Tells if the trading character is a GM or not.
    • Announces the amount of items traded (the announce is made when the item is put into the trade window)
    • Announces the item name.
    • Announces the item ID.
    • Announces if any zeny was traded.
    • Announces if the item contains any cards.
    • Announces if the deal was completed or cancels

    Compatibility

    • I tested it with the latest rAthena revision (r17101) -> if you use a different revision and it shouldn't work check the support part.

    Support

    • Free updates to this are included.
    • If you're using a different rAthena revision and you cannot apply the patch, drop me a private message.

    Policy

    • You are NOT allowed to remove the credits.
    • You are NOT allowed to use this for commercial purposes.
    • You are NOT allowed to restribute this in any way.

    Breaking the policy will result in you no longer getting new updates or support anymore.

    Credits:

    This code was written by me, Kyo, therefor I receive all the credits.

    Click here to download this file

×
×
  • Create New...