Jump to content

Recommended Posts

Posted (edited)

Hello everyone, it's been a while (almost 5 years) I was off. During this time I was getting requests to create new account panels, provide support for the one I shared 4 years ago, or even provide support for other panels out there. The truth is that I saw some really nice ones, with powerful features and amazing layouts. I had the chance to check the sources on some of them and I got surprised with their big mess and luck of security. Tokens between forms, prefix for names and other "cool" stuff will do the job temporarily, but some time they are going to be compromised.

Since I have some (but limited) free time, I started coding an account panel that I had in mind since long time ago. Super secure against any kind of threat, professionally coded, master account -> game account separation, donation with different types of payments, vote rewards, referral system, different donation plans for the user to buy (not in-game), Admin features to make admin's life easier when administrating users, different types of user groups (gm, admin, user), user profile, notifications, group messaging, chat, mass email (admin) and the list goes on.

 

ReadyUser is a powerful PHP account manager designed to include all of the features mentioned above. The application is powered by Mysql, MSSQL and PHP,  and it is built with the CodeIgniter framework. CodeIgniter is based on the Model-View-Controller development pattern. MVC is a software approach that separates application logic from presentation. In practice, it permits your web pages to contain minimal scripting since the presentation is separate from the PHP scripting.

 

In some parts, most of its logic has been taken from an account manager of mine that was never released (but personally learned a LOT while coding it.)

 

Here is the link for ReadyUser. 

If you would like to learn more about it, how it works or why it is secure feel free to ask

Now all traffic is under HTTPS.

 

I don't know when it's going to be ready.

I don't know if it's going to be shared as is (full features) or just basic functionality.

If someone wants to help me translate in other languages (Polish, Russian etc) please let me know.

Ideas, help, comments are welcome!

 

Thanks to @WindShackle for translating ReadyUser to Spanish.

 

 

Here is a list with the features that are already implemented or going to be:

  • User & Registration System
    • Users can register for an account using the quick and easy register page.
    • Captcha enabled registration page to prevent bots from spamming your site (can be disabled in Admin Panel) Includes Google ReCaptcha.
    • Users can also register accounts using their Social Network accounts, making it even quicker to sign up.
    • Login System comes with a Forgotten Password page, to allow users to reset their password via email.
    • Prevents spam by making sure the email address is unique and valid.
    • Passwords are encrypted using PHPass library.
    • Can disable registration from Admin Panel, as well as Social Login.
    • Custom Fields option.
    • User Profiles that allow users to comment on each other.
    • User Notification System
  • Game Account Features
    • Register Game Account
    • View Game Account 
    • IP Filter
    • View Characters of accounts
    • Send Home
    • Server Status
    • Login History
    • Change Password
    • Donate
    • Item Shop
    • Vote Reward (Logic is done, but currently can't test it because I don't have access to APIs of voting sites) 
    • Referral System
    • Support Ticket System (User + Admin)
    • Knowledge Base (User + Admin)
    • Announcements (User + Admin)
    • Game Stats (pvp, pk, castles etc)
  • Registered Users
    • FrontPage shows whatever matters to you.
    • Graph displays members that have registered in the last six months. (admin)
    • Breakdown shows how many users signed up via Google, Twitter and Facebook.(admin)
    • See users who are currently online, users who have registered today and total user count. All of this is cached too so it saves resources on your server!(admin)
    • Member List displays all registered users.(admin)
    • Search Members.(admin)
    • User Profiles.
    • User Settings area allows user to change their avatar, update their name and other information.
    • Change Password option in Settings page too.
    • User Role System allows you to make members have limited access to various areas of the site.
  • Admin Panel (Game Settings)
    • Set maximum game account per master account
    • Disable/enable game account registration
  • Admin Panel (Panel Settings) Photo
    • Custom Fields system allows you to add extra fields to registration form.
    • Add/Delete/Edit Donation Items
    • Able to disable registration
    • Able to disable Captcha
    • Change site name, logo and other settings.
    • Able to disable social network login
    • Manage Members allows you to edit, delete and view Member information, such as their IP address, email and when they last logged in.
    • User Groups allow you to sort and categorize members.
    • Email Templates make translating emails much more easier by using email template option.
    • Email Members area allows you to send emails to all of your registered emails. Select by User Group, Username or All Users.
    • IP Blocking system allows you to block certain IPs from registering accounts and from logging in.
    • Setup Payment Plans, Payment Settings and view Payment Logs .
    • Choose from four different layout themes (MAYBE)
    • Google ReCaptcha
    • Create custom User Roles
    • User Log system; view activity of all members
  • Payment Plans Photo
    • Turn on or off the ability for users to purchase credits for their accounts.
    • Check out via PayPal or Stripe, supports multiple currencies.
    • Credits automatically added to user accounts after payment has been made.
    • Users can purchase plans that add Premium perks to their account.
    • Plans can be added via the Admin Panel, select price and how many days the plan adds.
  • Translation Ready
    • Easy translate the entire system by modifying our translation files
    • Allow users to switch between a language of their choice using language switcher.
    • Supports any UTF-8 language!
  • System
    • Built on CodeIgniter 3.1.6
    • Built on Bootstrap 3.3.4
    • Translation Ready
    • Requires PHP 5.4
    • Requires MySQL database
    • Requires MSSQL database
    • Supports MySQL, MSSQL and PDO drivers.
    • Supports SMTP Email, PHP Mail()
    • Requires knowledges of Codeigniter and MVC if you want to play around with it.
    • Easy install. Simply run install.php file and in 4 steps is ready to go

 

Edited by PARADISE
  • Like 3
  • Thanks 1
  • Upvote 5
Posted (edited)

Thanks for reporting, but there is nothing malicious on this website/webserver.

 

Scan

 

Scan2

 

Scan3

 

PS. just added SSL, and traffic now is under HTTPS.

Edited by PARADISE
Posted (edited)

i dont think this is ssl issue

i mean the load time is too much even before the error of the ssl shows up you have to wait so much

check maybe you have I/O overload disable any debug or logging

Edited by Nightw0lf
Posted (edited)

The first one i know is slow because it runs on 3 VMs.

But for the second link which is the actual panel, i get a load time of 0.7 sec 

 

Edit: Issue with "not trusted" is fixed. 

Edited by PARADISE
Posted

Sounds interesting, would be nice to have a decent account panel available for free. Would be even better, if it could work with l2j as well - I guess there are no contradictions(?).

 

As I see you are thining about sharing it with full features or not. If you plan to sell it - not sure if there are many people willing to buy it tho - then obviously, do not.

 

Sharing a very basic panel with reg/log/change pass would be more than enough for most of people as well :wink:

 

----

 

Each time you enter a invalid password / login, a new message appear. Is that done or purpose? I guess 're-appear' the message would be better option, to prevent the message flood.

 

EKKQL2n.png

Posted (edited)

Hi,

 

I haven’t thought about selling it or sharing it tbh. It depends on a lot of things, but I’ll make a decision when it’s almost done. Probably share a basic version and sell extra add ons to whoever is interested. It should be really easy to make it for l2j since it uses active record for db transactions. The only thing that should be different is the table structures. That message appearing thing is because in the very beginning I was sending errors through Ajax and not php. Apparently it’s the only part I haven’t changed yet. Also you get 15min ban for 5 failed attempts tp login with invalid credentials

Thanks!! 

Edited by PARADISE
Posted

When I started this project, I used bootstrap 3.3.4 and php 5.4 was installed at that moment. When I’m done with all the features I’ll be updating to the latest version of bootstrap and php. Db transactions are done with active record from CI, so I don’t have to change literally anything from the code. It doesn’t use mssql function which is deprecated at the latest version. Thanks for your feedback !

  • Like 1

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

    • L2 DEVS - HTML DESIGN (ALL NPC'S)    
    • I only share for free what they are reselling 🙂 You keep crying in all the publications, and if you are looking for h5 or gd wait for 5 or 6 years... cheers.... GENERAL Cached Extended to 8192kb IOBuffer Hair2SlotCache ItemBidAuctioner Clan Hall Current Olympiad Season Rank pages System (Shows Points/Games - Fully Configurable) Automatic Flag Around Raidboss System Offline Shop & Buffers Restore After Restart (Fixed location) Offline Buffer System PvP Auto Announce System Rebuilt with Extra Addons (Fully Configurable, Name, Zones, Rewards) Automatic Announce System Rebuilt with Extra Addons (Fully Configurable) ALT+B Augmentation House Shift+Click Droplist/Spoil List Epic Items Rank RB points Rank ChangeColorName ChangeColorTitle Change Skin (Race) Change Gender Custom Subclass (Acumulative) Achievements Item Delivery System  Augmentations/Enchants Automatic Announce System Auto Learn Skills PvP Reward Pk Reward War Reward Scheme buffer GlobalChatTrade Trade Augment Items Castle Announce Time Castle Standby Time Fix Spiritshots delay SpellbooksDrop Enable/Disable Drop custom Fully configurable, lvl min max allmobs, allrb, individual New cancel effect min,max BlessedarmorEnchantRate BlessedmagicWeaponEnchantRate BlessednormalWeaponEnchantRate MaxSlosChars MaxSlotsDwarfs Enable or disable all commands Fix fast loading npc OlympiadRestoreStatsOnFightStart OlympiadSystemSecondTimeEnabled OlympiadEnterLast10Minute OlympiadThirdClassSummons MinLevelTrade AnnounceSubClassMsg1 AnnounceSubClassMsg2 AnnounceSubClassMsg3 LimitedSubClassRace NoSellItems Change ID SealStones for AA NoPrivateBuyItems NoDropPlayerOnDie DisableSkillEnchantData Show Level Mobs Show npc clan flag DespawnSummonEnBattle SummonPetEnBattle RideSummonPetEnBattle DitanceToTargetMove EnterWorld_Undying EnterWorld_UnHide BlockWhispMessagePlayerToGM UseItemsWithHide CriticalSkillDamageBonusPer=4.0 Disable SSQSystem OnCastle Siege End Use any dyes Buy halls directly in auctioneer without waiting for the auction, configuration to change the item you consume MensajeEnterWorldServer Command .hero enable/disable hero aura Config vip global chat character, chat by systemsg Soulshots: NoSendSystemMessageUse Panel //admin Global vote reward Agathions system Anti Interface, control all patch files by md5 Command .menu configurable, last restart, name, maxusers, privatestores Spawn protection activate deactivate consume items to activate  Activate or deactivate autoloot for vip characters EVENTS Happy Hour Event reworked Configurable by announcements or systemsg Team VS Team Capture The Flag Death Match Last Man Standing Destroy The Base Korean Style Castle Siege Check if the player is inside the tvt event due to disconnection/critical error Top 1/5 killer reward/announce TimeAfk ResetReuseSkills ResetBuffsOnFinish Firework effect Reward win/lost Add Team Location Title custom Red/blue Open Door/Wall System BalanceBishops Show kills in title Invest positions Show Death To Top Delete Non-Subclass Skills     RELOADS Reload Enterworld Html Option Reload Faction System Reload Donate Shop Reload OfflineBuffer Reload Champion NPC Reload CliExt Reload AntiBot Reload Vip System Reload Auction Reload AutoLoot Reload CastleSiegeManager Reload CharacterLock Reload ClanPvPStatus Reload AutoLearn Reload ClanReputationRank Reload ClanSystem Reload CreatureAction Reload Customs.ini Reload L2server.ini Reload SkillData.txt Reload doordata.txt Reload decodata.txt Reload Multisell Reload DropList   Extender tested for more than 3 years. Assured stability. Possibility of adding MOD's upon request. (Not included, consult).
    • some peoples trash is another mans treasure, is that your treasure?   people might like the content but you are still the rat in the room     thats the community judging you.  
    • Keep reselling what I publish here for free!!! 🙂 GG  
  • Topics

×
×
  • Create New...