Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

New Seifer Web Panel with Web Gold Market

Newbie Spellweaver
Joined
Nov 15, 2018
Messages
19
Reaction score
20
Download link:

open Instruction.txt / changelogs.txt for details

Credits:
SeiferXIII
Sweeeeep
xDadap
 
Junior Spellweaver
Joined
Sep 18, 2014
Messages
154
Reaction score
11
share ticket system too please! :D
thanks btw
 
Newbie Spellweaver
Joined
Nov 15, 2018
Messages
19
Reaction score
20
New Update
*Fixed Minor Bug and Added New Features

Read for more info open changelogs.txt

Download Link:
 
Skilled Illusionist
Joined
Apr 17, 2012
Messages
348
Reaction score
29
ueilr3h - New Seifer Web Panel with Web Gold Market - RaGEZONE Forums


So basically this features are for sale? by you?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 15, 2018
Messages
19
Reaction score
20
ueilr3h - New Seifer Web Panel with Web Gold Market - RaGEZONE Forums


So basically this features are for sale? by you?
hello selling/buying is prohibited in this forum but you see the changelogs right? if you dont mind that just ignore.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 15, 2018
Messages
19
Reaction score
20
may i ask how to make it work properly Web Gold Market?
execute this sql query in your database

USE [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

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 name
public $bd_sql = array( 'db1' => 'SeiferCP', 'db2' => 'RanGame1', 'db3' => 'RanShop', 'db4' => 'RanUser' );
then try to use web gold market
 
Last edited:
Joined
Aug 15, 2012
Messages
765
Reaction score
135
Download link:

open Instruction.txt / changelogs.txt for details

Credits:
SeiferXIII
Sweeeeep
xDadap

No showing on web market. but the gold already deducted from the character. but no showing on web gold market. I already executed the script correctly.
 
Experienced Elementalist
Joined
Mar 23, 2013
Messages
244
Reaction score
6
execute this sql query in your database



if is not working check if the red text is same in your database table name of seifer panel this is the sample of table name db1 is seifer panel database table
public $bd_sql = array( 'db1' => 'SeiferCP', 'db2' => 'RanGame1', 'db3' => 'RanShop', 'db4' => 'RanUser' );
then try to use web gold market
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?
U8IcIoI - New Seifer Web Panel with Web Gold Market - RaGEZONE Forums



TIA!
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 15, 2018
Messages
19
Reaction score
20
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?
U8IcIoI - New Seifer Web Panel with Web Gold Market - RaGEZONE Forums



TIA!
check your .htaccess if htaccess block userTrans/index.php
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 15, 2018
Messages
19
Reaction score
20
New Update
Added Reset Stats (logs)Fixed Minor Bug (Buy/Sell Gold) in Web Market (reported by MarkLopez)

Download Link:
 
Joined
Aug 15, 2012
Messages
765
Reaction score
135
New Update
Added Reset Stats (logs)Fixed Minor Bug (Buy/Sell Gold) in Web Market (reported by MarkLopez)

Download Link:

Seller's gold shown on web gold market, and the gold transfer successfully, but the E-Points is not inserting into the seller. nothing happen to the seller when the gold already bought.
 
Newbie Spellweaver
Joined
Nov 15, 2018
Messages
19
Reaction score
20
Seller's gold shown on web gold market, and the gold transfer successfully, but the E-Points is not inserting into the seller. nothing happen to the seller when the gold already bought.
New Update (Dec 3, 2018)
*Fixed Minor Bug (Buy Gold) in Web Market
Download Link:
 
Back
Top