CSro-r WebMall Full Site

Page 4 of 8 FirstFirst 12345678 LastLast
Results 46 to 60 of 110
  1. #46
    Apprentice Mydom is offline
    MemberRank
    Feb 2012 Join Date
    21Posts

    Re: CSro-r WebMall Full Site

    ok bro thx

  2. #47
    Valued Member MikroTekken is offline
    MemberRank
    Aug 2014 Join Date
    145Posts

    Re: CSro-r WebMall Full Site


    what about this problem

    - - - Updated - - -

    and this is my zend config for mysql



    - - - Updated - - -

    Quote Originally Posted by MikroTekken View Post

    what about this problem

    - - - Updated - - -

    and this is my zend config for mysql

    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

  3. #48
    (⌐■_■) NourAyman is offline
    MemberRank
    Feb 2012 Join Date
    Behind you :PLocation
    683Posts

    Re: CSro-r WebMall Full Site

    There is any change log for the new version ?

  4. #49
    Enthusiast BioFlame is offline
    MemberRank
    Mar 2013 Join Date
    26Posts

    Re: CSro-r WebMall Full Site

    Hey dude is possible if you can share the source code of the web item mall?

  5. #50
    $WeGs karemsame is offline
    MemberRank
    Feb 2012 Join Date
    public voidLocation
    220Posts

    Re: CSro-r WebMall Full Site

    Quote Originally Posted by BioFlame View Post
    Hey dude is possible if you can share the source code of the web item mall?
    Webmall program is only to add lines in db if you good in C# you can do it easy

  6. #51
    Account Upgraded | Title Enabled! saxz is offline
    MemberRank
    Jul 2010 Join Date
    1,293Posts

    Re: CSro-r WebMall Full Site

    so if i didn't use the released program for web item mall , it wont work ?

  7. #52
    Enthusiast afatarx is offline
    MemberRank
    Mar 2012 Join Date
    28Posts

    Re: CSro-r WebMall Full Site

    Quote Originally Posted by MikroTekken View Post

    what about this problem

    - - - Updated - - -

    and this is my zend config for mysql



    - - - 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
    You Can Add avatars male and female in same tab

    - - - Updated - - -

    Quote Originally Posted by NourAyman View Post
    There is any change log for the new version ?
    Tab New & Best Work Now

    you can add item with webmall editor


    - - - Updated - - -

    Quote Originally Posted by saxz View Post
    so if i didn't use the released program for web item mall , it wont work ?
    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

  8. #53
    Account Upgraded | Title Enabled! saxz is offline
    MemberRank
    Jul 2010 Join Date
    1,293Posts

    Re: CSro-r WebMall Full Site

    why no one say the address in what ever exe to make this web item mall work -.-

  9. #54
    Account Upgraded | Title Enabled! CoderWaxy is offline
    MemberRank
    Aug 2012 Join Date
    Russia, SPBurgLocation
    315Posts

    Re: CSro-r WebMall Full Site

    i want the link for working zendserver or other program but i want 1 working 100% when i buy no item in itemstorage find !

  10. #55
    $WeGs karemsame is offline
    MemberRank
    Feb 2012 Join Date
    public voidLocation
    220Posts

    Re: CSro-r WebMall Full Site

    Quote Originally Posted by CoderWaxy View Post
    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


    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)

  11. #56
    Apprentice Mydom is offline
    MemberRank
    Feb 2012 Join Date
    21Posts

    Re: CSro-r WebMall Full Site


  12. #57
    Enthusiast afatarx is offline
    MemberRank
    Mar 2012 Join Date
    28Posts

    Re: CSro-r WebMall Full Site

    Quote Originally Posted by Mydom View Post
    You can't open page from normal Browser....Page Protected (Token Key)

  13. #58
    Apprentice Mydom is offline
    MemberRank
    Feb 2012 Join Date
    21Posts

    Re: CSro-r WebMall Full Site

    CSro-r WebMall delete item code pls
    and icon files and used icon files pls

  14. #59
    Enthusiast afatarx is offline
    MemberRank
    Mar 2012 Join Date
    28Posts

    Re: CSro-r WebMall Full Site

    New Version of Editor Added
    You Can Delete items from mall

  15. #60
    Apprentice bogdy123 is offline
    MemberRank
    Feb 2014 Join Date
    7Posts

    Re: CSro-r WebMall Full Site

    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



Page 4 of 8 FirstFirst 12345678 LastLast

Advertisement