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!

GS WebPanel (full features)

Experienced Elementalist
Joined
May 28, 2020
Messages
237
Reaction score
91
Hi i would like to share this little fix of mine.. PHP Version : 5.6.9 i couldn't find php_mssql.php but i found alternative maybe someone is having the same problem like me so here is my semi fix panel working login / itemshop / news / status / recharge but no admin panel

i use SQLSRV Module for php 5.6.9

Here is the link for the module :

LINK FOR PANEL :

THANKS TS FOR THE SHARE HOPE SOMEONE COULD MODIFY THIS AND FULLY FIXED THE PANEL :D MORE POWER RAGEZONE.

PANEL SCREENSHOTS
AIt93Cu - GS WebPanel (full features) - RaGEZONE Forums
3QG72iL - GS WebPanel (full features) - RaGEZONE Forums
0hYP7NP - GS WebPanel (full features) - RaGEZONE Forums
95t2xKM - GS WebPanel (full features) - RaGEZONE Forums

PS : I TEST THE ITEMSHOP ONLY VIA ONLINE AND CHECK THE DATABASE IF IT'S STORING DATA AND NOT IN GAME.. SO PLEASE TRY IT IN GAME SO I COULD KNOW IF IT HAS A PROBLEM OR NOT. THANKS A LOT.
good for ppl who don't have extension 5.2 php.
to add item shop list on homepage "new items" replace with this function
PHP:
<ul class="gallerylist">             
               <table><? include_once("includes/All2.php"); ?></table>
you need to make a copy of all.php and rename it all2.php . change value
PHP:
$limit = 10;                                 //how many items to show per page    
$page = $_GET['page'];    
if($page)        
        $start = ($page - 0) * $limit;             //first item to display on this page    
else        
        $start = 10;
to
PHP:
$limit = 4;                                 //how many items to show per page    
$page = $_GET['page'];    
if($page)         
        $start = ($page - 0) * $limit;             //first item to display on this page    
else        
        $start = 4;

if you want to remove navigation next/previous page, delete from line 75 "$pagnation" to line 163.


shoplist - GS WebPanel (full features) - RaGEZONE Forums



for who can't access admin panel add this View attachment admin_panel.rar
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Mar 10, 2011
Messages
229
Reaction score
50
good for ppl who don't have extension 5.2 php.
To add item shop list on homepage "new items" replace with this function
PHP:
<ul class="gallerylist">             
               <table><? Include_once("includes/all2.php"); ?></table>
you need to make a copy of all.php and rename it all2.php . Change value
PHP:
$limit = 10;                                 //how many items to show per page    
$page = $_get['page'];    
if($page)        
        $start = ($page - 0) * $limit;             //first item to display on this page    
else        
        $start = 10;
to
PHP:
$limit = 4;                                 //how many items to show per page    
$page = $_get['page'];    
if($page)         
        $start = ($page - 0) * $limit;             //first item to display on this page    
else        
        $start = 4;

if you want to remove navigation next/previous page, delete from line 75 "$pagnation" to line 163.


View attachment 169508



for who can't access admin panel add this View attachment 169509

Request for full admin panel this one is only functions.. i think.. :D
 
Last edited:
Junior Spellweaver
Joined
Apr 10, 2020
Messages
181
Reaction score
6

anyone can help tnx in advance
 
Initiate Mage
Joined
Dec 4, 2019
Messages
22
Reaction score
1
EmpireZ - GS WebPanel (full features) - RaGEZONE Forums
How to fix no login. I use Xampp
EmpireZ - GS WebPanel (full features) - RaGEZONE Forums
EmpireZ - GS WebPanel (full features) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Jan 15, 2021
Messages
15
Reaction score
5
which webhosting site do you use for the cPanel?



When I say cPanel. I meant the webhosting cPanel not the Ran Online Webpanel.
 
Junior Spellweaver
Joined
Jul 3, 2018
Messages
121
Reaction score
8
any idea about this

Connection with SQL Server failed! Error #119

i already setup database. odbc
and this is my config

$web['dbhost'] = 'NS558675\SQLEXPRESS';

$web['database'] = 'RanUser';

$web['dbuser'] = 'sa';

$web['dbpassword'] = 'R@nGs2o21';

im using webhost with 5.2 php still no luck. any help
 
Initiate Mage
Joined
Mar 4, 2021
Messages
66
Reaction score
7
What did I miss config or something, I cannot see where did we connect DB?

PHP Notice: Undefined variable: web in C:\inetpub\wwwroot\index.php on line 69
PHP Warning: mssql_query() [<a href='function.mssql-query'>function.mssql-query</a>]: Unable to connect to server: (null) in C:\inetpub\wwwroot\index.php on line 171
PHP Warning: mssql_query() [<a href='function.mssql-query'>function.mssql-query</a>]: A link to the server could not be established in C:\inetpub\wwwroot\index.php on line 171
PHP Warning: mssql_fetch_array(): supplied argument is not a valid MS SQL-result resource in C:\inetpub\wwwroot\index.php on line 173
PHP Notice: Undefined variable: db in C:\inetpub\wwwroot\index.php on line 359
PHP Fatal error: Call to a member function Execute() on a non-object in C:\inetpub\wwwroot\index.php on line 359
 
Initiate Mage
Joined
Jan 14, 2021
Messages
33
Reaction score
18
Thanks EmpireZ anyway I was try and error for whole week and finally is make
keep see the post and double check my error.
Now I just wonder how to go to adminpanel since you have share the adminpanel.rar but have no idea how it work.
Can you give some tips?
Thank for guys that sharing those useful information.Sorry so my bad english and grammer.

58fFqct - GS WebPanel (full features) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Banned
Banned
Joined
May 7, 2021
Messages
35
Reaction score
1
anyone how to fix this? Fatal error: Call to undefined function sqlsrv_connect() in C:\xampp\htdocs\includes\web.php on line 25
 
Junior Spellweaver
Joined
Jul 3, 2018
Messages
121
Reaction score
8
can someone help me. how to fix gmc now.. before its working but when i update database for the website.. gmc not working now.. can someone send some tutorial to fix it.. thanks
 
Junior Spellweaver
Joined
Mar 10, 2011
Messages
179
Reaction score
11
Sir EmpireZ can you help me? Im getting this error:
Code:
Web database loading failed! Error #118
GaqeNdZ - GS WebPanel (full features) - RaGEZONE Forums


Im using xampp & php 5.2
edit: found it & fixed.
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Dec 4, 2019
Messages
22
Reaction score
1
Anyone can share screenshot for shopitemmap. I cant Add item on panel.
thx
 
Back
Top