Hi to everyone here in Ragezone community here to ask some help for all of you..
hoy to fix Vote module? Cause i'm having some problem with this module
when you click the Vote Now button there's nothing happen..
![]()
Hi to everyone here in Ragezone community here to ask some help for all of you..
hoy to fix Vote module? Cause i'm having some problem with this module
when you click the Vote Now button there's nothing happen..
![]()
what nothing happened???
did you installed the vote module SQL and SQL queries?
Maybe he installed it correctly but forgot something related with MU Core 1.8 Vote 4 Credits.
Here you go mate,Just copy paste this on your template index.php first line.
<?
mssql_connect($core['db_host'],$core['db_user'],$core['db_password']);
mssql_select_db($core['db_name']);
?>
Then save and restart xampp.Then try again.
Execute this in Query use MuOnline
andCode:if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[MUCore_VoteCredits]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [dbo].[MUCore_VoteCredits] GO CREATE TABLE [dbo].[MUCore_VoteCredits] ( [vote_id] [varchar] (50) COLLATE Chinese_PRC_CI_AS NULL , [username] [varchar] (10) COLLATE Modern_Spanish_CI_AS NULL , [vote_time] [bigint] NULL ) ON [PRIMARY] GO
Enter in XAMPP/htdocs/templates/YOURTEMPLATE/index.phpCode:if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[MUCore_VoteCreditsIp]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [dbo].[MUCore_VoteCreditsIp] GO CREATE TABLE [dbo].[MUCore_VoteCreditsIp] ( [username] [varchar] (50) COLLATE Chinese_PRC_CI_AS NOT NULL , [deletetime] [bigint] NULL , [ip] [varchar] (50) COLLATE Chinese_PRC_CI_AS NULL ) ON [PRIMARY] GO
and add
Code:<? mssql_connect($core['db_host'],$core['db_user'],$core['db_password']); mssql_select_db($core['db_name']); ?>
when i click the Vote Now there will no pop of the vote site... ive already run the sql scripts for the vote
He talk about
if there's no ip found on MUCore_VoteCreditsIP
first it's adding IP & then on 2nd click it's starting to adding Votes to database
So it's working just, when no ip, it's gonna work on 2nd click.
@clerigz
Just add notice it's first checking for ip so on first button need 2x click.
other way it isn't correctly installed.
Last edited by 2009x2014; 06-08-13 at 12:45 AM.
so what can i do for this i will installed it again to work it properly??
yeah sir when i click the vote now button there's nothing happen and when i click the vote now for the second time it will appear the site MMORPG & MPOG Top 100 site.. how to fix this???