re: [Release] WebEngine 1.0.5 PL1
how to do that sir @4FUNer to ip check?
re: [Release] WebEngine 1.0.5 PL1
Quote:
Originally Posted by
clerigz
edit your php.ini
short_open_tag = Off
to
short_open_tag = On
yes it is "ON" and no effect.
re: [Release] WebEngine 1.0.5 PL1
DooMDesigN for SQL Express
add your sql server name for host ex. $config['SQL_DB_HOST'] = 'PCNAME\SQLEXPRESS';
Quote:
Originally Posted by
clerigz
how to do that sir @
4FUNer to ip check?
http://forum.ragezone.com/f197/websi...ml#post8208641
re: [Release] WebEngine 1.0.5 PL1
sir @4FUNer what do you mean by that?
Are you using localhost to test this website? if so there is possiblity that ip check doesn't let you in
You can remove or recode check for ip (but for server usage don't use it xD)
what if i will use that in live server? what is the output of that??
Quote:
Are you using localhost to test this website? if so there is possiblity that ip check doesn't let you in
You can remove or recode check for ip (but for server usage don't use it xD)
Go to includes/classes/class.login.php
Make backup
Find
Code:
if($this->canLogin($_SERVER['REMOTE_ADDR'])) {
&& un-comment
// if($this->canLogin($_SERVER['REMOTE_ADDR'])) {
also
Code:
} else {
// user is timed out
message('error', lang('error_3',true));
}
&& un-comment
// } else {
// // user is timed out
// message('error', lang('error_3',true));
// }
re: [Release] WebEngine 1.0.5 PL1
Quote:
Originally Posted by
4FUNer
DooMDesigN for SQL Express
add your sql server name for host ex. $config['SQL_DB_HOST'] = 'PCNAME\SQLEXPRESS';
I'm not using SQL Express mate, so by default I should leave it as is.
re: [Release] WebEngine 1.0.5 PL1
Quote:
Originally Posted by
DooMDesigN
I'm not using SQL Express mate, so by default I should leave it as is.
Tried $config['SQL_DB_HOST'] = '127.0.0.1'; ?
re: [Release] WebEngine 1.0.5 PL1
Quote:
Originally Posted by
4FUNer
Tried $config['SQL_DB_HOST'] = '127.0.0.1'; ?
yes I tried it, even the actual static IP.
re: [Release] WebEngine 1.0.5 PL1
Quote:
Originally Posted by
DooMDesigN
yes I tried it, even the actual static IP.
did you enabled
extension=php_pdo_odbc.dll
at php/php.ini ?
if no, then remove ";" from extension=php_pdo_odbc.dll & restart webserver.
re: [Release] WebEngine 1.0.5 PL1
I get this error in ranking:
Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\Server 6\modules\rankings\level.php on line 33
which is: foreach($ranking_data as $rdata) {
re: [Release] WebEngine 1.0.5 PL1
Quote:
Originally Posted by
4FUNer
did you enabled
extension=php_pdo_odbc.dll
at php/php.ini ?
if no, then remove ";" from extension=php_pdo_odbc.dll & restart webserver.
as I recently mentioned, it's enabled and still no effect, it's really weird.
re: [Release] WebEngine 1.0.5 PL1
Quote:
Originally Posted by
DooMDesigN
as I recently mentioned, it's enabled and still no effect, it's really weird.
use pdo_sqlsvr instead of pdo_odbc much better
check this here's mine muwarzonesea.com
re: [Release] WebEngine 1.0.5 PL1
@aspire219 how did you make that working in your template? or it will need cs module?
http://i60.tinypic.com/rblcgj.png
re: [Release] WebEngine 1.0.5 PL1
Quote:
Originally Posted by
clerigz
did you setup the cronjob system?
re: [Release] WebEngine 1.0.5 PL1
@daeron91 where i can find the cronjob system?
- - - Updated - - -
@aspire219 your template is so nice... can you share that with us? ^_^
re: [Release] WebEngine 1.0.5 PL1
Quote:
Originally Posted by
aspire219
use pdo_sqlsvr instead of pdo_odbc much better
check this here's mine muwarzonesea.com
I used pdo_sqlsvr and here's the result;
PDOException: could not find driver
something wrong with my xampp installation? what version are you using mate?