re: [Release] Premium Mutoolz 4-5
help!
reset button is inactive, or unclickable, how to fix it to activate the reset?
http://i1167.photobucket.com/albums/...s/Untitled.jpg
vote reward voting problem, when you click on vote it says processing and took long time nothing happens...
http://i1167.photobucket.com/albums/.../Untitled2.jpg
re: [Release] Premium Mutoolz 4-5
i think this only works in Google Chrome and I.E
re: [Release] Premium Mutoolz 4-5
vote system is completely f..cked up... missing table toolz_vote...
Code:
case 'vote':
$day = (3600*24);
$vote['id']= $_GET['id'];
foreach($_config['vote_sites'] as $v =>$v1) {
if (in_array($vote['id'], $v1)) {
$vote['key'] = $v1; $vote['keyid'] = $v;
}
$vote['code_generic'][$v1[0]] = array('date'=>time()-$day,'votes'=>0);
}
$vote['code_generic_serial'] = serialize($vote['code_generic']);
//generate user vote db
$rs = $db->Execute('select * from toolz_vote where userid = ?', array($user_auth->username));
$rs = $rs->FetchRow();
if (!$rs) $db->Execute('insert into toolz_vote values (?,\''.$vote['code_generic_serial'].'\')',array($user_auth->username));
else $vote['code_generic_serial'] = $rs['votedata'];
$vote['code'] = unserialize($vote['code_generic_serial']);
//end user vote db
if ($vote['id']) {
if ($vote['key']) {
$date = $vote['code'][$vote['id']]['date'];
$diff = round((time()-$date)/$day,0);
$diffH = round((($date+$day)-time())/(3200),0);
$diffH = date_formats(time(),$date+$day);
if ($diff > 0) {
if ($vote['code'][$vote['id']]['votes'] < $vote['key'][2]) {
//generate vote code
$vote['code'][$vote['id']]['votes']++;
$msg = 'Vote Accepted!!! You have been awarded '.$vote['key'][1] .' MU CASH';
if ($vote['code'][$vote['id']]['votes'] == $vote['key'][2]) {
$vote['code'][$vote['id']]['date'] = time();
$vote['code'][$vote['id']]['votes'] = 0;
} else $msg .= ' You have '.($vote['key'][2]-$vote['code'][$vote['id']]['votes'] ).' more votes for this Vote Rewards.';
$vote['code_serial'] = serialize($vote['code']);
$db->Execute('update toolz_vote set votedata = \''.$vote['code_serial'].'\' where userid = ?',array($user_auth->username));
//print_r($vote['code']);
$go = $vote['key'][3];
} else $msg = 'Vote Limit Reached. Please try again Later. Next vote in '. $diffH; ;
} else $msg = 'You already voted today! Next vote in '. $diffH;
} else $msg = 'Vote is Invalid! Please try Again!';
}
echo 'VoteScript(';
//print_r($vote);
foreach($_config['vote_sites'] as $v =>$v1) {
$_config['vote_sites'][$v][2] = $vote['code'][$v1[0]]['votes'].'/'.$_config['vote_sites'][$v][2];
}
$result = array('data'=>$_config['vote_sites']);
if ($msg) $result = array('msg'=>$msg,'data'=>$_config['vote_sites']);
if ($go) $result = array('go'=>$go,'msg'=>$msg,'data'=>$_config['vote_sites']);
echo array2json($result);
echo " )";
break;
about reset function... is not implemented (LOL)
re: [Release] Premium Mutoolz 4-5
re: [Release] Premium Mutoolz 4-5
It has quite a few bugs,but the website is amazing.
re: [Release] Premium Mutoolz 4-5
The only problem is because we don't we have the query's for this website,i know that because i bought the Full Cabal Toolz v4 for my cabal server from john_d and yeah he toked him time like 2 months to finish my website even if he got the full files,he was forced to create again the query's for database,that's was the only problem,he didn't saved the query's for a new possible customer. Maybe the files are full, and we just need the query's for database, Maybe the files still need some codes modified, some new to add...only a good coder can solve this problem.