Jump to content

  •  

Ancyker

Member Since 30 Jan 2013
Offline Last Active Dec 25 2016 03:56 AM
*****

#78899 [Tool] NED - Decryptor for SecureGRF

Posted by Ancyker on 11 December 2016 - 06:20 PM

Now make one that encrypts, please XD

 

(The official one doesn't work on Windows 10, it just crashes)




#57765 Goodbye - We'll miss you.

Posted by Ancyker on 02 June 2015 - 06:04 AM

Called it, etc.

 

(Hope Ind is ok)




#57497 Class Setter (Disguise as Third Job, Trans, Etc)

Posted by Ancyker on 29 May 2015 - 04:54 AM

This script will disguise a character as another class similar to theirs, i.e. disguise a Lord Knight as a Rune Knight or vice versa. If they have a mount, it will display.

 

I've kept this to myself for a while, but after seeing the terrible ways people were going about this, I decided to release this to the public. It's loosely based on the script I made for RebirthRO.

 

Get it from GitHub

 

Posted Image

 

Note: You cannot charge for access to this NPC or it's features. For more details see here.




#864 Setup Services

Posted by Ancyker on 08 February 2013 - 01:40 PM

Currently offering services for Hercules, rAthena and eAthena servers. To purchase a service just click the link, fill out the form and make your payment. Your server will usually be setup within 24 hours, but it may take as many as 48-72. If time is important try to contact me in IRC, if I'm available your server could be ready within an hour or two, depending on your processor speed.
 

Complete Server Setup

This includes everything you need on the server side: *Athena server, MySQL, Apache, PHP, and Triton as a CP.

 

It is $30 (one time) and includes 1 update. An update is both the projects SVN (GIT in the case of Hercules) as well as all software involved. So this would also upgrade MySQL, Apache, etc if updates are available for those. 

 

This includes basic skin integration into Triton. You must provide all images and a sample HTML file. We only match the header, footer and basic CSS. Advanced skinning (modifying each individual pages content) costs extra.

 

Updates after the first are $10.

 

Only BSD and Linux operating systems are supported. Root access is required. If you are unsure of what operating system to tell your hosting provider to install, ask for FreeBSD.

 

Triton Setup

This includes setting up the CP only. It is $20 (one time) and $10 for updates. If root access is granted then ioncube, smarty and phpmailer will be installed in php.ini. If it is not granted they will be installed in the web servers root folder (ie /public_html/). This is slower. htaccess must be enabled.

 

This includes basic skin integration. You must provide all images and a sample HTML file. We only match the header, footer and basic CSS. Advanced skinning costs extra.

 

If you purchase the Commercial Use license and at least 2 add-on modules this service is provided for free. In this case upgrades are also free once per calendar month upon request for as long as your license is active.




#674 Should I switch over from rA?

Posted by Ancyker on 04 February 2013 - 01:09 AM

If they break something it will be fixed on Hercules faster. You will have to wait for rAthena to merge the fix. Why wait for someone else to update so you can update? Seems rather silly to me.


#510 Triton Control Panel 2 (Alpha)

Posted by Ancyker on 30 January 2013 - 07:32 AM

Triton Control Panel 2
Triton is back! The second version of Triton (formerly Sereon) is currently under development. The project is currently labeled as alpha, but it is almost to the beta stage. As such I'm inviting all to try it. The control panel currently features basic functionality. You are able to create accounts, log in, change your password and email address, manage your characters and see who is online.

Official Website: http://triton.sereon.net/
Demo: http://triton.sereon.net/demo/ (The demo is frequently used to test client skins and add-on functionality. It may not always function properly.)
Live Demo: http://aesiro.com/
Purchase: Click Here (For a limited time use coupon code "Hercules" for 25% off your first year)

Features

    [*]Written in PHP
    [*]Extensible via modules, hooks and plugins.
    [*]Content Management System¹
    [*]Smarty enabled skinning system makes customizing the layout super easy.
    [*]Most features enabled through modules
    [*]Account Management
    [*]War of Emperium / Guild Info
    [*]Who's Online
    [*]IPB Integration¹
    [*]Dynamically Generated Guild Emblems
    [*]Dynamically Generated Character Avatars³
    [*]Payment System³: Items³, services³, levels³, character renames³ and more.
    [*]Payment APIs³: PayPal², Skrill² (Moneybookers), Google Checkout¹, Amazon Payments¹, Authorize.net¹ and more.
    [*]Vote for Points³
    [/list]¹ Not yet implemented or still a work in progress.
    ² Implemented but not yet public.
    ³ Feature is not free.

    Requirements

      [*]PHP (latest version recommended, 5.4.11 at the time of this post but should work with older versions)
      [*]Apache (Note: .htaccess must be enabled or you must configure all the options from them in httpd.conf)
      [*]Smarty
      [*]phpmailer (Instructions below)
      [*]Operating system should not matter
      [*]Officially Supported Athenas: Hercules, rAthena, eAthena
      [/list]Installation

        [*]Download Triton Control Panel from the website.
        [*]Upload it to your web server or if your server is local place it in your web directory.
        [*]Create a file called [font="'courier new', courier, monospace;"]import.php[/font] in the sites root directory and place the following in it:
        <?php?>
        [*]Open [font="'courier new', courier, monospace;"]config.php[/font] and review all the settings available. Any settings you want to change place into [font="'courier new', courier, monospace;"]import.php[/font]. This will make upgrading the CP much easier.
        [*](*nix) Run the following from the sites root directory:
        chmod -R 777 db/chmod -R 777 scratch/chmod -R 777 skins/default/cache/chmod -R 777 skins/default/templates_c/
        [*]Create a folder called [font="'courier new', courier, monospace;"]phpmailer[/font] in the website root directory and place phpmailer in it.
        [*]Verify the setup by visiting the URL.
        [*]Create a copy of skins/default/ -- name the new folder whatever you like.
        [*]Configure the new skin by modifying the [font="'courier new', courier, monospace;"]$config['skin'][/font] variable. Remember to place your modifications in [font="'courier new', courier, monospace;"]import.php[/font].
        [*]Modify the skin to your liking. [font="'courier new', courier, monospace;"].tpl[/font] files are plain text template files. You can open them with notepad. See the smarty documentation for more information on skinning.
        [/list]You can reply here with feature requests, questions, comments and other suggestions.