Hans,
I couldn't wait for you to get finished with the phpbb integration so i installed a vbulletin version instead...
I hired a freelancer to customize both the arcade and the forum so that:
- if someone registers @ arcade he can also post in forum (and vice versa)
- if they check the "remember me" box they will auto-login every time they visit (arcade and/or forum) --> both have the same cookie
The guy is currently working on it, and it should be done within 7 days.
Once it is done, i'll share the code (maybe create a small tutorial) so you guys have a vbulletin integration too.
I hope that this will take a little work of your back
Mike
nice!

I'll also try to finish phpBB integration as soon as possible

OMG .. thats awsome!
Make sure you have a deposit box

yes...
It's a mess, a big mess!!!!
If i knew that from the start i never started on this thing...
VBulletin code is sooo difficult i already hired 2 freelancers...
The first ran away and gave up
The second is doing a good job (at the moment)
We already transfered everything into 1 mysql table so at this moment everything from onarcade is saved into table "user" (same table as vbulletin) instead of the default "users" table.
Writing goes perfect by both parties but if you register at site and than try to login at forum it gives an error like "wrong password".
However, if you then ask the forum to resend password ("forgot password" function) it finds your username and send everything to correct email address.
So, the only solution to this is we have to change the onarcade code so registration/login is done with sessions (same sessions as vbulletin).
Than this should work perfectly fine.
My freelancers says it should't be that hard and thinks this could be ready within 2 weeks from now at the very latest!
I'll post whole mod here once everything is working fine.
---------
To Hans: since you know the onarcade code the best, what is the most simple way to do the session stuff?
Also, to have everything posting in correct mysql table, i changed every file in the includes directory...is there any file i'm missing that i need to change too?
Regards,
Mike
I guess maybe vBulletin and onArcade use different password encryption types no?
Hope it all gets fixed in the end!
oh, it will...
Just give me a few more days...
Mike
Mike Wrote:To Hans: since you know the onarcade code the best, what is the most simple way to do the session stuff?
Also, to have everything posting in correct mysql table, i changed every file in the includes directory...is there any file i'm missing that i need to change too?
Regards,
Mike
Session 'stuff' can be done in includes/sessions.php, that is the only file that uses $_SESSION['userid']
includes directory controls main site, but there is also admin panel. For that you need to make some changes in admin directory.
BTW if it takes 2 more weeks then maybe you should wait for v1.1. There will be very big changes in it (I think inlcudes/dbinfo.php is the only file that has no changes in it). I'll try to finish it as soon as possible (maybe even within next few days, just need some sleepless nights) and post it in clients area.
Writing goes perfect by both parties. trying to login at forum it gives an error like "wrong password". what should we do to that?
__________________
Writing jobs