[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4363: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3542)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4365: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3542)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4366: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3542)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4367: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3542)
Problems to login with 1.0.9 version

Problems to login with 1.0.9 version

Find all the help you need on the script Arfooo Directory.
Please refer any bugs found.

Moderator: effi

Problems to login with 1.0.9 version

Postby effi » Tue Jun 09, 2009 8:28 am

et
effi
 
Posts: 195
Joined: Fri May 22, 2009 10:04 am

Re: Problems to login with 1.0.9 version

Postby ping » Tue Jun 09, 2009 1:30 pm

sometimes you cant remember your password and the "recover password" is not working (mail config or something with htaccess), so here's what i did:
1) create a dummy acount with password 1234
2) go to the phpmyadmin, your_table, arfooo_users then just copy the password code (i think its md5) to the user you want to change the password, so it changes to 1234 :lol:
i'm sure there are other ways but this is so simple ;P

more tips (.htaccess)
# domain.com TO www.domain.com
RewriteCond %{http_host} ^YOURDOMAIN.com [NC]
RewriteRule ^(.*)$ http://www.YOURDOMAIN.com/$1 [R=301,L]

# to avoid duplicate content (SEO) if you have multiple domains pointing to just one directory
RewriteCond %{HTTP_HOST} ^www.domain222.net$[OR]
RewriteCond %{HTTP_HOST} ^domain222.net$
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
ping
 
Posts: 23
Joined: Sat May 02, 2009 12:41 am

Re: Problems to login with 1.0.9 version

Postby effi » Fri Jun 26, 2009 3:32 am

et
effi
 
Posts: 195
Joined: Fri May 22, 2009 10:04 am

Re: Problems to login with 1.0.9 version

Postby saidbakr » Fri Jun 26, 2009 9:42 am

Hello,

Till this time I have not deeply analysed the problem. However, according to your suggestion that relates the problem to JavaScript's files *.js, I may suggest to try login using another web browser.

If really, the problem related to Javascript, this will mean it is a client side dependent problem, so using of another browser may mean a temporary solution.

++++++++++++++++
Again! I have just made an initial analysis for the problem and it may be due to a scurity bug!.
The lost password mechanism follows a wrong behavior. It is just requires the user email supplied to the field and then the password is automatically changed, then it will be sent to your email. In this case, if your email service provider works fine, the email sent with your new password may be got lost! This simply means that, anyone are able to partially hijack the user's account by knowing his registered email and so prevent him to log in his account.

I've done an experminet using two emails addresses one is uses gmail.com and the other uses yalla.com. Ofcourse gmail is the best and powerful than yalla.com, so I have received the email with the new password and everything go well, but the yalla.com, lost the email!.

The lost password mechanism should be changed, to be, there is no any change to the password without user's confirmation code.

At current time I have no enough background about the script or even skills to do such modification, We just need to ask Arf to cover it among the incoming version or releasing a batch for it.
Best Regards,

, just another customized Arfooo directory.
saidbakr
 
Posts: 66
Joined: Wed Jul 23, 2008 9:09 pm
Location: Egypt


Return to Installation, support and bug reports

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 0 guests

 
Copyright © arfooo.net  2007 - 2010  -  All rights reserved.
Arfooo website group: petites annonces gratuites   voyance en direct - tirage tarot   Consultant en référencement
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group | phpBB SEO
cron