Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Website PointBlank V42

Newbie Spellweaver
Joined
May 26, 2020
Messages
54
Reaction score
8
Hello everyone , i will share my site project
maybe someone needed

Base Template:
  • Goodgames HTML Template
  • AdminLTE 3 Template

Web Structure:
  • Main Web
  • Admin Web

Web Function:
1. Main Web
  • Login / Register (Manual & Google Register)
  • Player Panel / Change Password / Inventory Management
  • Redeem Code / Voucher (Realtime With API)
  • Webshop (Selection Buy Count) (Realtime With API)
  • Download Section
  • Player & Clan Rank

2. Admin Web
  • Create Account / Inventory / Details
  • News Management
  • Voucher & Manual Recharge
  • Redeem Code Management
  • All Events Managements
  • Realtime Ban System
  • Block Visitor (IP Address)

Other Features:
  • Restful API Function
  • Realtime Integrated With Server
  • Automatically Detect Server Condition (TCP Communication)
  • Switch (ONLINE / MAINTENANCE) Website Condition
  • Multiple Version Support (1.15.42 & 3.24.1801.1)
  • Custom Encryption Support

Configuration:
  • All Configuration Moved Into Config.php file

Required:
  • Google Lib
  • Codeigniter 3 Rest API Lib
  • Xampp Socket

Screenshot:




WebReview:



Tutorial:



Download:
- Site :

*) Note:
- This repository has been archived on Dec 12, 2023. It is now read-only.
 
Last edited:
Newbie Spellweaver
Joined
May 26, 2020
Messages
54
Reaction score
8
very useful
Thank you bro

Another Configuration Maybe Needed In:

"application/controller/player_rank.php" & "application/controller/clan_rank.php"

Do It Like Configure $config['base_url']
 
Newbie Spellweaver
Joined
Jan 14, 2021
Messages
6
Reaction score
1
Another Configuration Maybe Needed In:

"application/controller/player_rank.php" & "application/controller/clan_rank.php"

Do It Like Configure $config['base_url']


Firstly I want to thank you EyeTracker. I have a question. Where can I change the language?

and I have a problem in report system. I press the "Active Report" key and this is displayed.

[h=1]An Error Was Encountered[/h]The action you have requested is not allowed
 
Last edited:
Newbie Spellweaver
Joined
May 26, 2020
Messages
54
Reaction score
8
Firstly I want to thank you EyeTracker. I have a question. Where can I change the language?

and I have a problem in report system. I press the "Active Report" key and this is displayed.

An Error Was Encountered

The action you have requested is not allowed

You can change the language in "application/views"
if you getting notice "The action you have requested is not allowed", that because my site using csrf protection for protect the form. avoid from spamming data
 
Newbie Spellweaver
Joined
Jul 2, 2020
Messages
12
Reaction score
0
I have this error
[h=4]A PHP Error was encountered[/h]Severity: Warning
Message: mkdir(): Invalid path
Filename: drivers/Session_files_driver.php
Line Number: 136
Backtrace:
File: /home/adminroo/public_html/application/controllers/Home.php
Line: 14
Function: __construct
File: /home/adminroo/public_html/index.php
Line: 316
Function: require_once


Fatal error: session_start(): Failed to initialize storage module: user (path: ) in /home/adminroo/public_html/system/libraries/Session/Session.php on line 143
[h=4]A PHP Error was encountered[/h]Severity: Error
Message: session_start(): Failed to initialize storage module: user (path: )
Filename: Session/Session.php
Line Number: 143
Backtrace:

 
Last edited:
Newbie Spellweaver
Joined
May 26, 2020
Messages
54
Reaction score
8
I have this error
A PHP Error was encountered

Severity: Warning
Message: mkdir(): Invalid path
Filename: drivers/Session_files_driver.php
Line Number: 136
Backtrace:
File: /home/adminroo/public_html/application/controllers/Home.php
Line: 14
Function: __construct
File: /home/adminroo/public_html/index.php
Line: 316
Function: require_once


Fatal error: session_start(): Failed to initialize storage module: user (path: ) in /home/adminroo/public_html/system/libraries/Session/Session.php on line 143
A PHP Error was encountered

Severity: Error
Message: session_start(): Failed to initialize storage module: user (path: )
Filename: Session/Session.php
Line Number: 143
Backtrace:


Are you deleting "cache" folder?
do not delete any folder or file inside "Application"
 
Newbie Spellweaver
Joined
Jul 2, 2020
Messages
12
Reaction score
0
I didn't delete any folders. Had to enable that change o$config['sess_save_path'] = NULL; from null to 'true' and then it worked! But now I have the following error. Whenever I try to enter the player-panel or admin panel, it redirects me to the Not Found 404 page. I need help!
 
Newbie Spellweaver
Joined
May 26, 2020
Messages
54
Reaction score
8
I didn't delete any folders. Had to enable that change o$config['sess_save_path'] = NULL; from null to 'true' and then it worked! But now I have the following error. Whenever I try to enter the player-panel or admin panel, it redirects me to the Not Found 404 page. I need help!

for logged in into admin panel / moderator panel, you should login to main site first and access the admin panel from player panel menu
 
Initiate Mage
Joined
Jun 18, 2021
Messages
4
Reaction score
0
How to use this? Does this have a required source/udp server? cuz mine is not working it gives me an error, sorry im still noob.

 
Last edited:
Newbie Spellweaver
Joined
May 26, 2020
Messages
54
Reaction score
8
UPDATED

Now, this site can be found at
list of update features can be found in
 
Newbie Spellweaver
Joined
Sep 27, 2021
Messages
6
Reaction score
0
Even though the configuration is correct, what is the cause of this, bro?
Z5HdptL - Website PointBlank V42 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
May 26, 2020
Messages
54
Reaction score
8
Even though the configuration is correct, what is the cause of this, bro?
Z5HdptL - Website PointBlank V42 - RaGEZONE Forums

Allprotect is protector library, that already autoload in start.
even you got this error, maybe you do something with the code and yaa, got this error
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 27, 2021
Messages
6
Reaction score
0
I am got your code website from github and me edit Application > Config > Config.php ( $config['base_url'] = 'using_my_domain_server';
& Edit Application > Config.php > edited Config database to my PgSQL Server using your Database name darkblowV42.sql in your Archive
Besides that, there is no changing any code anymore :D

Thanks For your help



Actually I just wanted to take part of the admin panel because it was really cool when you showed it to me hahaha:eek:tt:
 
Initiate Mage
Joined
Jul 1, 2022
Messages
3
Reaction score
0
i have erorr

[h=4]An uncaught Exception was encountered[/h]Type: Error
Message: Call to undefined function pg_connect()
Filename: C:\xampp\htdocs\system\database\drivers\postgre\postgre_driver.php
Line Number: 154
Backtrace:
File: C:\xampp\htdocs\application\controllers\Home.php
Line: 14
Function: __construct

File: C:\xampp\htdocs\index.php
Line: 291
Function: require_once
 
Newbie Spellweaver
Joined
Jul 15, 2021
Messages
12
Reaction score
0
u have to edit php.ini


uncheck ;
extension=pdo_pgsql
extension=pdo_sqlite
extension=pgsql
and it will be fixed
 
Back
Top