MyBB Community Forums

Full Version: its driving me crazy! help me!!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ok.... now i have 3 big problem...... first is i can't log into my admin account... this is how it will look like when i log in:

[attachment=1547]

it just showing the login page in every frame.... i mean like the side panel becomes the log in page, the top navigation becomes the log in page and the admin main page becomes the log in page.... everything becomes to login page.....

2nd thing is i wanna restart my mybb to the default mybb but still have all my thread, forums, posts and members around..... all the config back to default (config that i get after installing mybb).....

3rd is i get error in IE on every theme installed into my forum, the error says script error....

help please, i really want mybb to work out for me but i keep getting all this all the time.....
spicyjoe Wrote:ok.... now i have 3 big problem...... first is i can't log into my admin account... this is how it will look like when i log in:

[attachment=1547]

it just showing the login page in every frame.... i mean like the side panel becomes the log in page, the top navigation becomes the log in page and the admin main page becomes the log in page.... everything becomes to login page.....

Run this SQL code in phpMyAdmin and try logging in again:
UPDATE mybb_settings SET value='/' WHERE name='cookiepath' LIMIT 1
Replace mybb_ with your board's table prefix.

spicyjoe Wrote:2nd thing is i wanna restart my mybb to the default mybb but still have all my thread, forums, posts and members around..... all the config back to default (config that i get after installing mybb).....
You can try this:
Backup your database.
Upload the install files
Run the install with the same table prefix as you had before.
Restore the following tables from your database backup:
mybb_announcements
mybb_forumpermissions
mybb_forums
mybb_groupleaders
mybb_moderators
mybb_polls
mybb_pollvotes
mybb_posts
mybb_privatemessages
mybb_threads
mybb_usergroups
mybb_users
But it really depends on what you want to keep, and what you want to junk.

spicyjoe Wrote:3rd is i get error in IE on every theme installed into my forum, the error says script error....

help please, i really want mybb to work out for me but i keep getting all this all the time.....

The third problem is a problem caused by your visitor tracking script in the footer.

I suspect you have to make these lines one continuous line:
EXd.write("<img src="http://t0.extreme-dm.com",
"/c.g?tag=spicyjoe&j=y&srw="+EXw+"&srb="+EXb+"&",
"l="+escape(EXd.referrer)+"" height=1 width=1>");
But if that doesn't work, you should ask your tracking company how to fix it.
oh ok.... thanks for the help.... high five! i'll update what went correct and what didn't work.... thanks again...

EDIT: hey, i dunno how to see which is which... can you help me?
I don't what you mean
erm, i dunno how to split the database into what i want and what i don't.....