Search Results for 'register'
-
Search Results
-
Topic: Email bugs
My forum is using gmail for email setting. However my user can’t received email when registering using hotmail or yahoo but they received it using gmail. Does it has something to do with the email coding that caused the email to be block? If it is, i really hope you guys fixed it for the next version
.
accessing:
http://www.site.com/forums/register.php?use_url=http://www.amazon.com
returns the following error:
Warning: parse_url(/forums/register.php?use_url=http://www.amazon.com) [function.parse-url]: Unable to parse url in /server/path/disclosed/forums/bb-includes/functions.php on line 1796
workaround:
call error_reporting(0) in functions.php or disable php
error reporting altogether (if you are in a hosted environment, you probably won’t be able to do this last thing).
none of the scripts inside bb-templates should be +x
otherwise users will be able to execute them and a path will be disclosed.
example:
http://www.site.com/forums/bb-templates/kakumei/register-success.php
returns an error and a path is disclosed:
Fatal error: Call to undefined function: bb_get_header() in /server/path/disclosed/forums/bb-templates/kakumei/register-success.php on line 1
comment:
I had to +x all my files in my hosting environment to make bbpress work; this directory and its content should not be +x’ed.
(bbpress will still work if this directory is not +x’ed)
this is primarily ‘my fault’ but since I think what I did (+x’ing everything to make bbpress work) could have been done by others, I’m just making this note here.
When I login as admin I am not able to see the ‘design’, ‘settings’ and ‘plugins’ menus. I am able to see only ‘Dashboard’, ‘Users’, ‘Manage’ in the site admin. I recently integrated the bbPress with wp. Some one Please help. thanks.
Earlier I had problem with the admin user name in the wp (all post of the admin started to get posted on some other user registered user ). I was suggested to delete the user name (which also is the username of the admin in the bbpress) and recreate the same user name.
Hello,
I am currently integrating bbpress and wpmu.
When a new user registers, the username duplications are not allowed but email address duplications are allowed, meaning I can loggin with two different usernames and same email address!
Any plugin to restrict registration per email address?
Topic: New type of profile spam?
Has anyone seen profile spam like this? In the past couple days, I have been getting a different sort of spam registration. Instead of cramming just one link in their occupation and interests fields, they are cramming 4, 5 or 6 links in there. When you view their profile page, the links all appear there. If you go to edit their profile page (which is where I go to delete the user) you can’t see the links displayed in those fields, but the links do appear in the source of the page. Take a look here:
http://www.chrishajer.com/bbpress/profile.txt
This is the source of the user’s profile page (caution, porn links in there.)
http://www.chrishajer.com/bbpress/profile.png
That is the profile view showing the data they crammed into the occupation and interests fields.
http://www.chrishajer.com/bbpress/profile-edit.png
That is the view you get when you click the [Edit] tab link. The only data shown in the occupation and interests fields is “My lovely sites:”, but if you view the source, it’s all there.
When registering a new user, the max length is 140 and the display length is 30 for the occupation and interests fields. When viewing the profile, the field lengths are the same. But here are 577 characters in this spammer’s occupation and interests fields, but when viewing that page, all you see is “My lovely sites:”.
It’s trivial to get around a form’s field length restriction with something like the Web Developer Toolbar, or maybe they’re doing it in a different way. I have an integrated install so the value is held in the wp_usermeta table, and the field is defined as longtext, which is a LOT of characters.
Has anyone else seen this, and does anyone think there should be some validation done on the data that’s input to ensure that it’s less than 140 characters before inserting it into the database?
This was Firefox 2.0.0.14 on Windows XP SP2, running bbPress 1.0-alpha from around March 2007, PHP 5.2.5, MySQL 4.0.27, Apache 1.3.34.
Thanks for reading.
With the 0.9 release, and now six months after the first roundup, I figured it was time to take another look at the (completely unofficial) bbPress Top 100 list:
http://bbshowcase.org/forums/view/top100
While about 200 sites have gone missing from the previous list, I managed to find about 600 more to make up for it, so the list is now at just under 1500 (a 50% growth).
If you register/login you can also see the sites that may have just missed the top 100, or see the whole deal via the top 1000:
http://bbshowcase.org/forums/view/top1000
Some really nice looking sites among the bunch. I enabled “snapshots” so you can mouse-over the their little logo and get a general preview. I hope to improve the list someday with the ability to vote on the design of any site to raise it higher in the list (or a separate list for top design).
If I missed your site, be sure to let me know for the next update…
I updated my web site today to bbPress 0.9.0.2 and WordPress 2.5.1. Cookie integration settings got out of whack and I put them back, but now the two are in conflict.
I’ve verified (by clearing cookies and watching as new cookies are registered) that both bbPress and WordPress are using the same cookie for login info — same name, path, etc.
However, when logging into WordPress I am logged out of bbPress, and when logging into bbPress I am logged out of WordPress. So they appear to be using the same cookie and overwriting it as I login to each section.
Note that the SECRET_KEY and BB_SECRET_KEY definitions in each respective config files are identical.
The cookie seems to be broken up into three parts: user name, a shortish numerical code (in decimal), and a long hexadecimal code. The name and shortish numerical code are identical between bbPress and WordPress but the long hex code changes every time. Does this help provide a clue?
When installing bbpress I was asked if I wanted to integrate. I successfully added the secret keys and such.
But, when I went to enter the database info so that the users would be synced, it said my database info wasn’t correct. So I went on without doing that part.
Then when I logged in to bbpress for the first time I went to Manage>integration (or something like that). I tried entering the database info again. It took me to the login page. I tried to login and it said that my username is wrong.
So, I tried to register a new account and I got the following error:
Warning: mysql_insert_id(): supplied argument is not a valid MySQL-Link resource in /home/webmagne/public_html/unlimitedbusinesscards.com/forum/bb-includes/db-mysql.php on line 156
How can I fix this?
Should I just start over with a new install?