Re: Website by Leandro-Iron
Great release i had this website but not in english i was looking for english version and u made it :P Great :) thanks!
Re: Website by Leandro-Iron
Untill now this is the best website created for cabal.I propose this post to be sticky.Thanks One milion times Iron.
And is se that the site is unencryted.
I will install it today check it all and will implement chumpys cash shop in it.
Re: Website by Leandro-Iron
How to install this website?
Re: Website by Leandro-Iron
if you download the site and open the archive you will find everything you need ;)
EDIT: cann you add in the admincp a way to delete the posts we make on the home page ,Iron?
EDIT2: can you share the psd files for images so i remake what you missed?
Re: Website by Leandro-Iron
The next person that replies with "thanks", "awesome", "great", or anything along those lines will receive an infraction. 7 of the 11 replies to this thread have been deleted so far. We don't need a bunch of 1-3 word posts telling the OP "thanks". That is what the Like feature is for! I suggest you all re-read our forum rules. You can find them here: http://forum.ragezone.com/f451/cabal...-rules-724310/
Thank you.
Re: Website by Leandro-Iron
help me.. site error
Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\configuracao\confCabal.php on line 301
please
Re: Website by Leandro-Iron
Quote:
Originally Posted by
FendiTze
help me.. site error
Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\configuracao\confCabal.php on line 301
please
Hello
Read the tutorial.txt (Configuring PHP.INI) this will solve your problem.
If you have done everything correctly and still with this error, download and install this dll in C: \ windows \ system32
DOWNLOAD HERE
------------------------------
Quote:
if you download the site and open the archive you will find everything you need ;)
EDIT: cann you add in the admincp a way to delete the posts we make on the home page ,Iron?
EDIT2: can you share the psd files for images so i remake what you missed?
I forgot to save in psd images, only BG that is available from the site.
On edit and delete news when I do have some free time, but I'm currently very busy with work and college.
Re: Website by Leandro-Iron
I want to report that after i log in the site doesent show my panel untill i manul refrest the site or click on the module to make it refresh.
EDIT: how do i edit the register page so Brazil wond be the default Country?
Re: Website by Leandro-Iron
1.) Go to your index.php and search this:
PHP Code:
$_SESSION['ss_txtConta'] = $txtConta;
$_SESSION['ss_txtSenhaConta'] = $txtSenhaConta;
header('Location: index.php');
Headers are already sent but i think your error reporting is set to off.
2.) Change it like this:
PHP Code:
$_SESSION['ss_txtConta'] = $txtConta;
$_SESSION['ss_txtSenhaConta'] = $txtSenhaConta;
echo '<META HTTP-EQUIV=Refresh CONTENT="0; URL=index.php">';
Now it will refresh on login.
3.) Go to your sisReg.php and search:
PHP Code:
<option value="22" selected>Brasil</option>
Change it to:
PHP Code:
<option value="22">Brasil</option>
Or if you want other option to be default selected:
PHP Code:
<option value="xy" selected>Your Choice</option>
Re: Website by Leandro-Iron
I am not so good at this but isnt there a way to make only that module refresh instead of the whole page?
EDIT: Leonardo did you find the psd of the rest of images?I need at least the psd for the menu images.I want to add another frame in the site.
Re: Website by Leandro-Iron
Dear
where can I get some shopitem script for my server?
thanks about u site.. i like it.
Re: Website by Leandro-Iron
Fenditze are you talking about an shop?
If yes use chumpy`s shop.Search here in the release zone ;)
EDIT: Iron can you realease some plugins or you only sell them?
Re: Website by Leandro-Iron
hi everyone i have a problem when registrering an account, im using SQL2005, restored all queries successfully, configured the confCabal.
Warning: mssql_query() [function.mssql-query]: message: Invalid object name 'cabal_auth_table'. (severity 16) in C:\xampp\htdocs\functions\funcQuery.php on line 112
Warning: mssql_query() [function.mssql-query]: message: Transaction count after EXECUTE indicates that a COMMIT or ROLLBACK TRANSACTION statement is missing. Previous count = 0, current count = 1. (severity 16) in C:\xampp\htdocs\functions\funcQuery.php on line 112
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\functions\funcQuery.php on line 112
Re: Website by Leandro-Iron
I am not 100% shure but i think that you dont have the php extension mssql running.