Download link: Click Here
open Instruction.txt / changelogs.txt for details
Credits:
SeiferXIII
Sweeeeep
xDadap
Download link: Click Here
open Instruction.txt / changelogs.txt for details
Credits:
SeiferXIII
Sweeeeep
xDadap
share ticket system too please! :D
thanks btw
New Update
*Fixed Minor Bug and Added New Features
Read for more info open changelogs.txt
Download Link: Click Here
So basically this features are for sale? by you?
execute this sql query in your database
if is not working check if the red text is same in your database name of seifer panel this is the sample of name db1 is seifer panel database nameUSE [SeiferCP]GOIF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[DF_WebMarket_transaction_status]') AND type = 'D')BEGINALTER TABLE [dbo].[WebMarket] DROP CONSTRAINT [DF_WebMarket_transaction_status]ENDGOUSE [SeiferCP]GO/****** Object: Table [dbo].[WebMarket] Script Date: 11/29/2018 18:32:39 ******/IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[WebMarket]') AND type in (N'U'))DROP TABLE [dbo].[WebMarket]GOUSE [SeiferCP]GO/****** Object: Table [dbo].[WebMarket] Script Date: 11/29/2018 18:32:39 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOCREATE TABLE [dbo].[WebMarket]( [transaction_id] [int] IDENTITY(1,1) NOT NULL, [sellerChaNum] [int] NULL, [sellerGold] [money] NULL, [sellerPrice] [int] NULL, [transaction_status] [int] NOT NULL, [buyerUsernum] [int] NULL) ON [PRIMARY]GOALTER TABLE [dbo].[WebMarket] ADD CONSTRAINT [DF_WebMarket_transaction_status] DEFAULT ((0)) FOR [transaction_status]GO
public $bd_sql = array( 'db1' => 'SeiferCP', 'db2' => 'RanGame1', 'db3' => 'RanShop', 'db4' => 'RanUser' );
then try to use web gold market
Last edited by sanaVo; 01-12-18 at 01:43 PM.
Msg 102, Level 15, State 1, Line 1Incorrect syntax near 'GOIF'.Msg 102, Level 15, State 1, Line 1Incorrect syntax near 'BEGINALTER'.Msg 102, Level 15, State 1, Line 1Incorrect syntax near 'GOUSE'.Msg 102, Level 15, State 4, Line 1Incorrect syntax near 'ANSI_NULLS'.
And how to fix this one?
TIA!
Safe from EPoints hacking?
Cause i saw many server that using seifer web and they are all hack... :D
Anyone successfully used web gold market??
New Update
Added Reset Stats (logs)Fixed Minor Bug (Buy/Sell Gold) in Web Market (reported by MarkLopez)
Download Link: Click Here