Thank you very much, phit666! I'll try this and than reply.
Printable View
Thank you very much, phit666! I'll try this and than reply.
why i have this problem??? :(
http://wom.idle.ro/why.jpg
how to fix this?
thanks..
plizz screens or code PLIZZZ
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!
Thank you, phit666! Your fix is perfect.
nawol bag na add cred kogda golosuew nazimaew 2 raza "Back" opjat mozes golosovatj i tak skolko xo4ew golos tolko odin pribavitsja a creditov nemerenno :D na svojom opite proveril takwto DesturiO ti polnij dibil nexuja neumeewij :D ORK
I have a problem, 6 installs the review but it gives me the following error! what will be able to be?
That means you don't have MEMB_CREDITS table in your DB ( from which means you don't have Savoys Webshop installed )
Install it and the problem is solved.
Some news :
Recently i decided to Start coding VRS 0.3 - Vote Reward System 0.3
again so if you have any suggestions what new to add in it ... please post your idea here.
where can I unload what I need? how is it called?
thanks for the attention
I have big problems with the limit of the vote.
Cuz the limit is 300 and if someone have more than 300 , the credits will go to the limit. For example, my limit is 500, and someone buy 2000 credits, if he vote he will go to 500, I know that you will say put more limit, but that work for stop the hackers, and people that vote every second, and i want that limit cuz i dont want to let the people to get a lot of credits with the Vote.
Best code of the Vote (anti vote every seconds)
Best code of the Logger (first the last one, not the old one)
Wininer every month who vote more times (vote_count)
Best code of the Vote and recive Level cuz if i put that and i win 200 levels, the experience will be the same and i need to win every level like if i do myself.
Thanks!
Help...
I installed it, but it don`t works..
Some solutions :
- Try to login in the webshop first then in the VRS.(if not work proceed to the bellow)
- Well then check if you have the MEMB_CREDITS table in your MuOnline database...if not then execute this code bellow in to your SQL Query Analyzer
PHP Code:CREATE TABLE [dbo].[MEMB_CREDITS] ([memb___id] [varchar] (10) COLLATE Modern_Spanish_CI_AS NOT NULL ,[credits] [int] NOT NULL) ON [PRIMARY];
Add a protection for using same IP or something ^^ so they wont make multiple accounts for gaining credits :P.
and dont leave any holes to sql-inject the DB... there was a hole in 0.2 version... :closedeyes:
Greetings me заинтерисовала your system of voting I would like to place with myself a link on Russian site, I ask of the permission to place the reference to a site http://www.eg-network.com
Decency and credits I guarantee
Request MU SQL Data Tables
My Missing Tables
credits table and Character table
any timeframe for the v3 ?
Some people do not vote. They know that given the same credits. This need a cartel that does not let you leave. When they leave, you can check the leaves log. Something like that.
Sry for my bad english. Too time without write english ^^.
Why dont some people receive credits after voting?
Those users might not have user entry in MEMB_CREDITS table, this will happen if they dont open even once your webshop. Try this:
find this code in votte-kk.php (start of the code)
Code:$sql_check = mssql_query("SELECT vote_credit,vote_credits,vote_reset,vote_resets,vote_level,vote_levels,
vote_lvlup,vote_lvlupmg,max_level,max_reset,max_credits FROM dbo.MuWeb_des_vote_set");
$res = mssql_fetch_row($sql_check);
$cred = mssql_fetch_row(mssql_query("SELECT credits, memb___id from MEMB_CREDITS where memb___id='$account_id'"));
replace with this: (I added the code in red color, it will add user when they are not in the table.)
Code:$sql_check = mssql_query("SELECT vote_credit,vote_credits,vote_reset,vote_resets,vote_level,vote_levels,
vote_lvlup,vote_lvlupmg,max_level,max_reset,max_credits FROM dbo.MuWeb_des_vote_set");
$res = mssql_fetch_row($sql_check);
$cred = mssql_fetch_row(mssql_query("SELECT credits, memb___id from MEMB_CREDITS where memb___id='$account_id'"));
if($cred[1]==''){ mssql_query("insert into MEMB_CREDITS (memb___id, credits) VALUES ('$account_id', 0)"); }
Dont be mad dude! Be angry when I ask for payment :P 'Im just trying to help.
Some news :
Recently i decided to Start coding VRS 0.3 - Vote Reward System 0.3
again so if you have any suggestions what new to add in it ... please post your idea here.
[/QUOTE]
hi sir..can you add a connection using ODBC?
thank you