Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 16:07

  • 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.

Reply
 
Old   #1




 
Ghost Informatics's Avatar
 
elite*gold: 6190
Join Date: Sep 2014
Posts: 347
Received Thanks: 934
Revox Project By RevolutionTeam

Introduction

After a lot of requests about Rappelz cashshop We decided to make a public one free to use by everyone .

Revox Project is a shop written by our team with PHP,SQLSRV,MySQL Also we used free bootstrap templates from google.

The shop come with Admin Portal (you can delete it) also it work from inside the game only , You need to install MySQL server (I will not go into details)
also you need to install PHP with SQLSRV Drivers .

Note* The shop works only with our databases that released with 9.4 files i wont help any one or answer anyone who not using our Databases because it wont work at all .




The Intallation
First you need to excute this SQL Query in your SQLServer to make the shop smp

http://room.rappelz.ae/Files/smp.txt

After setting the MySQL server you need to open the SQL folder that included with the Shop archive and excute the sql files inside the MySQL server using Navicat , Then You need to edit the Config.php and the Admin/Config.php, Put all your correct MySQL & SQLserver connection information.
  • When you add a new item the item goes to the MySQL database,
  • When the player buy a new item the item will go to the BILLING database,
  • The point table is inside the Auth database ,


Also we used the ajax inside the admin portal so you can select items easily what you need to do is just write the first 3 words from the item or player name .
Inside the images folder you'll find jpg archive file you need to extract it because this is the icons folder.
All the charge functions are working and tested everything is tested many times , You can add auto charge by paypal (when the player pay the point will come Automatically to his account).

When you add a new item the shop will ask you for a description if you left it empty the shop will import the details from the stringresource table
also there's a random item option in the admin portal this option will allow you to add offer with random rate for example God Mother Fairy's Bottle if you bought the offer you will get a random number 200 or 500 or 1000 you can select the counts from the Admin portal.

The shop is fully clean from any bugs but if you found anything wrong let me know so i can fix it .

Also the shop is contain our copyrights , We worked for a days to provide this shop for you for free but you can buy one from any Amateur programmer for more than 100$ without copyrights but all what we asks for is don't delete the copyrights.


If you didn't know how to set up the iis drivers check this post ~HERE~

Some Screens from the shop



Download

Download on GitHub

https://github.com/ham999dy/Revox-Project

Ghost Informatics is offline  
Thanks
19 Users
Old 04/02/2018, 16:56   #2
 
Wael™'s Avatar
 
elite*gold: 415
Join Date: Nov 2011
Posts: 91
Received Thanks: 19
omg xD Ghost you are the best
i send you a msg take a look at it
thx <3
Wael™ is offline  
Old 04/02/2018, 19:51   #3
 
Min@to's Avatar
 
elite*gold: 0
Join Date: Jun 2014
Posts: 88
Received Thanks: 12
Talking

OMG
Thank's a Lot for providing the files for the Shop...

***///\\\***

Hello,
if u try to execute this SQL Query in your SQLServer to make the shop smp and get that Problem :


u need just to Add " GO " After this line :

PHP Code:
use [Telecaster

now u'r problem is Fixed :


i Get that message :

PHP Code:
Msg 2714Level 16State 3Procedure shop_loginLine 7
There is already an object named 
'shop_login' in the database

'cuz i'm already Executed SQLQuery...

Cy@
Min@to is offline  
Thanks
1 User
Old 04/02/2018, 21:23   #4




 
Ghost Informatics's Avatar
 
elite*gold: 6190
Join Date: Sep 2014
Posts: 347
Received Thanks: 934
Quote:
Originally Posted by Min@to View Post
OMG
Thank's a Lot for providing the files for the Shop...

***///\\\***

Hello,
if u try to execute this SQL Query in your SQLServer to make the shop smp and get that Problem :


u need just to Add " GO " After this line :

PHP Code:
use [Telecaster

now u'r problem is Fixed :


i Get that message :

PHP Code:
Msg 2714Level 16State 3Procedure shop_loginLine 7
There is already an object named 
'shop_login' in the database

'cuz i'm already Executed SQLQuery...

Cy@

It's simple , Just replace the CREATE with ALTER so it will be like this

ALTER procedure [dbo].[shop_login]


and do it one time only.
Ghost Informatics is offline  
Thanks
2 Users
Old 04/02/2018, 22:44   #5
 
Min@to's Avatar
 
elite*gold: 0
Join Date: Jun 2014
Posts: 88
Received Thanks: 12
i try it the Store into my localhost but i get that Message : [200]The System has some error, Please contact with Administrator!

N.B : I'm using the Db's from u'r Files 9.4
Min@to is offline  
Old 04/02/2018, 22:59   #6




 
Ghost Informatics's Avatar
 
elite*gold: 6190
Join Date: Sep 2014
Posts: 347
Received Thanks: 934
Quote:
Originally Posted by Min@to View Post
i try it the Store into my localhost but i get that Message : [200]The System has some error, Please contact with Administrator!

N.B : I'm using the Db's from u'r Files 9.4
Open your config and set the error display to true , And make sure that you have installed the sqlsrv drivers also make sure your connection information for the sql server & MySQL is correct after you set the display errors to true let me know the result
Ghost Informatics is offline  
Thanks
1 User
Old 04/02/2018, 23:51   #7
 
Min@to's Avatar
 
elite*gold: 0
Join Date: Jun 2014
Posts: 88
Received Thanks: 12
Quote:
Originally Posted by Ghost Informatics View Post
Open your config and set the error display to true , And make sure that you have installed the sqlsrv drivers also make sure your connection information for the sql server & MySQL is correct after you set the display errors to true let me know the result
I did what u say but it's Still the same :/

IMG's :





Min@to is offline  
Old 04/03/2018, 00:02   #8




 
Ghost Informatics's Avatar
 
elite*gold: 6190
Join Date: Sep 2014
Posts: 347
Received Thanks: 934
Quote:
Originally Posted by Min@to View Post
I know your problem, you need to turn on the PDO MySQLi and PDO SQLSRV
Ghost Informatics is offline  
Thanks
2 Users
Old 04/03/2018, 02:24   #9
 
Min@to's Avatar
 
elite*gold: 0
Join Date: Jun 2014
Posts: 88
Received Thanks: 12
Quote:
Originally Posted by Ghost Informatics View Post
I know your problem, you need to turn on the PDO MySQLi and PDO SQLSRV
How can i turn it on ?!!
Min@to is offline  
Old 04/03/2018, 12:06   #10




 
Ghost Informatics's Avatar
 
elite*gold: 6190
Join Date: Sep 2014
Posts: 347
Received Thanks: 934
Quote:
Originally Posted by Min@to View Post
How can i turn it on ?!!
You need to download the DLL drivers if your php version is 7 for example you need php_pdo_mysqli_*.dll for php 7 and php_pdo_sqlsrv_*.dll for php7

this links maybe help you

https://docs.microsoft.com/en-us/sql...php-sql-driver

https://stackoverflow.com/questions/...erv-on-windows

Working with PDO extensions on IIS | IIS Aid
Ghost Informatics is offline  
Thanks
2 Users
Old 04/03/2018, 13:58   #11

 
アルカード's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 992
Received Thanks: 391
thanks for your release,keep it going!!! <3
アルカード is offline  
Old 04/03/2018, 14:26   #12
 
InkDevil's Avatar
 
elite*gold: 0
Join Date: Sep 2015
Posts: 594
Received Thanks: 1,188
#Added to Collection-Thread in "Server File" Section...because I'm unsure where else it would fit better. (guess nobody would search in "scripts")
Anyway, looks nice
InkDevil is offline  
Thanks
3 Users
Old 04/03/2018, 21:51   #13
 
Min@to's Avatar
 
elite*gold: 0
Join Date: Jun 2014
Posts: 88
Received Thanks: 12
Quote:
Originally Posted by Ghost Informatics View Post
You need to download the DLL drivers if your php version is 7 for example you need php_pdo_mysqli_*.dll for php 7 and php_pdo_sqlsrv_*.dll for php7

this links maybe help you





Ghost Thank's a lot, Now everything is working perfectly :


Again thank you

**//\\**

i have one more question : how can i add the store to the client...
Min@to is offline  
Old 04/03/2018, 22:10   #14
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,462
It is a setting in your gameserver.opt

Code:
S game.url_list:guild_icon_upload.ip|10.71.1.2|guild_icon_upload.port|4615|guild.url|http://10.71.1.2:80/|guild_test_download.url|gicons/|web_download|10.71.1.2|web_download_port|0|shop.url|http://10.71.1.2:80/item_shop/
Make sure to set it for your stuff.

I'm still stuck on the PHP driver stuff not working for me yet
ThunderNikk is offline  
Thanks
2 Users
Old 04/03/2018, 22:31   #15
 
thefear511's Avatar
 
elite*gold: 0
Join Date: Nov 2012
Posts: 920
Received Thanks: 234
Quote:
Originally Posted by Min@to View Post
Ghost Thank's a lot, Now everything is working perfectly :


Again thank you

**//\\**

i have one more question : how can i add the store to the client...
change the link of cash shop in gameserver.opt to the desired cash shop.
thefear511 is offline  
Thanks
1 User
Reply

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
http://iupcloud.com/uploads/1435013353911.jpg Hello every body.. today we will release 7.2 server files full without any problem i see some people who have 7.2 files they satart to sell it:confused: so the files now free for all but just don't delete our Copyrights from the files..
[Release]9.3 Official Files ~RevolutionTeam
10/22/2018 - Rappelz Private Server - 12 Replies
http://s02.arab.sh/i/00088/u2n9hppf8qcc.png Introduction Today I'm glad to provide you the Full official 9.3 files (with our fixes) The files was taken from the Arabic live 9.3 server after hard work you will find in the release the RDU files (use them only if you want to get the files back like the official in 10/06/2016 ) we fixed a lot of problems and bugs in the files .
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 +2. The time now is 16:07.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.