- Joined
- May 3, 2008
- Messages
- 1,390
- Reaction score
- 7
Updates:
Updated the guide 09/18/08
Well, The RanShop.bak is from me, well, I haven't made that not because of sir strippher
the Item Sending using PHP Script is from Programmer27 and Shared by Reinfrooze of PDF.
NOTE: OFF your Server TO MAke the EXECUTION QUICK!
IT's NOT on the TIME But errors will come if your server is on
Okay Back to the Topic,
First Download These:
To view the content, you need to sign in or register
To view the content, you need to sign in or register
Second Put the Sending Items PHP Script
on your Web Server (Abyss is default)
Put it on ur cp let's say = C

Third Open the php 'open.php' and open2.php'
edit the "192.168.x.x(to mycomputer\sqlexpress)", "sa", "1234"
and open your 'glogic.rcc from your client'
extract it, decrypt it put it on your web server, edit the name to itemstrtable
Fourth Put this on ur Query.php
Code:
DEFINE("INSERT_SHOPITEMS",
"INSERT INTO ShopItemMap (ProductNum, ItemMain, ItemSub, ItemName,
ItemList) VALUES ('%d','%d','%d','%s','1')");
Fifth is to apply my RAnShop.bak on ur RanShop
Sixth is to Go to
To view the content, you need to sign in or register
Then Find the item you want, After Doing So, Open
To view the content, you need to sign in or register
then put on the Product Num the 'code' of your item desired. (Characters of the Account your Giving must be offline)Then login-in-game.
good luck, I have edit the guide
Open Bank, Den Ta Da!
-Seraph
Credits:
Reinfrooze
Programmer27
Sir Strippher
Me? or no? Your Idea or choice,
if you wanna put me here, kindly post!

FAQZ
Programmer27 said:Warning: mssql_query(): message: Cannot insert explicit value for identity column in table 'ShopPurchase' when IDENTITY_INSERT is set to OFF. (severity 16) in C:\Program Files\Abyss Web Server X2 v 2.5\htdocs\itempass\mark.php on line 85
explicit identity error will only occur if you have used ur primary key in an explicit way.
to solve this problem you must remove the authority as primary key to the primary key field in your ShopPurchase table of ur database, JUST REMOVE. (dont delete the whole filed)
thus, removing the authority as primary key will make you use that field explicitly. just right click the field and remove primary key click ok or confirm
strippher said:on the original mark.php and mar2.php if im not mistaken, the script is creating the unique purkey key, try editing the PurKey in ur sql to autoincrement and remove the
on ur mark.php or mark2.php
$Pname = rand(1, 99999999); <<< not to be use anymore
$queryinsert = sprintf('INSERT INTO ShopPurchase (UserUID, ProductNum, PurPrice) << b4 i think $pname is included here...
VALUES("%s", "%s","%s")', $User,$Product,$Harga); and here...
hope it helps...
Last edited: