Could any1 help me on msn or skype something like that? Since I think there is something wrong with my website, the votebox doesn't want to be fixed haha and somehow my online count doesn't work.
Could any1 help me on msn or skype something like that? Since I think there is something wrong with my website, the votebox doesn't want to be fixed haha and somehow my online count doesn't work.
Hi Guys below are my problems that in-counter.
1.) Vote points cannot save on votepoints column in the DB.
2.) Using Apache 2.2 I cant access in the administrator panel, but I can access it in xampp.
If you have an idea kindly share,
Thanks.
export database to MySql, please.
I've fixed most of the errors, they arnt that serious. Some of the date settings are a little messed up. You need to add a 'votepoints' collumn to the ACCOUNT_TBL, then add 'lastvote1' 'lastvote2' 'lastvote3' and beware NOT in capitals like it says in the text file.
Thank you for this release i will use it as my first website untill my borther have made his own one.
I also want to point out the horrible scripting at php and mssql.
There is no php error handling.
and those queries are not nice.
for example
Account.php
to show the stats
Old way
$accountselect = odbc_exec($mssql, 'SELECT * FROM [ACCOUNT_TBL] WHERE account=\''.mssql_escape_string($_SESSION['user']).'\'');
$accountselect2 = odbc_exec($mssql, 'SELECT * FROM [ACCOUNT_TBL_DETAIL] WHERE account=\''.mssql_escape_string($_SESSION['user']).'\'');
$account = odbc_fetch_array($accountselect);
$account2 = odbc_fetch_array($accountselect2);
My way
$sql = "SELECT
[ACCOUNT_TBL].account,
[ACCOUNT_TBL].cash,
[ACCOUNT_TBL_DETAIL].account,
[ACCOUNT_TBL_DETAIL].blocktime,
[ACCOUNT_TBL_DETAIL].m_chLoginAuthority,
[ACCOUNT_TBL_DETAIL].email
FROM
[ACCOUNT_TBL],[ACCOUNT_TBL_DETAIL]
WHERE
[ACCOUNT_TBL].account = '".mssql_escape_string($_SESSION['user'])."' AND [ACCOUNT_TBL_DETAIL].account = '".mssql_escape_string($_SESSION['user'])."'";
if(!$query = mssql_query($sql))
{
$AllErr = "Unable to connecto to the database";
}
else
{
//Fetching data
$show = mssql_fetch_assoc($query);
}
Tell me what looks better?
I know its personal.
With kind regards,
Loky
please upload folder admin for me in Free Cloud Storage - MediaFire
sorry for English. :)
I cannot use vote
Screenshot by Lightshot how to fix it twenty four hour wait I did. still no votes for this day
reupload please!
Download Link is dead Please Re-upload
thanks
Reupload Please :) also the Admin Panel
Thanks :D
I have saved this website file on my MediaFire account![]()
I got an error, when i click in "Click here to vote" (i mean if i want to vote).
it doesn't move or anything HELP PLEASE