Re: paradisesro-full-website
Please post here the acript from the page ill see what I can do, and please don't use any tags just poat it as plain text, my mobile phone can't read it otherwizw ^_^
Re: paradisesro-full-website
I got a problem for voting...
On page I can vote, and it works, but no silks are added... some1 knows the problem?
Quote:
if ($voteCount <= 0 && vote_entries($userID) == 0) {
mssql_query("insert into vote_log (account, ip, vote_time, vote_count) VALUES ('$userID', '$ip', '$time', '1')");
mssql_query("exec CGI.CGI_WebPurchaseSilk 0,'$userID',0,4,0");
header("Location: ".votenow($voteid)."");
} else if ($voteCount == 1 && vote_entries($userID) == 0) {
mssql_query("update vote_log set vote_count = '2' where ip = '$ip'");
mssql_query("exec CGI.CGI_WebPurchaseSilk 0,'$userID',0,5,0");
header("Location: ".votenow($voteid)."");