Jump to content

Control Panel Acp 3.5 Automated Php


Recommended Posts

Hey guys!
First, I make it clear that I do not speak English, I'm using Google Translator.
I noticed that some colleagues are trying to use a shared panel in some forums and this also called "ACP 3.5" someone whose nickname is "TheEngo".
Well. The panel previously posted here really have many problems.
I solved the problems I found and left to good use.
 
Note: I saw security flaw reports and etc .. not performed safety testing, for I am with scarce time due to work. Just added a basic security very quickly. I believe that with the basic security to POST, GET, SESSION, COOKIE, no longer allow much that apparently was vulnerable. But can go telling if they encounter a bug or vulnerability here and we can fix as soon as possible.
 
Additions:
Protection of basic global variables
Simplified installation (No need to change files manually)
Several fixes in the code (Just to make it functional)
Administration menu
Payment settings: Paypal and PagSeguro
voting system settings Rank200
Adding credits by management (credits used to purchase items and services)
Voting system: Rank200 100%.
Translation 99% (PT-BR - Google Translator)
 
Note: To get the ID, private key and public key Rank200, follow these steps.
1 - You must first register. Link: Click
2 - Login: Click
3 - Navigate to Control Panel -> Security Keys
 
I recorded two quick videos showing how to install and configure. Be sure to check.
Enjoy, and no doubt put there that can help so smoothly. ;)
 
Links Updated 07/20/2016 01:25:
 
 
 
Manuals:
 

Updates:
7/20/2016: Added support L2jDreamV2

Test environment:
Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.23
Apache/2.4.18 (Win32) OpenSSL/1.0.2e PHP/7.0.8
MySQL server version: 5.7.13-log

 
Credits
Creation: TheEngo
Resolutions: VelhoJack
 
Password:rank200
 
 
Soon be posting a very complete project itself here in the forum.
Edited by velhojack
  • Upvote 3
Link to comment
Share on other sites

Well only bug on that ACP it's that you can repeat vote reward system with tor browser i dont think that is has any injection errors , didnt checked this version but old is protected as i remember so this one should be too :) 
Nice installation video +1  :P

Link to comment
Share on other sites

  • 2 months later...

have english panel ?

Hello Friend!

Sorry, but the language is only Portuguese.
But I'm intending to develop a cool panel in English, Portuguese and perhaps a 2 languages.
 
Greetings!
Link to comment
Share on other sites

  • 2 months later...

Hi, I have translated this, but I've come across a bug when adding items via administration.

 

in admItems.php have:

 

  $selecao = '
  SELECT item_id, name FROM weapon
  UNION
  SELECT item_id, name FROM armor
  UNION
  SELECT item_id, name FROM etcitem ORDER BY name ASC LIMIT 5';
but missing sql for creating these tables (causing log error):

18:47:32 07/12/2016: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xxxxxxx.weapon' doesn't exist (ip.address)
of course xxxxxxx is my login server database with all acp_ tables

 

but missing weapon, armor, etcitem tables

Link to comment
Share on other sites

Hi, I have translated this, but I've come across a bug when adding items via administration.

 

in admItems.php have:

 

  $selecao = '
  SELECT item_id, name FROM weapon
  UNION
  SELECT item_id, name FROM armor
  UNION
  SELECT item_id, name FROM etcitem ORDER BY name ASC LIMIT 5';
but missing sql for creating these tables (causing log error):

18:47:32 07/12/2016: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xxxxxxx.weapon' doesn't exist (ip.address)
of course xxxxxxx is my login server database with all acp_ tables

 

but missing weapon, armor, etcitem tables

 

There is no table weapon in your database. so A you are using a wrong database ( maybe in configs there is 2 strings for a database 1 for the login and 1 for the game in case of hi5) or B your database dosen't have this table at all and you have to change the whole code 

Link to comment
Share on other sites

There is no table weapon in your database. so A you are using a wrong database ( maybe in configs there is 2 strings for a database 1 for the login and 1 for the game in case of hi5) or B your database dosen't have this table at all and you have to change the whole code

I understand that,

 

the way it was coded, it was trying to pull info from weapons, armor, and etcitem from the login database, which tells me he had those 3 tables as part of the acp sql setup.

 

which of course is not included in my login database let alone anyone's login database. If it were anywhere, it'd be put in the gameserver database for maybe some alternative like l2jfrozen or aCis.(I dont know, i don't use those)

 

I can change the code so that I can input an item id which would be more convenient, but if the code exists to pull info from a table he has created, I'd rather do that.

 

I should have added the last line of the code:

 

  $selecao = '
  SELECT item_id, name FROM weapon
  UNION
  SELECT item_id, name FROM armor
  UNION
  SELECT item_id, name FROM etcitem ORDER BY name ASC LIMIT 5';
  $splayer = $mysqlClientLoginServer->select($selecao,array());

This:

$splayer = $mysqlClientLoginServer->select($selecao,array());

 

makes no sense to me--why would any login database have these items unless it was specifically for a control panel like this

Edited by AstroGG
Link to comment
Share on other sites

  • 1 month later...
  • 4 months later...
  • 2 months later...
On 29.06.2017 at 1:08 AM, kalopc said:

how to get the administrator account ? i can login as user only

Set account lvl to 1. 

 

 

I have problem with paypal, when i try make donate i can pay normaly but i dont recive "virtual moneys" when payment is done. 

 

Anyone have this problem?

Link to comment
Share on other sites

  • 2 months later...
On 30/8/2017 at 3:26 AM, tomarow said:

Set account lvl to 1. 

 

 

I have problem with paypal, when i try make donate i can pay normaly but i dont recive "virtual moneys" when payment is done. 

 

Anyone have this problem?

its old share. have problems

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.



×
×
  • Create New...