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!

Mu Web 0.9 Embed vote reward sistem + top voters

Elite Diviner
Joined
Nov 6, 2011
Messages
471
Reaction score
206




just run the sql file in querry analiser

here is the code if the sqlfile.txt link is borken :blink:

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
Keez - Mu Web 0.9 Embed vote reward sistem + top voters - RaGEZONE Forums

Before Vote
Keez - Mu Web 0.9 Embed vote reward sistem + top voters - RaGEZONE Forums

After Vote
Keez - Mu Web 0.9 Embed vote reward sistem + top voters - RaGEZONE Forums




the links :

= Vote Page
= Admin Vote Reward
 
Last edited:
Elite Diviner
Joined
Nov 6, 2011
Messages
471
Reaction score
206
i duno.... but i combined some vote rewards and made this..
 
Newbie Spellweaver
Joined
Apr 17, 2010
Messages
33
Reaction score
0
Fatal error: Call to a member function GetArray() on a non-object in C:\xampp\htdocs\sub_pages\VoteReward.php on line 52
problem..
 
Elite Diviner
Joined
Nov 6, 2011
Messages
471
Reaction score
206
did u run the sql script ?:S in muonline data base
 
Junior Spellweaver
Joined
Jan 23, 2010
Messages
187
Reaction score
12
keez not trying to be lazy but your mu web has alot of stuff mines doesnt. mind sending your website files to micah_1151@hotmail.com ?

the link and everything else works, but it doesnt add the credits
 
Back
Top