VoteReward Files
Sql File
just run the sql file in querry analiser
here is the code if the sqlfile.txt link is borken
Code:USE [MuOnline] GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[MEMB_VOTES]( [memb___id] [varchar](50) NOT NULL, [votes] [bigint] NULL, [id] [int] NULL, [last_voted] [bigint] NULL, [ip] [varchar](50) NULL, [toplist_char] [varchar](255) NULL ) ON [PRIMARY] CREATE TABLE [dbo].[MEMB_VOTE_LINKS]( [id] [int] NOT NULL, [name] [text] NOT NULL, [image] [text] NOT NULL, [url] [text] NOT NULL, [frequency] [int] NOT NULL, [credits] [int] NOT NULL ) ON [PRIMARY] CREATE TABLE [dbo].[MEMB_VOTE_LOGS]( [log_date] [bigint] NULL, [log_text] [text] NULL, [log_account] [varchar](50) NULL, [log_ip] [varchar](50) NULL ) ON [PRIMARY]
and some screen shots:
Admin Panel
Before Vote
After Vote
the links :
http://yourweb/MuWeb-votereward.html = Vote Page
http://yourweb/MuWeb-admin-votereward.html = Admin Vote Reward






Reply With Quote


