You last visited: Today at 09:46
Advertisement
[Release]MT2GRAND CMS
Discussion on [Release]MT2GRAND CMS within the Metin2 PServer Designs, Websites & Scripts forum part of the Metin2 Private Server category.
04/09/2016, 12:55
#46
elite*gold: 0
Join Date: Apr 2012
Posts: 49
Received Thanks: 60
Quote:
Originally Posted by
NovoLineX
then its badly programmed rework this pls
lol. shouldn't i send you coffee as well?
i released it for free so use it or shut up. i already said what you need to do in order to make it load fast, it's your problem that u are stupid and can't read.
hate people like u
04/10/2016, 21:09
#47
elite*gold: 130
Join Date: Mar 2014
Posts: 51
Received Thanks: 18
Why am I always redirected to localhost mt2grand page? When ever I click on a button , lets say Register, I get this error..
04/16/2016, 11:38
#48
elite*gold: 0
Join Date: Feb 2013
Posts: 16
Received Thanks: 2
Registration not work
04/17/2016, 19:29
#49
elite*gold: 0
Join Date: Aug 2013
Posts: 102
Received Thanks: 14
pffft so i ask the maker for some help cause the register doesn't work and just cause i wont give him 10 euros he calls me arrogant and wont even help.Apart from that its quite a nice piece of code if it actually works first time
04/17/2016, 20:29
#50
elite*gold: 238
Join Date: Sep 2009
Posts: 2,327
Received Thanks: 1,165
Quote:
Originally Posted by
kieranFMT2
pffft so i ask the maker for some help cause the register doesn't work and just cause i wont give him 10 euros he calls me arrogant and wont even help.Apart from that its quite a nice piece of code if it actually works first time
He spens his time in helping you and giving you code so...
time is money
04/18/2016, 20:26
#51
elite*gold: 0
Join Date: Aug 2013
Posts: 102
Received Thanks: 14
Quote:
Originally Posted by
mrapc
He spens his time in helping you and giving you code so...
time is money
well i would understand that if i didnt have to pay a php coder to fix the bugs for me
05/05/2016, 00:20
#52
elite*gold: 0
Join Date: Feb 2016
Posts: 1
Received Thanks: 0
Hello , i have a small problem with this cms, its verry good , but i don't know why it's wotk verry slow, for example to acces the site i must whait 2-3 min, and is not host fault, the host is verry good , and i don;t understand why, something i must whait 2-3 min to acces the site, and other time i receive 502 Bad Gateway nginx. Some help pls ?
05/05/2016, 22:45
#53
elite*gold: 0
Join Date: Aug 2013
Posts: 102
Received Thanks: 14
Quote:
Originally Posted by
cocoselul44
Hello , i have a small problem with this cms, its verry good , but i don't know why it's wotk verry slow, for example to acces the site i must whait 2-3 min, and is not host fault, the host is verry good , and i don;t understand why, something i must whait 2-3 min to acces the site, and other time i receive 502 Bad Gateway nginx. Some help pls ?
U must host on the FreeBSD
05/19/2016, 14:00
#54
elite*gold: 0
Join Date: Aug 2012
Posts: 974
Received Thanks: 89
Fatal error: Call to undefined function session_start() in /usr/local/www/apache24/data/mt2grand-cms/index.php on line 2
05/20/2016, 08:07
#55
elite*gold: 0
Join Date: Aug 2009
Posts: 1,422
Received Thanks: 1,369
06/22/2016, 19:52
#56
elite*gold: 0
Join Date: Oct 2009
Posts: 771
Received Thanks: 92
Can I use that for other games?
06/25/2016, 13:17
#57
elite*gold: 0
Join Date: Nov 2010
Posts: 1
Received Thanks: 0
hey!
if captcha is disabled, the registration page will show the error message that not all fields are filled in, which is incorrect.
can you please help me with this issue?
i suspect that this part has the boo-boo in register.php, from row 30 to 58:
if (Core::isCaptchaEnabled()) {
$captcha = $_POST["captcha"];
}
if (empty($username) OR empty($email) OR empty($pw) OR empty($pw2) OR empty($dcode) OR empty($captcha) ) {
$result = Core::result(Language::getTranslation("fillInAllFi elds"), 2) ;
} elseif (!ctype_alnum($username)) {
$result = Core::result(Language::getTranslation("regAlphanum eric"), 2);
} elseif (mb_strlen($username) < Registration::getUsernameMin() OR mb_strlen($username) > Registration::getPasswordMax()) {
$result = Core::result(Language::getTranslation("regUsername Range"), 2);
} elseif (filter_var($email, FILTER_VALIDATE_EMAIL) == false) {
$result = Core::result(Language::getTranslation("emailNotVal id"), 2);
} elseif ($reg->emailExists($email)) {
$result = Core::result(Language::getTranslation("emailExists "), 2);
} elseif ($reg->usernameExists($username)) {
$result = Core::result(Language::getTranslation("usernameExi sts"), 2);
} elseif (mb_strlen($pw) < Registration::getPasswordMin() OR mb_strlen($pw) > Registration::getPasswordMax()) {
$result = Core::result(Language::getTranslation("regPassword Range"), 2);
} elseif (Registration::needToContainNumber() AND !preg_match('@[0-9]@', $pw)) {
$result = Core::result(Language::getTranslation("regPassword NeedNumber"), 2);
} elseif ($pw != $pw2) {
$result = Core::result(Language::getTranslation("pwDontMatch Pw2"), 2);
} elseif (mb_strlen($dcode) != 7 OR !ctype_alnum($dcode)) {
$result = Core::result(Language::getTranslation("regDeleteCo de"), 2);
} elseif (Registration::weakPasswordListEnabled() AND Registration::isWeakPassword($pw)) {
$result = Core::result(Language::getTranslation("weakPasswor d"), 2);
} elseif ($securimage->check($captcha) == false) {
$result = Core::result(Language::getTranslation("captchaWong "), 2);
} else {
07/04/2016, 09:54
#58
elite*gold: 434
Join Date: May 2013
Posts: 6,910
Received Thanks: 1,065
Very nice! Thank you so much! Looks very good! Thank you!
07/29/2016, 14:31
#59
elite*gold: 0
Join Date: Sep 2010
Posts: 1
Received Thanks: 1
Cms is too slow, why ? have fix please.
07/29/2016, 19:16
#60
elite*gold: 0
Join Date: Dec 2013
Posts: 26
Received Thanks: 0
Quote:
Originally Posted by
victorvillar
Cms is too slow, why ? have fix please.
instal freebsd apache
All times are GMT +2. The time now is 09:47 .