Jump to content

Recommended Posts

Posted

With this code you will be able to open users Default Browser with one or more URLs you choose, for example you dont need anymore to send the URL via text message which must be copied and paste to browser letter by letter BUT it will automatically open the browser with the URLs you choose, the code works on JAVA6+

String URLs[]=
{
	"www.maxcheaters.com",//Delete or add more
	"www.maxcheaters.com/forum/index.php",
};
try 
{
    if (Desktop.isDesktopSupported()) 
	{
        Desktop desktop = Desktop.getDesktop();
        if (desktop.isSupported(Desktop.Action.BROWSE)) 
        {
        	for (int i=0; i!=URLs.length; i++)
				desktop.browse(new URI(URLs[i]));
        }
    }
} 
catch (Exception e) 
{
	e.printStackTrace();
}		

You can put this code in any command or in any action, even in enterworld.java!

 

For example I created a /vote command so you can test(which AUTOMATICALLY redirects you to your vote web page), you add your URLs or a single URL into the String border and the command opens those URLs automatically, so lets start...

Download the command http://www.4shared.com/file/bMDkyi-u/Vote.html? and paste it on your scripts\handlers\usercommandhandlers, then add the imports on your MasterHandler.java,

and make it:

import handlers.usercommandhandlers.Time;
+import handlers.usercommandhandlers.Vote;

 

AND on same file MasterHandler.java

		Time.class,
		+Vote.class,
		OlympiadStat.class,

 

 

Also for the command to work you must add this line to your CommandName-e located in your System file (if you get errors open it reply here) i opened mine with ct2.4 file edit

133	109	a,Olympiad Score\0
+134	133	a,vote\0

 

Credits me for both of the code and vote, and OFC google books for help:)

Posted

okey, but this command isn't opening the URLs on the computer where server runs? I don't see any player/client related thing that would use the requestor of command, but correct me if I am wrong.

Posted

okey, but this command isn't opening the URLs on the computer where server runs? I don't see any player/client related thing that would use the requestor of command, but correct me if I am wrong.

it will open the URL from the default broswer of the pc where the player is logged in ! So it will work 100 %!
Posted

it will open the URL from the default broswer of the pc where the player is logged in ! So it will work 100 %!

okey, but what sets it to "player" ? parameter activeChar isn't used

Posted

i mean for interlude freya h5?

its for all clients man, but not for all packs, each pack depending on release date has diffrent java version, for example freya/H5 use java7

Guest Elfocrash
Posted

Guys I don't wanna disappoint you but this won't work. First it is really bad coded and second it will only open the browser at the server pc and not the character's/user's pc.

 

I tried this months ago and I know. The only way of getting it work is to decompile or add a dll file that will link the client with this browser usage (pretty much how it works on freya++ from retail).

 

There is also another way but it is a bit mind-beep- to get it working.

 

So just so you know there is no way something like that will ever work without client modification.

 

 

it will open the URL from the default broswer of the pc where the player is logged in ! So it will work 100 %!

There are really many things you have to learn and consider about coding. It is better that someone should not have an opinion when his knowledge is poor.

Posted

Guys I don't wanna disappoint you but this won't work. First it is really bad coded and second it will only open the browser at the server pc and not the character's/user's pc.

 

I tried this months ago and I know. The only way of getting it work is to decompile or add a dll file that will link the client with this browser usage (pretty much how it works on freya++ from retail).

 

There is also another way but it is a bit mind-beep- to get it working.

 

So just so you know there is no way something like that will ever work without client modification.

 

Ok lock it then

Posted

Guys I don't wanna disappoint you but this won't work. First it is really bad coded and second it will only open the browser at the server pc and not the character's/user's pc.

 

I tried this months ago and I know. The only way of getting it work is to decompile or add a dll file that will link the client with this browser usage (pretty much how it works on freya++ from retail).

 

There is also another way but it is a bit mind-beep- to get it working.

 

So just so you know there is no way something like that will ever work without client modification.

 

There are really many things you have to learn and consider about coding. It is better that someone should not have an opinion when his knowledge is poor.

It seems that your knowledge  is poor ! There is a way to make it work without any kind of client modification. I got it working on my server files but i not gonna share it here ...

Actualy the method xdem shared here it can work as i said if you know how to do it !

 

 

Guest Elfocrash
Posted

It seems that your knowledge  is poor ! There is a way to make it work without any kind of client modification. I got it working on my server files but i not gonna share it here ...

Actualy the method xdem shared here it can work as i said if you know how to do it !

 

 

Yeah sure it does. You are definatelly wrong but i won't continue it here.

 

PS: Even Issle said i was right. Nvm.

Guest
This topic is now closed to further replies.


  • Posts

    • 🔥 HF Rework Multi-Proff x10 is coming! ⚔️ New Samurai Crow Client ⚔️ Reworked Systems & Progression ⚔️ Updated Instances ⚔️ Classic Multeria Atmosphere 🧪 Pre-OBT is already live! 📅 Official OBT: June 29 🚀 Launch: July 3 🐞 Report bugs during testing and earn valuable rewards at launch! See you on the battlefield! https://rework.multeria.world/
    • PlayCMS - это удобная система управления веб-сайтом, разработанная специально для игровых проектов Lineage 2. CMS позволяет быстро запустить полнофункциональный серверный сайт с регистрацией игроков, личным кабинетом, новостями, рейтингами, магазином, модулями и гибкой панелью администратора. Система ориентирована на владельцев серверов Lineage 2, которым нужен красивый, функциональный и понятный сайт без лишних сложностей.  PlayCMS уже предоставляет базовые функции для управления проектами, такие как публикация новостей, настройка страниц, работа с пользователями, подключение шаблонов, а также установка модулей и плагинов. Ключевые особенности PlayCMS: — удобная административная панель; — регистрация и авторизация игроков; — учетная запись пользователя; — новостные и информационные страницы; — рейтинги игроков и кланов; — поддержка шаблонов дизайна; — установка модулей и плагинов через административную панель; — магазин цифровых продуктов; — категории продуктов; — возможность добавить фавикон; — защита лицензии для административной панели; — адаптация для игровых проектов Lineage 2; — возможность расширения функционала в соответствии с потребностями сервера. PlayCMS подходит как для новых игровых проектов, так и для существующих серверов, которым нужен удобный сайт с современным дизайном и интуитивно понятным управлением. Система проста в настройке и поддерживает индивидуальные шаблоны, дополнительные плагины и модули, что позволяет вам развивать свой сайт параллельно с развитием сервера. PlayCMS — это готовое решение для владельцев серверов Lineage 2, которым нужен красивый, быстрый и функциональный сайт. Демоверсия —  https://demo.playcms.ru/ Я разработчик этого чуда. Я готов выслушать конструктивную критику, а также ваши предложения по улучшению движка. Кроме того, я пишу модули любой сложности для этой CMS. Свяжитесь со мной: Telegram — @playcms       EN   PlayCMS is a user-friendly website management system designed specifically for Lineage 2 gaming projects. The CMS allows you to quickly launch a fully functional server website with player registration, personal account, news, ratings, a store, modules, and a flexible admin panel. The system is focused on Lineage 2 server owners who need a beautiful, functional, and clear website without unnecessary complexity. PlayCMS already provides basic features for project management, such as publishing news, customizing pages, working with users, connecting templates, and installing modules and plugins. Key Features of PlayCMS: — a convenient administrative panel; — player registration and authorization; — user account; — news and information pages; — player and clan ratings; — support for design templates; — installation of modules and plugins through the admin panel; — digital product store; — product categories; — ability to add a favicon; — license protection for the admin panel; — adaptation for Lineage 2 game projects; — the ability to expand functionality to meet the needs of the server. PlayCMS is suitable for both new gaming projects and existing servers that require a user-friendly website with a modern appearance and intuitive management. The system is easy to configure and supports individual templates, additional plugins, and modules, allowing you to develop your website alongside your server. PlayCMS is a ready-made solution for Lineage 2 server owners who need a beautiful, fast, and functional website. Demo - https://demo.playcms.ru/ I am the developer of this miracle. I am ready to listen to constructive criticism, as well as your suggestions for improving the engine. I also write modules of any complexity for this cms. Contact me: Telegram - @playcms   Скачать\Download : https://drive.google.com/file/d/15Az9WVDD4SQNyOPAsXMU4-mGHOiA_U_d/view    
    • To increase visibility and make sure your offer reaches the right audience, I'd recommend exploring the tools at CS2WH. They have a Deals Bot that might help you track market prices and adjust your strategy on the fly. I'm finding their resources super helpful for keeping tabs on the trading scene. Plus, they emphasize safety and provide insights on legal skin trading, which is crucial for maintaining credibility.
    • I'm also trying to contact them, and I only have their Telegram contact, probably the same one as yours, and I haven't received a response in months.
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..