Vote not working in Dmn Webshop :(
Printable View
Vote not working in Dmn Webshop :(
Thanks, work great :)
When I click vote it just reloads the page, if i click vote again it redirects me to a wierd url and doesn't take me to the extremetop100 page - it logs the IP but doesn't add the credits??
it works, but it add the credits even if u dont vote, it adds the credits when u press vote in the website, not when u really have voted in xtreemtop100( for example)
It dont work, u get the 20 point witouth voting...
PLease someone help me with this PLEASE!!!
how can i fix this please >>> "text_module_vote_credits_t4 : 20" mucore 1.0.8
maybe a stupid question but ...
when i connect using ODBC my website is working
when i try using MSSQL i get an sql connection error (the mssql extension is unabled at php.ini) so that isnt it
with ODBC the host is like
$core['db_host'] = "127.0.0.1";
what about mssql ?
$core['db_host'] = "127.0.0.1"; or $core['db_host'] = "hostname"; ?
Guide donr work on the files can someone give me guide?thanks.
it`s work, but why i can`t see vote for credits in admincp?
This is pretty simple open sql scripts in sql execute them. Put the modules where they need to go. Add the model on user_cp and check your admincp and it should all work out for you.
If you guys want to add ECOINS instead. here's my script
Code:mssql_query("Update MEMB_INFO set Coupon = '$k' where memb___id='$user_auth_id'");
$current_ecoins = mssql_query("Select AccountID,WcoinC from CashShopData where AccountID='".$user_auth_id."'");
$getecoins = mssql_fetch_assoc($current_ecoins);
$b = 100 + $getecoins['WcoinC'];
mssql_query("Update CashShopData set WcoinC='$b' where AccountID='".$getecoins['AccountID']."'");
This module, this here work Modulo Vota por Creditos - MuCore - Modulos & Scripts - TUServerMU :w00t:
Ok I added the code
In the first line of my index.php of mucore 1.0.8 and the page does not load, the version of my xamp is 1.7.3, and I have read all the post and many have the same problem:Quote:
<?
Mssql_connect ($ core ['db_host'], $ core ['db_user'], $ core ['db_password']);
Mssql_select_db ($ core ['db_name']);
?>
And there is no concrete answer to the problem:Quote:
"Text_module_vote_credits_t4: 20" etc etc etc
It is sad to have to discard this work, as it is very well explained
Any solution to this?
How about adding Character Level Requirements? anybody knows?
thanks :)
dont wprk .-.- with you <?
mssql_connect($core['.....'],$core['....'],$core['....']);
mssql_select_db($core['MuOnline']); PLEASE HELP!!!
?>
- - - Updated - - -
please help i testet with your <?
mssql_connect($core['...'],$core['....'],$core['...']);
mssql_select_db($core['....']);
?>
but not work -.- ..all template what i tested
no work :*::*: