GS WebPanel (full features)

Experienced Elementalist
Joined
May 28, 2020
Messages
237
Reaction score
91
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.






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

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

anyone can help tnx in advance
 
Newbie Spellweaver
Joined
Dec 4, 2019
Messages
22
Reaction score
1
How to fix no login. I use Xampp
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
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
123
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
 
Newbie Spellweaver
Joined
Mar 4, 2021
Messages
68
Reaction score
7
What did I miss config or something, I cannot see where did we connect DB?

 
Newbie Spellweaver
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.

 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 25, 2018
Messages
62
Reaction score
2
thanks its working , this panel support md5?
 
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
 
Banned
Banned
Joined
May 7, 2021
Messages
35
Reaction score
1
how to fix this?
 
Junior Spellweaver
Joined
Jul 3, 2018
Messages
123
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


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

Attachments

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