Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 15:53

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Revox Project By RevolutionTeam

Discussion on Revox Project By RevolutionTeam within the Rappelz Private Server forum part of the Rappelz category.

Closed Thread
 
Old 09/01/2021, 12:44   #76
 
ilyaslord36's Avatar
 
elite*gold: 0
Join Date: Oct 2012
Posts: 297
Received Thanks: 12
Quote:
Originally Posted by harmbasi View Post
I was looking for something similar but didn't get anywhere. I found my own solution. I ended up adding a scroll bar instead of page numbers.

To do this, you need to modify the index.tpl file in the viewer folder for the screen you are trying to edit.

Find this code in the index.tpl, it's close to the top.

Code:
    <aside id="left">
        <article>
            <ul id="left_menu">
                <li><a href="<?= URL ?>?go=supplies&type=general_supplies"><img src="img/bullet.png">General Supplies</a><p></p></li>
                <li><a href="<?= URL ?>?go=supplies&type=general_summon"><img src="img/bullet.png">Summon Supplies</a><p></p></li>
            </ul>
        </article>                   
    </aside>
    <div id="bodyOrignal">
        <div class="row">
Change "<div id="bodyOriginal"> to:

Code:
    <aside id="left">
        <article>
            <ul id="left_menu">
                <li><a href="<?= URL ?>?go=supplies&type=general_supplies"><img src="img/bullet.png">General Supplies</a><p></p></li>
                <li><a href="<?= URL ?>?go=supplies&type=general_summon"><img src="img/bullet.png">Summon Supplies</a><p></p></li>
            </ul>
        </article>                   
    </aside>
    <div id="bodyOrignal" style="width: 530px;height: 420px; overflow: scroll;>
        <div class="row">
This is the result in game:

No not about style:{overflow : scroll ;} in style
I means link the index.tpl to [ paginnations of pages ]
1 next page > 2.3.4.5.6.>> last page
ilyaslord36 is offline  
Old 09/29/2021, 02:06   #77
 
elite*gold: 0
Join Date: Dec 2016
Posts: 4
Received Thanks: 0
Question

Hi! Sorry for bumping such old thread, but I have some issue with this shop. I've installed it and configured, Admin tool opens fine, but I can't access shop in-game. When I open it, I see empty screen and category tabs:

But when I click on any of displayed tabs, I get `Please Open inside Clinet !` message:

For referrence: I'm using XAMPP for hosting shop,
php version: 7.2.34
MS SQL Server: 2019
MySQL Version: 10.4.14-MariaDB
Server Files from this thread:

There is `Notice` from PHP in logs, no other error messages or smth:
FrostFire2016 is offline  
Old 10/02/2021, 21:16   #78
 
elite*gold: 0
Join Date: Mar 2009
Posts: 136
Received Thanks: 155
Quote:
Originally Posted by FrostFire2016 View Post
Hi! Sorry for bumping such old thread, but I have some issue with this shop. I've installed it and configured, Admin tool opens fine, but I can't access shop in-game. When I open it, I see empty screen and category tabs:

But when I click on any of displayed tabs, I get `Please Open inside Clinet !` message:

For referrence: I'm using XAMPP for hosting shop,
php version: 7.2.34
MS SQL Server: 2019
MySQL Version: 10.4.14-MariaDB
Server Files from this thread:

There is `Notice` from PHP in logs, no other error messages or smth:
It's empty by default. You have to add the items in. Use the admin site to add the items to the menus.
harmbasi is offline  
Old 10/02/2021, 21:24   #79
 
ilyaslord36's Avatar
 
elite*gold: 0
Join Date: Oct 2012
Posts: 297
Received Thanks: 12
can you help me to link the store with pagination of pages
Page > page next > 1.2.3.4.5 >> last page not scrollverflow; in style
Plz help me
ilyaslord36 is offline  
Old 10/03/2021, 00:02   #80
 
elite*gold: 0
Join Date: Dec 2016
Posts: 4
Received Thanks: 0
Quote:
Originally Posted by harmbasi View Post
It's empty by default. You have to add the items in. Use the admin site to add the items to the menus.
Hi! Thank you for your answer, but that's not my issue, my issues is: After any redirect attempt (Change tab, tap on `View Details` if item is in Offer tab and is displayed after store opening), I receive "Please Open inside Clinet !` error, although I'm already accesing via client.
FrostFire2016 is offline  
Old 02/12/2022, 20:48   #81
 
elite*gold: 0
Join Date: Mar 2009
Posts: 136
Received Thanks: 155
I have a new weird issue. Everything has been working fine. I can still add/ edit items. But now on the Admin site, it won't search for items:
ie. I type in "Stam" no selection items appear for me to select the item

I can only enter item ID's. It was so easy with the search function. I even tried copying over a fresh Admin folder and only copied over my config file. Still same issue.
harmbasi is offline  
Old 02/17/2022, 01:12   #82


 
Ghost Informatics's Avatar
 
elite*gold: 6190
Join Date: Sep 2014
Posts: 349
Received Thanks: 953
Quote:
Originally Posted by harmbasi View Post
I have a new weird issue. Everything has been working fine. I can still add/ edit items. But now on the Admin site, it won't search for items:
ie. I type in "Stam" no selection items appear for me to select the item

I can only enter item ID's. It was so easy with the search function. I even tried copying over a fresh Admin folder and only copied over my config file. Still same issue.
Did you change anything in the databases?

You can find the search Query/File in

So make sure you did not change anything in your Itemresource nor your StringResource, if your StringResource in English, then you search in English.. and so on.
Ghost Informatics is offline  
Old 02/17/2022, 18:30   #83
 
elite*gold: 0
Join Date: Mar 2009
Posts: 136
Received Thanks: 155
Quote:
Originally Posted by Ghost Informatics View Post
Did you change anything in the databases?

You can find the search Query/File in

So make sure you did not change anything in your Itemresource nor your StringResource, if your StringResource in English, then you search in English.. and so on.

Figured it out. For some reason when I used an external IP the admin functions worked correctly for a bit. Now I changed the admin site to localhost and now it works again. Thanks.
harmbasi is offline  
Old 11/10/2022, 18:12   #84
 
ilyaslord36's Avatar
 
elite*gold: 0
Join Date: Oct 2012
Posts: 297
Received Thanks: 12
plz can any one help me to add pagination pages like this > page next > 1.2.3.4.5 >> last page of all items inside tags (General Supplies, General summon, ...etc)

i found this functions SelectW and SelectWhere but I do not know what to do


function SelectW($table, $array, $limit = 9) {
try{
$parts = array();
foreach ($array as $key => $value) {
$parts[] = "`" . $key . "` = '" . $value . "'";
}
$sth = $this->dbMySql->prepare("SELECT * FROM `$table` WHERE $where" . implode(" AND ", $parts). "LIMIT $limit");
$sth->setFetchMode(PDO::FETCH_ASSOC);
$sth->execute();
$data = $sth->fetchAll();
return $data;
} catch (Exception $ex) {
if(DEV_MODE === true){
echo "The Error : " . $ex->getMessage() . "<br />";
echo "The Error in : " . $ex->getFile() . "<br />";
echo "Line : " . $ex->getLine() . "<br />";
} else {
echo "[1002]The System has some error, Please contact with Administrator!";
}
die;
}

}

function SelectWhere($table, $where, $limit = 3) {
try {
$sth = $this->dbMySql->prepare("SELECT * FROM $table WHERE $where LIMIT $limit");
$sth->setFetchMode(PDO::FETCH_ASSOC);
$sth->execute();
$data = $sth->fetchAll();
return $data;
} catch (Exception $ex) {
if(DEV_MODE === true){
echo "The Error : " . $ex->getMessage() . "<br />";
echo "The Error in : " . $ex->getFile() . "<br />";
echo "Line : " . $ex->getLine() . "<br />";
} else {
echo "[1003]The System has some error, Please contact with Administrator!";
}
die;
}
}

plzz any help ?
ilyaslord36 is offline  
Closed Thread

Tags
cash, item, php, rappelz, shop


Similar Threads Similar Threads
[Release] Official 7.2 Server Files-RevolutionTeam
05/29/2023 - Rappelz Private Server - 38 Replies
NULLED
[Release]9.3 Official Files ~RevolutionTeam
10/22/2018 - Rappelz Private Server - 12 Replies
NULLED
GamePower7 Hacked by RevolutionTeam
05/04/2016 - Rappelz Private Server - 12 Replies
How is everybody i hope you all good :) as you see in this video https://www.youtube.com/watch?v=FXcpzJv7UvI skype's account for the ex-CEO of GamePower7 Hacked
[Project] New Private Server Project
12/04/2008 - CO2 Private Server - 25 Replies
yo im fireblaze new in co private servers old in c# i started on epvp because of the conquer section later i found out that there is a private server section to and i downloaded a source and saw that it is a c# source (a language that i know) i tryed to get connected to some private servers but it failed:p well the servers failed to keep the server online. my plan is this, i never know that private servers of conquer where possible (yeah i readed something on the internet about it and...



All times are GMT +1. The time now is 15:56.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.