@sir eduard33 are you finis with youre user panel sir ?? :)
Printable View
@sir eduard33 are you finis with youre user panel sir ?? :)
i have done with user panel use this add column UserSQ (int) and UserSA varchar(50) , but my register not working
i cant login i already did what seifer said.
@eduard33 : youre welcome sir , :) but ims till stuck with my register still not working :(
:ott1: 100% working user pannel vpoints epoints top up put items on mall fixAccount news download,,
yee 100% working no problem
Guys If I were You Share What you have Done on how they can fix this problem Cuz They'll Spam This Thread !!! :'( I Can't Test This cuz i'm busy if i'll test i will share my experienced then i will teach him/her on how they can fix it!!!
all work , if you cannot register try to restor prime data base and set UserSQ , UserSA before you edit setting.php , (and for ho wanna sell the script)i can do it :P thanks ragezone more power
Cannot log in? final solution open ranuser make new query executed thisCode:GO
/****** Object: Table [dbo].[UserInfo] Script Date: 02/27/2012 11:42:46 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
ALTER TABLE UserInfo
ADD UserSQ varchar(50),UserSA varchar(50);
GO
SET ANSI_PADDING OFF
if already put UserSQ varchar 50 & UserSA varchar 50 delete it then executed
how to activate the video ?
i have change the setting to "video_cfg" to "1" (which activate the video function)
thus, where do i need to put the video ?
http://img213.imageshack.us/img213/6873/89317752.png
item shop its not work pls help as
Sir i Have a Problem for log in , but i am Registered.
:closedeyes:see thisCode:$dfsql['db1'] = "Prime"; // DB Name
$dfsql['db2'] = "RanGame1"; // DB rangame1
$dfsql['db3'] = "SiegeMall"; // DB SHop
$dfsql['db4'] = "RanUser"; //DB user
why i can't see my items in itemshop? i add item on it. :( its blank. when i click other category. i says. no item found. pls help. tnx
Due to request of my friend Vision, I'm gonna fix some problem regarding on this CP release
to fix this
Delete the
ShopItemMap
RanShop>Tables>ShopItemMap ( righ click and delete)
Warning! it will wipe out your old items on item shop
Then Execute
Code:
USE [RanShop]
GO
/****** Object: Table [dbo].[RanShop] Script Date: 04/15/2012 22:40:02 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[ShopItemMap](
[ProductNum] [int] IDENTITY(1,1) NOT NULL,
[ItemMain] [int] NULL,
[ItemSub] [int] NULL,
[ItemName] [varchar](100) NULL,
[ItemSec] [int] NULL,
[ItemPrice] [varchar](100) NULL,
[Itemstock] [varchar](100) NULL,
[ItemCtg] [int] NULL,
[Itemexp] [varchar](100) NULL,
[ItemIco] [varchar](100) NULL,
[ItemSS] [varchar](100) NULL,
[date] [datetime] NOT NULL CONSTRAINT [DF_ShopItemMap_date] DEFAULT (getdate()),
CONSTRAINT [PK_ShopItemMap] PRIMARY KEY CLUSTERED
(
[ProductNum] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
To fix your video
Insert an .flv video on images
File Name: Video
File Type: flv
Example:
images/Video.flv
then the video will play
even i execute that query. still nothing happen sir dutch :(
@kevgel06 delete ranshop executed teshop.bak
@Collaps: even i change it to testshop. nothing happen. same as ranshop >.<