Jump to content

Recommended Posts

Posted (edited)

Greetings all,
 
since my services are running well i decided to give something back, so
I will share 3 compiled versions of my updaters.
 
They are fully functional but there is no Slider, no News Panel, no Server Status Check feature and
there is a © symbol that when clicked upon it directs you back to me (my youtube channel page).
This is just a precaution to avoid reselling.
 
Download Links:
 
Compact Template v1  //  Compact Template v2 + FileCompressor
 
Clash Templae v1   //   Clash template v2 + FileCompressor

 

LineUp v2  +  FileCompressor
 
Tutorial:
 
How to Use the FilesCompressor
 
 
If you have any question on how to setup the Launcher or purchase the full version feel free to contact me:
 
skype: rs.project
 
email: project.redseal@gmail.com

Edited by gaara
  • Downvote 1
  • 3 weeks later...
Posted

Great job, 

 

The only cons (actually your cons) its that someone can change your youtube link by a simple hex editor :P.

If you have any compresser/crypter would be fine on future projects.

 

Clash template is better , my opinion. And its very fast , maybe because i have my own cpanel with my own websites and it goes on full speed. But at compression level and speed of portable exe it goes very fast.

 

Thanks for you share.

Posted

Great job, 

 

The only cons (actually your cons) its that someone can change your youtube link by a simple hex editor :P.

If you have any compresser/crypter would be fine on future projects.

 

Clash template is better , my opinion. And its very fast , maybe because i have my own cpanel with my own websites and it goes on full speed. But at compression level and speed of portable exe it goes very fast.

 

Thanks for you share.

Thanks for the constructive critisism. 

 

I will release another template in the upcoming days.

  • 4 weeks later...
  • 3 months later...
  • 4 months later...
Posted

how much is the source ? i would like to purchase it so i can edit the launcher / updater to my liking also i want a good base for some of my other games too.

 

The price of the source starts from 80 euros.

You can see full details HERE.

 

It works for every game.

So far i have sold Launchers for Lineage II, Warcraft, Perfect World, Cabal Online, Greedmonger.

  • 4 weeks later...
Posted

It's old and it has compatibility issues.

 

sadly do not work well on win 8 - 7

 

I like your compact version but problem is the armor of the dark efl. its the nightmare ?

 

Also other problem is the "icon" my project must use classic icon from c1-c6 branch.

 

 

 

Also there is other option that allows you to make your own updater with desired skin:

 

http://www.4shared.com/rar/DsrxDvqv/updater.html

Posted (edited)

@ECHO OFF
REM  QBFC Project Options Begin
REM  HasVersionInfo: No
REM  Companyname: Lineage 2 Classic
REM  Productname: Updater
REM  Filedescription:
REM  Copyrights:
REM  Trademarks:
REM  Originalname:
REM  Comments:
REM  Productversion:  0. 0. 0. 0
REM  Fileversion:  0. 0. 0. 0
REM  Internalname:
REM  Appicon: ..\..\Documents and Settings\danh\Desktop\Updater\skn_tool\skn_c4\updater.ico
REM  AdministratorManifest: Yes
REM  Embeddedfile: wget.exe
REM  Embeddedfile: UnRAR.exe
REM  QBFC Project Options End
ECHO ON
@ECHO OFF

:PROCEED

REM Check Windows Version
ver | findstr /i "5\.0\." > nul
if %ERRORLEVEL% EQU 0 goto ver_oke
ver | findstr /i "5\.1\." > nul
if %ERRORLEVEL% EQU 0 goto ver_oke
ver | findstr /i "5\.2\." > nul
if %ERRORLEVEL% EQU 0 goto ver_oke
ver | findstr /i "6\.0\." > nul
if %ERRORLEVEL% EQU 0 goto ver_oke
ver | findstr /i "6\.1\." > nul
if %ERRORLEVEL% EQU 0 goto ver_oke
ver | findstr /i "6\.2\." > nul
if %ERRORLEVEL% EQU 0 goto ver_Win8
ver | findstr /i "6\.3\." > nul
if %ERRORLEVEL% EQU 0 goto ver_Win8
ver | findstr /i "6\.4\." > nul
if %ERRORLEVEL% EQU 0 goto ver_Win8
ver | findstr /i "6\.5\." > nul
if %ERRORLEVEL% EQU 0 goto ver_Win8
ver | findstr /i "6\.6\." > nul
if %ERRORLEVEL% EQU 0 goto ver_Win8
ver | findstr /i "6\.7\." > nul
if %ERRORLEVEL% EQU 0 goto ver_Win8

:ver_oke
echo windows version ok
goto UPDATER


:ver_Win8

echo You have windows 8 + seems like you can't enjoy IRC mod ingame.
echo Cleaning irc mod...

cd system
del mod.ini
del l2ui.dll
ren irc_yes irc_no
cd..


:UPDATER

:MAIN_MENU
COLOR 0A
cls
echo.
echo.                Lineage 2 Classic updater:
echo.
echo. ////////////////////////////////////////////////////////////////
echo. //                                                            //
echo. //  1 - FULL UPDATE                                           //
echo. //                                                            //
echo. //  2 - QUICK UPDATE                                          //
echo. //                                                            //
echo. //  3 - LAUNCH GAME                                           //
echo. //                                                            //
echo. ////////////////////////////////////////////////////////////////
echo.

SET ANSWER=
SET /P ANSWER= Select [1] [2] [3], and press  [ENTER]:
IF %ANSWER%.==. GOTO ADITIONALZ
IF %ANSWER%==1 GOTO UPDATE
IF %ANSWER%==2 GOTO QUICK
IF %ANSWER%==3 GOTO RUN



:UPDATE
wget.exe http://lineage2-classic.net/  *^Patch to structured rar file
UnRAR.exe x  -o+ update.rar
del update.rar
GOTO PROCEED

:QUICK
wget.exe http://lineage2-classic.net/   * Patch to rar that includes quick update
UnRAR.exe x  -o+ quick.rar
del quick.rar
GOTO PROCEED

:RUN
CD system
START l2.exe
 

 

Get wget.exe and unrar.exe also Quick batch file compiler so you can make final exe file with desired icon and other interesting option like "request" admin rights

Edited by madocter
Posted

Some of my clients had some compatibility issues with Win8, so i added this

in my Launcher and the problem was soved:

 

RjaRz9h.png

Posted

im using your GUIDE about the File Builder, all right all ok but when i start the loader, it says me Update Falied! already try other guides, other loaders but Nothing, can you help me maybe?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Super responsive, clearly understood what I needed, and delivered everything on time — even going the extra mile with small details I hadn’t thought of. The CMS looks amazing and runs flawlessly on all devices. If you’re looking for reliable, skilled, and easy-to-work-with web devs, I 100% recommend him.
    • Hello guys, I’d like to introduce your audience to my original project, which has gained popularity in Europe and among the Russian-speaking community. I just never got around to posting about it here until now. At one point, I wanted to develop a launcher (game file downloader) in the browser, and that idea eventually evolved into a full-fledged CMS engine with extensive functionality. SphereWeb is a massive ecosystem for Lineage 2 JAVA servers, packed with everything a server administrator and players might need. From October 2024 to April 24, 2025, my project has been installed on 250 different domains. SphereWeb is your best choice — a modern web engine designed specifically for administrators of Lineage 2 Java game servers. It offers a rich and user-friendly interface for managing your server with ease. ✅ Player Control Panel – covers all player needs: Authorization, registration, password change, account linking and synchronization, contacting the admin via support system, teleporting a character (and sending items to warehouse) to a town, warehouse management (sending items in-game), and making server donations. ✅ Admin Control Panel – opens up new horizons, giving you access to: Extensive panel customization (more on this later) Donation history with charts News and page creation Stream management (add streams) Item shop creation Starter packs creation Bonus code generation XenForo news integration Email message settings Global activity log Traffic insights (track where your users come from) Extensions section (plugins – more on that later) Server management Auto software updates Tech support Custom translations Now, about the Control Panel settings: The standard settings are organized into several tabs: Language There are 5 available languages: Russian, English, Spanish, Portuguese, and Greek, covering 99% of translation needs. You can also set a default language for the panel.   Features Toggle built-in features of the control panel: News, Shop, Balance, Statistics, Support, Balance Transfer, Bonus Code, Streams, Data Emulation. Enable/disable options to keep the panel clean and focused on what you need. Captcha Support for Google reCAPTCHA, Cloudflare Turnstile, or default hCaptcha. Old-school recommendation: use Google reCAPTCHA v2. Fake Online Boosting Basic settings for boosting the online counter. Registration Settings Configuration options for the registration process. Email Connect your panel to an SMTP server. Misc General-purpose settings and adjustments. Template Choose and preview the design template for your landing page. Logo Upload your control panel logo and favicon. Palette Customize the color scheme of your control panel interface. Menu Add links to your site’s navigation menu. Background Upload high-resolution background images for login, registration, and password recovery pages. Notifications Set up Telegram notifications for selected events. In Sphere 2, I’ve paid special attention to plugins, making it easy to add and expand functionality. By default, the panel includes several built-in extensions (plugins).   Giveaway – allows you to host item giveaways for users directly on the website. Internal Forum – a built-in forum system inside the Control Panel (more details on it below). Launcher – a free solution for updating game files. It delivers unmatched speed and runs directly in the browser, allowing full design customization. Traders – (currently for Lucera2 only) displays a list of offline shops, their items, prices, and player locations directly on the website. Roulette – a fun game where users spin the wheel to win items. Item Editor – a tool for creating custom in-game items. Item Increase – tracks and displays item count by ID across the server in graph form, showing which players hold the most. Registration Statistics – a simple chart showing registration trends over time. SQL Collection – a plugin for adding or adjusting Java server builds if your current build isn’t supported or needs customization. ✅ Supported Java Server Builds The system currently supports a variety of popular Java server builds. Full list available in the admin panel. 🧩 Forum Plugin In the first version of Sphere, a basic internal forum was quite popular among server admins — so in Sphere 2, it came back better than ever. Inspired by XenForo, the forum is rich in features and designed for both community and solo players: Players can create clan communities to connect and play together. Clan creators can upload clan logos and header banners, customize text color for the clan name. Clan members can post on the public clan wall or chat in a dedicated clan chat. Clan logos and banners appear across the forum for all members. For players who like to show off: Under each username, the forum can display PvP/PK stats, in-game time, and character list. Players can choose to hide this data if they prefer privacy. Admins can assign moderator roles to users for specific forum sections, ensuring proper content management and community moderation.   💰 Donations & Rewards The administrator has a wide range of reward settings for player donations — almost every suggested method has been implemented: Cumulative discount system – discounts increase as the total donation amount grows. One-time bonus – an extra reward for a specific donation. Permanent shop discounts – based on the player's total donation history. One-time item shop discounts – also based on total donations. Item-based rewards – configurable rewards delivered automatically after donation. ✅ Supported Payment Systems (Current list is available in the admin panel and may vary by region.) 🔄 SphereWeb Auto-Update System Sphere is actively developed — I improve it almost daily. To ensure everyone stays updated, I’ve implemented multiple update methods: Automatic – once I push updates to GitHub, they are downloaded to Sphere clients within 5 minutes. Manual – if automatic updates are disabled or your site was offline during update release, you can trigger the update manually with one click. File Scanner – this feature scans your Sphere installation, compares files with the latest version, and shows missing or modified files you can restore. 📸 Control Panel Screenshots (Here you’d typically show screenshots or say where they can be found.)   💬 Final Words A lot of work has gone into this project. I occasionally post updates in the Sphere Telegram channel — when I don’t forget. I’m truly proud of the results. 🚀 Want to Install It? Before you rush in, please note: Installation won’t work on localhost. A valid SSL certificate is required. Repo: GitHub - Cannabytes/SphereWeb2 Upload the archive to your hosting. Open your website in the browser — the installer will guide you. ⚠️ Some Russian hosting providers block wide IP ranges, which may interfere with installation. 💸 Pricing Three usage plans available: Free – limited to 20 game account registrations per day. $12.5/month – no Sphere limitations. $20/month – no Sphere limitations + access to all commercial plugins. Your balance is shown in the admin panel, and you can renew access anytime. ✅ All users receive updates, regardless of subscription tier. A lot of work has been done, and from time to time I share updates in the Sphere Telegram channel — when I don’t forget. I’m truly proud of what I’ve built. Did you like it? Want to install it yourself? Please note — you won’t be able to install it on a local server. A valid SSL certificate is also required. Steps to install: Download the package from the GitHub repository: Cannabytes/SphereWeb2 Extract the archive on your hosting. Open your website in a browser — the installer will launch automatically. Just follow the instructions. 🔧 Minimum Requirements: PHP 8.2 MariaDB or MySQL 5.8 SSL certificate for your website   💵 Pricing SphereWeb offers 3 usage options: Free Plan – limited to 20 game account registrations per day. $12.5/month – no limitations, full access to Sphere features. 3. $20/month – no limitations + access to all commercial plugins. Your current balance is shown in the admin panel, and you can renew your license whenever you wish. Regardless of your plan, you will always receive updates. 🆕 Latest Updates: User Registration Source Tracking: Now, when a user registers, you can see where they came from before landing on the site via Telegram notifications. Bulk Deletion of Bonus Codes: Added functionality to bulk delete bonus codes for better management. Starter Pack Editor: A new editor for creating and managing starter packs is now available. Item Removal from Warehouse: Admins can now remove items from a user's warehouse. Server-Specific Settings: Each server now has a "Functions" button, providing additional customization options for each server. Warehouse Cleanup: Admins can now clear the warehouse for all users or by specific item ID. Custom Return Button: The "Return to Site" button can now be disabled, and you can set a custom link for it. Character List UI Overhaul: The character list in the admin panel has been redesigned to be more minimalist and user-friendly. User Info Page Improvements: The user information page has been enhanced for better navigation and access to key data. Donation History Updates: The donation history page has been improved for better data presentation. Item Stacking and Splitting: Users can now stack or split identical items (e.g., ID 57 (150) + ID 150 = ID 57 (300)). Admins can configure which items can be stacked and split. Account Deletion: Users now have the option to delete their own accounts from the account list. Success Chest Plugin: A new "Success Chest" plugin has been added, allowing admins to define chests with specific items, their prices, and visual parameters. Reworked Warehouse: The warehouse now operates in a separate modal window. When items are purchased, they are automatically added to the warehouse without page reloads. Registration Reward: Admins now have the ability to reward users for registration, adding more incentives. Item Stacking and Splitting Customization: Admins can now specify which items players can split and stack in their warehouse. These settings are available in the admin panel under the server's "Functions" button, offering granular control over item management. Account Deletion Feature: Players now have the ability to remove their accounts from the account list (but not from the server). In the future, this feature will be customizable for each server. Success Chest Plugin: A new "Success Chest" plugin has been added, allowing admins to define the items inside the chest. Players can then randomly draw one item from the chest. This feature is still in early testing, and any feedback or issues will be addressed in future updates. Improved Warehouse/Inventory: The warehouse/inventory system has been enhanced. Now, when items (such as starter packs or chests) are purchased, they are immediately added to the warehouse without requiring a page refresh. Additionally, the modal window for the warehouse now opens when the warehouse button is clicked with the mouse wheel. 😊 Log Sorting by Server: Logs now include the ability to sort by server, making it easier to manage and review data for each individual server. Registration Source Tracking: Telegram notifications now include information about where a user came from before registering on your site. Bulk Deletion of Bonus Codes: Admins can now bulk delete server-specific bonus codes, as well as bonus codes that were generated for all servers. Customizable Starter Packs: A new option has been added to modify and customize starter packs, giving more flexibility to server admins. Item Removal from Warehouse in Profile: Admins can now remove items from a user's warehouse directly from their profile. "Functions" Button in Admin Panel: A new "Functions" button has been added to the admin panel, offering additional tools for server management. This includes the ability to clear the server’s warehouse entirely or by specific item ID. Disabling the "Return to Site" Button: Under Admin Panel -> Settings -> Miscellaneous, there is now an option to disable the "Return to Site" button in the site menu
    • We are waiting you today at 8pm +3 GMT website: https://l2evo.net The patch will be available 30 min before the grand opening. Come join the best Interlude pvp server.  
    • We are certainly not an ambulance, but we will definitely cure you of blacklists and empty pockets. Live freely with SX! Each of you will receive a trial version of SX to familiarize yourself with the product, all you have to do is post in this thread
  • Topics

×
×
  • Create New...