any fixes?
Printable View
any fixes?
...removed cause the owner of this thread doesn't allow it
nice fix Hidden =)
your welcome, enjoy :)
@TS
any fix for this error?
Warning: mssql_query() [function.mssql-query]: message: Invalid object name 'MEMB_CREDITS'. (severity 16) in C:\xampp\htdocs\kidzmu\vote\user\info-kk.php on line 70
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\kidzmu\vote\user\info-kk.php on line 70
Warning: mssql_fetch_row(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\kidzmu\vote\user\info-kk.php on line 70
Congratz DestructiO for you vote reward system :wink:
Greetings
Ranslsad
good job but Destructio is a problem look in A3-kk.php from user you see than "<td aling=left>"
you must have align
pls need help at vot sistem fix!
more people can vot 200 in 1 min!
sry for my englesh!
its bugged... every can make alot of credits just by 1 vote... no fixes?
Hi man... can you make Security By IP adress ???
waiting 0.3 :)
don't know why, but it shows error like this !
Warning: mssql_select_db() [function.mssql-select-db]: Unable to select database: in C:\xampp\htdocs\vote\connect.php on line 11
Warning: mssql_query() [function.mssql-query]: message: Invalid object name 'MEMB_INFO'. (severity 16) in C:\xampp\htdocs\vote\_inc\login.class.php on line 28
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\vote\_inc\login.class.php on line 28
Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\vote\_inc\login.class.php on line 29
Warning: mssql_query() [function.mssql-query]: message: Invalid object name 'MEMB_INFO'. (severity 16) in C:\xampp\htdocs\vote\_inc\login.class.php on line 30
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\vote\_inc\login.class.php on line 30
Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\vote\_inc\login.class.php on line 31
Warning: mssql_query() [function.mssql-query]: message: Invalid object name 'MEMB_INFO'. (severity 16) in C:\xampp\htdocs\vote\_inc\login.class.php on line 32
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\vote\_inc\login.class.php on line 32
Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\vote\_inc\login.class.php on line 33
ERROR : Username doesn't exists!
ERROR : The Password isn't like that!
u can vote every second and get credits, even if there showing 1vote per 24h ... it sucks hard :D
DestructiO any progress with 0.3 version?
i also get hacket on my server damn! players gets resets and resets...
i have see the ZhyperMu have another Vote Reward System.. that version is payed or you can share with us?
how to fix this? T_T
thanks..
Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: in C:\xampp\htdocs\votereward\connect.php on line 10
Warning: mssql_select_db(): supplied argument is not a valid MS SQL-Link resource in C:\xampp\htdocs\votereward\connect.php on line 11
Warning: mssql_query() [function.mssql-query]: Unable to connect to server: (null) in C:\xampp\htdocs\votereward\_inc\login.class.php on line 28
Warning: mssql_query() [function.mssql-query]: A link to the server could not be established in C:\xampp\htdocs\votereward\_inc\login.class.php on line 28
Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\votereward\_inc\login.class.php on line 29
Warning: mssql_query() [function.mssql-query]: Unable to connect to server: (null) in C:\xampp\htdocs\votereward\_inc\login.class.php on line 30
Warning: mssql_query() [function.mssql-query]: A link to the server could not be established in C:\xampp\htdocs\votereward\_inc\login.class.php on line 30
Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\votereward\_inc\login.class.php on line 31
Warning: mssql_query() [function.mssql-query]: Unable to connect to server: (null) in C:\xampp\htdocs\votereward\_inc\login.class.php on line 32
Warning: mssql_query() [function.mssql-query]: A link to the server could not be established in C:\xampp\htdocs\votereward\_inc\login.class.php on line 32
Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\votereward\_inc\login.class.php on line 33
ERROR : Username doesn't exists!
ERROR : The Password isn't like that!
Re-configure the cfg.php file again with the right values for the SQL stuff.
Maybe you've typed it wrong.
thanks for reply sir...
before it is working perfectly,then ill just changed a router/ISP..now its NOT working T_T
DestructiO
Good Job Im from LAtvia and I to waiyt 0.3 Version! :)
Your Vote reward best of the best !
Plz dont stop creat new version!
how do i do this > Open in you browser http://yoursite.com/Vote Reward System 0.2/install/install.php
can smoe one help
thanks
Try this, this will be more accurate in comparing time coz it will convert both time in seconds:
find this code in votte-kk.php:
change to this:PHP Code://Check expire hour
if ($nowdate <= $rowc[3]) {
PHP Code://Check expire hour
if (strtotime($nowdate) <= strtotime($rowc[3])) {