Same for me the guide dont work
Printable View
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 :*::*: