Jump to content

L2 Auto SMS Donation System + ( SPECIAL GIFTs ) | ( *Price*Lowered* )


Recommended Posts

Posted

L2 Auto SMS Donation System

 

 

I have finished this project before some months but now i decide to make a public sales topic because i made a basic product

manager system so i can avoid my projects to get leaked , shared , used and resseled without my permision.

Its a Lineage 2 Auto SMS Donation System,which means that the players will be able to donate in your server via sms

and they will get auto their donates. I have make a live presetantion on my test db through teamviewer how the whole system works.

I will ask the people i show them how this works to post here.

 

Note:

The Character must be offline in order to receive the donates.

 

 

Requirements :

-> Remote Mysql Open

-> Webhost

 

 

Main Features :

-> Support 63 Countries ( Click here to view the list )

-> Support items ( you add the item id and the am.ount )

-> Support Changes on Characters (Nobless , Aio , 255 rec, reset karma , change sex, main class and more..)

-> As many donates you want

-> Set any price you want on each donate

 

 

Extra Features:

-> Keep Logs from the payments

    ^ It records the donate he choosed , how much he paid, his number, the text he send

    and on which number he send it and if have receive the donate.

    ^ If the character failed to receive the donate it shows the reason.

      Reason why it Failed:

        * Character Was Online.

        * Character Not Found.

        * Hacking Activity. (Checks if the character tried to change the data or the price.)

-> Give Different Name Color to the players who have donate (You can choose any color you want)

-> Give Different Title Color to the players who have donate (You can choose any color you want)

 

Note:

You can enable or disable those extra features.

 

 

How You Get The Money :

-> The Money goes to your account in the company i am working with.

-> You can take them in paypal or in your bank account.

-> You can choose to receive the money once per 1 or 2 or 3 months.

 

 

Screenshot:

-> Click here

You don't have to worry about the interface this is just an example, the interface can change

and i can help you implent it to your websites template.

After you type the characters name, choose your donate and press the button "Donate"

a popup windows come and it tells you how many sms you have to send with what text and on which number.

 

 

Payment :

Price: 75 Euro

Payment Methods: Paypal (As Gift), PaySafecard, Liberty Reserve , Bank Deposit (Greece)

 

If you have any problem with the price we can do it like this :

You can pay some money now and some money later.

Also if you want you can pay some money for example in paysafecard and some of them in paypal.

 

Note:

You will have free support plus i can help you to implent it to your websites template.

 

 

Special Gifts:

->Going to Add somenew ones Soon !!!

 

Note:

You can choose only ONE gift.

 

 

Contact :

Email: hlias@hli4s.net

MSN: hlias-0210@hotmail.com

Skype: Hli4S.net

 

 

if you have any questions please contact me.

And please don't spam in my topic about the price etc..

 

 

Keywords:

sms, donate, system, l2 sms donate, sms donation, lineage2 sms, l2 auto sms donation system, hli4s, sms system, l2j sms, l2j sms donation, hli4s.net, l2 java sms donate system

 

 

Posted

I add you to msn, please accept me, wanna talk with you ;)

Done , i have accept you !

 

Tested it , works like a charm.

 

Good luck with your sales.

 

thnxx for posting !!!

Posted

well i wanted something like this for my server last year and i tried to do it by contacting some mobile companies but it did not really work...

 

seems to me that you have done a wonderfull job!!

 

i may buy it in the near future

Posted

Its too much money for that!

 

its on 20%OFF for the first 2 customers from mxc.

so 80 Euro plus the price is Negotiable , and if you have any problem on paying you pay for example the half of the money this week and the rest of the money the next week.

and also its a Unique System with many features, you get my full support , you get a guide on how to get free domain and hosting for 1 year .

and its something that you earn money so you will get back your money and much more.

 

so i don't see any problem with the price .

 

Posted

SMS donate takes away at least 50% plus you have to wait to long untill you get your money it can take up to 3 months!

 

Price is high i think,for example you have Nexus Event engine for 55 euros and this for 80 euros which one you gonna buy?:)

Posted

SMS donate takes away at least 50% plus you have to wait to long untill you get your money it can take up to 3 months!

 

Price is high i think,for example you have Nexus Event engine for 55 euros and this for 80 euros which one you gonna buy?:)

the money it takes away depends on the country , on the company , and from the providers.

 

and about the price i have already answerd on my previous post.

please don't repeat the same questions.

About the Nexus Event engine has nothing to do with the sms donate

the only common think they have its that they are both for l2.

The sms donate its for the people who own a server and they have donate

since they already had donate on their server they earned much more money than 80-100 euro

so if they buy it its like they get it for free and i know that because i know many people who own

a server with donates.

Posted

My topic just cleaned from spam posts.

---------------------------------------------------------------------

thank you guys for your comments !

 

PS:

Don't spam in my topic about the price

and don't compare my product with other ones.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • A modern game panel rebuilt from scratch for Lineage 2 private servers What is L2jWeb V3? L2jWeb V3 is the new version of the panel, fully refactored from scratch. This is not a small update on top of the old V2 code. The whole structure has been redesigned with cleaner logic, better separation between the web panel and the game database, improved security, and a much better way to support different L2J sources. The goal is simple. Server owners should be able to manage their project, users, donations, shops, game accounts, characters, and multiple servers from one panel without having to fight with hardcoded database logic every time they use a different source. Refactored From Scratch The new implementation was built again from the ground up. The old approach worked, but over time it became harder to maintain because every L2J source has its own database structure, table names, columns, and custom changes. V3 solves this in a cleaner way. Instead of mixing source specific queries all over the panel, the system now uses a proper mapping layer for the game database. Correct L2J Source Database Mapping One of the biggest improvements in L2jWeb V3 is the new database mapping system for different L2J sources. Every important game object is bound to an interface contract. Accounts, characters, items, services, rewards, and other source related actions are not hardcoded directly into the panel anymore. The panel works with contracts, and each L2J source has its own implementation behind those contracts. In simple words, the panel knows what it wants to do, and the selected source knows how to do it in its own database. This makes the project much easier to maintain, easier to extend, and much safer when adding support for more L2J sources in the future. Multi Server Support L2jWeb V3 supports multiple game servers from the same installation. You can add and manage different servers from the admin panel. Each server can have its own database connection, source type, settings, shop products, and services. This is useful if you run more than one realm, different chronicles, seasonal servers, test servers, or multiple projects from the same community. x402 Wallet Crypto Payments L2jWeb V3 also adds support for the x402 protocol. This is a very important feature for modern payments because it allows wallet to wallet payments without a traditional middleman holding the money. With normal payment gateways, the payment usually goes through a company that controls the flow, keeps custody for part of the process, applies rules, and may block or delay things. With x402, the user pays directly from their wallet and the server owner receives the payment directly to their wallet. The facilitator helps the application verify the payment. It checks the payment proof and confirms that the request has been paid correctly, so the panel can safely continue with the donation or balance update. The important part is that the facilitator is not the same as a classic payment processor. It helps with verification and coordination, but the funds move wallet to wallet. For server owners, this gives a more direct payment option and reduces dependency on traditional third party platforms. In order to learn more for x402 protocol click here Donation System L2jWeb V3 includes a complete donation system. Supported payment options can include: Stripe PayPal x402 wallet to wallet crypto payments Donations can be stored in the user's master account balance and then used inside the panel for shop purchases, services, or other features depending on your setup. Master Account System Players use one master account to manage their game accounts and characters. This makes things easier for the player because they do not need to remember every detail separately. From the user panel, they can create game accounts, manage existing accounts, recover details, and access available services. Game Account Control Players can manage their game accounts directly from the panel. Available features can include: Create game accounts Manage existing game accounts Reset or recover credentials View linked characters Use account related services Receive game account details by email if enabled Character Menu And Services The character menu gives players quick access to useful character actions from the web panel. For example, if a character gets stuck, the player can use the unstuck option and send the character back to town without waiting for staff support. More services can be configured depending on the server setup. Shop And Services The shop is fully manageable from the admin panel. You can add products, edit prices, enable or disable products, and choose which server each product is available for. This makes it easier to monetize your server while keeping control over what each server can sell. For example, one server can have different products or prices than another server. Fully Customizable Theme The panel is fully customizable through theme settings. You can change logos, icons, and all main colors directly from the panel, so the website can match your server's branding without editing the code manually. Admin Panel L2jWeb V3 includes a powerful admin panel for managing your project. Admin features include: Server management User management Donation logs Shop management Panel settings Theme settings for logos, icons, and colors Social login settings Security options Game source configuration Most important settings are configurable directly from the panel, so you do not need to edit files manually for every small change. Security Features Security was also improved in the new implementation. Available security features include: Two factor authentication Email verification Cloudflare Turnstile protection against bots Rate limiting per guest IP or authenticated user CSRF protection XSS protection Security headers HTTPS only protection Password confirmation for sensitive actions Social login support Social Login The panel can support social login providers such as Google and Discord. This gives players a faster way to register and log in, while still keeping the account system controlled from the panel. Other Features Database cache system Server status Multi source support Optional email verification Optional account details email after registration Cloudflare Turnstile bot protection Modern user dashboard Modern admin dashboard Clean Laravel based implementation Demo demo.l2jweb.com Some features may be disabled in the demo version or may not work exactly like a live installation. Contact Discord: Contact me Pricing Price is 150 euro flat, the same as Version 2. Existing customers get a 50 euro discount. Custom Work If you need custom features, source adaptations, special services, design changes, or extra integrations, you can contact me and we can discuss your request. Extra custom work is not included by default and must be paid separately. Test And Payment Files are not delivered before payment. If you want to test the panel first, a demo link can be provided.
    • Well, it turns out 100 characters really wasn’t enough for a proper test. Here’s a simulation of 1,500 players in a single location — each one is randomly equipped, running around randomly, and casting skills.    
  • 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..