ok bro thx
Printable View
ok bro thx
http://i.epvpimg.com/ykJEd.png
what about this problem
- - - Updated - - -
and this is my zend config for mysql
http://i.epvpimg.com/nExSc.png
- - - Updated - - -
Thanks Fixed with change Zend Server
- - - Updated - - -
about my id
can i do something in avatar tab like
One for Male and one for Female
There is any change log for the new version ?
Hey dude is possible if you can share the source code of the web item mall?
so if i didn't use the released program for web item mall , it wont work ?
You Can Add avatars male and female in same tab
- - - Updated - - -
Tab New & Best Work Now
you can add item with webmall editor
- - - Updated - - -
if you mean Fix Csro-r itemMall Program ..... WebSite Will Not Work
if you mean WebMall Editor ..... Web Site will Work But i made program to add item easy
why no one say the address in what ever exe to make this web item mall work -.-
i want the link for working zendserver or other program but i want 1 working 100% when i buy no item in itemstorage find !
Try this and report to me
*Note : Change the DB Names
Quote:
USE [SRO_Accountdb]
GO
/****** Object: StoredProcedure [dbo].[_BUY_WEB_MALL_ITEM] Script Date: 12/02/2015 04:46:26 م ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
;
ALTER PROCEDURE [dbo].[_BUY_WEB_MALL_ITEM]
@JID INT,
@package_id INT
AS
DECLARE @CodeName VARCHAR(128)
DECLARE @price INT
DECLARE @idx INT
DECLARE @refitemid INT
DECLARE @itemname VARCHAR(MAX)
DECLARE @quantity INT
IF (NOT EXISTS(SELECT *
FROM WEB_PACKAGE_ITEM
WHERE package_id = @package_id AND service = 1))
BEGIN
RETURN -1;
END
IF (NOT EXISTS(SELECT *
FROM WEB_PACKAGE_ITEM_DETAIL
WHERE package_id = @package_id))
BEGIN
RETURN -2;
END
IF (NOT EXISTS(SELECT *
FROM TB_User
WHERE JID = @JID))
BEGIN
RETURN -3;
END
SELECT
@CodeName = item_code,
@quantity = item_quantity
FROM WEB_PACKAGE_ITEM_DETAIL
WHERE package_id = @package_id
IF (NOT EXISTS(SELECT *
FROM SRO_SHARDDB.dbo._RefObjCommon
WHERE CodeName128 = @CodeName AND Service = 1))
BEGIN
RETURN -4;
END
SELECT @price = silk_price
FROM WEB_PACKAGE_ITEM
WHERE package_id = @package_id
SELECT
@refitemid = ID,
@itemname = NameStrID128
FROM SRO_SHARDDB.dbo._RefObjCommon
WHERE CodeName128 = @CodeName
INSERT INTO WEB_ITEM_GIVE_LIST VALUES
(@JID, 64, NULL, NULL, @CodeName, NULL, @itemname, 1, @price, 0, 0, 0, 0, 'WEB_MALL', 0, GETDATE(), NULL, NULL,
NULL)
SET @idx = @@IDENTITY
INSERT INTO SRO_SHARDDB.dbo._BuyCashItemList_By_Web
VALUES (@idx, @JID, 1, @itemname, 1, @refitemid, @quantity, GETDATE(), NULL, NULL, NULL, NULL, NULL, NULL)
CSro-r WebMall delete item code pls
and icon files and used icon files pls
New Version of Editor Added
You Can Delete items from mall
How does the "Add All item Mall items" function works? when I open the app, i can't use it(maybe I need a file from where to get the item mall items?) Or is there another way to add all the normal items in webmall? Mine is empty and so is the db table WEB_PACKAGE_ITEM