http 403 error when registering

17 years 1 month ago #32376 by taleb
Replied by taleb on topic registration 403 error
I am suffering from the same problem, i tried everything and still could not manage to solve it.

Why is everybody Ignoring this thread????????
:dry:

Please Log in to join the conversation.

17 years 1 month ago #32379 by sorema
Replied by sorema on topic Re:registration 403 error
i solved this problem cause it was not mine but caused by a control in server configuration. i called my hosting, explained my problem and then found with them a solution. try... maybe is not the same as mine..but maybe yes. good luck.

Please Log in to join the conversation.

17 years 1 month ago #32393 by taleb
Replied by taleb on topic [SOLVED] Re:registration 403 error
I contacted my host and it did turn to be a Joomla! comatibility problem from their side.

sorema wrote:

i solved this problem cause it was not mine but caused by a control in server configuration. i called my hosting, explained my problem and then found with them a solution. try... maybe is not the same as mine..but maybe yes. good luck.


Post edited by: taleb, at: 2007/03/04 18:29

Please Log in to join the conversation.

17 years 1 month ago #33023 by DARCYF
Replied by DARCYF on topic Re:http 403 error when registering
Has ANYONE solved this error?

DOES the creators of CB do ANYTHING on here? I have never seen such poor support in my life.

I have emailed them...no answer.

NO ONE CAN REGISTER at my site using CB when using IE.

403 error everytime...ANYONE in THIS POST fix this error?

Please Log in to join the conversation.

17 years 1 month ago #33098 by IdahoEagle
Replied by IdahoEagle on topic Re:http 403 error when registering
I had that problem. I was using Joomla 1.01 I upgraded to 1.012 and now everything is happy.

Please Log in to join the conversation.

17 years 4 weeks ago #33682 by ibrahimari
Replied by ibrahimari on topic Re:http 403 error when registering
Merhaba;
Bu sorundan bahsetmeye başlamadan önce, bu sorunla karşılaşanların karşılaştıkları diğer bir sorunun çözümünün linkini vereyim. www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/catid,29/id,33404/

Şimdi kayıt olurken 403 hatası alma probleminde hatanın teşhisini verelim. Hata kayıt olurken CB nin yaptığı bir spoofing ve birde spam kontrolünden kaynaklanıyor. Bu sorunu CB geliştiricileri çözmeli.

Bizim çözümümüz: Problemli kod satırlarını comment ettik. Bu comment ettiğimiz satırların yerine geçebilecek CB Captcha (resim olarak güvenlik kodu oluşturuyor) pluginini kurduk.

Yaptığımız İşlemler
Değişiklik yapılan dosyanın ismi: comprofiler.class.php

1- 1942. satırdan başlıyor. (cbSpoofCheck() fonksiyonunun içinde)
Orjinal hali :
[code:1]
global $mainframe;
$validate = 'cbj' . md5( $mainframe->getCfg('secret')) . md5( $mainframe->getCfg( 'db' ) . date( 'dmY' ) );
$validateValue = mosGetParam( $_POST, $validate, 0 );
if (!$validateValue) {
header( 'HTTP/1.0 403 Forbidden' );
echo "<script>alert('Session expired.'); window.history.go(-1);</script> \n";
exit;
}
[/code:1]
Değiştirilmiş Hali:
[code:1]
global $mainframe;
/*$validate = 'cbj' . md5( $mainframe->getCfg('secret')) . md5( $mainframe->getCfg( 'db' ) . date( 'dmY' ) );
$validateValue = mosGetParam( $_POST, $validate, 0 );
if (!$validateValue) {
header( 'HTTP/1.0 403 Forbidden' );
echo "<script>alert('Session expired.'); window.history.go(-1);</script> \n";
exit;
}*/
[/code:1]

2- 2045. satırdan başlıyor. (cbRegAntiSpamCheck() fonksiyonun içinde)
Orginal Hali:
[code:1]
if ( $i == 2 ) {
header( 'HTTP/1.0 403 Forbidden' );
echo "<script>alert('Registration session expired and/or cookies are not enabled in your browser.'); window.history.go(-1);</script> \n";
exit;
}[/code:1]
Değiştirilmiş Hali:
[code:1]
/* if ( $i == 2 ) {
header( 'HTTP/1.0 403 Forbidden' );
echo "<script>alert('Registration session expired and/or cookies are not enabled in your browser.'); window.history.go(-1);</script> \n";
exit;
}*/
[/code:1]

İşlemler bitti. CB Captcha plugin ini kurmayı unutmamanızı tavsiye ederim.

İnşallah yardımcı olabilmişizdir.
İyi Çalışmalar.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.242 seconds

Facebook Twitter LinkedIn