Forums


WoW Raid Manager :: Forums :: Ports and Bridges
<< Previous thread | Next thread >>   

PHP-Fusion v7 Bridge

Go to page       >>  
Author Post
keace
Wed Oct 15 2008, 05:56AM
Registered Member #561
Joined: Wed Oct 15 2008, 05:37AM
Posts: 3
Hi there.
Just right now i'm planing an programming a new website for our guild @ WoW.
We used WRM/PHPRaid since the mid of WoW Classic. Our Members always got to create 2 accounts, one for the portal and another one for WRM. I'd like to change this.

Or better: I did change it, but i've got the following problem.

I made a copy of the install file for e107 support and fixed it for my suites for usage with the fusionV7 user databases.

The problem is following. I can't find where the reference to the auth files is saved (i.e "auth/auth_e107.php"). I had to change the settings in auth_e107.php, but i would like the WRM to use auth_fusionV7.php.

Everything is working. The installation has passed and i can login with my fusion users that are in the right groups.

The only problem is the reference to the filename.

I hope you can help me and give some hints :P

I'm from Germany, so please forgive my bad english and writing style :)
Back to top
Illydth
Wed Oct 15 2008, 11:54AM

Joined: Mon Sep 24 2007, 02:51PM
Posts: 1886
No problems.

The reference to the file is a bit strange. The auth directory is read directly and auth_ and .php is stripped off giving you just the name of the bridge (e107, phpbb, etc.)

The way it's matched up then is there is a setting in the config table called "auth_type" (in the config_name column) that stores the bridge name you want to use.

When the software goes to include the bridge it includes:

auth/auth_(value from config).php

So for you, take your new bridge, copy it to auth/auth_fusionV7.php, then change the config setting to "fusionV7" and all should work perfectly for you.

BTW There I was a request a while back for a fusion bridge, could you please post your working/final bridge as an attachment (zip it first) either to this thread or to another?

Thanks. :)

--Illydth

- Douglas Wagner -
Site Admin
Back to top
keace
Sat Oct 18 2008, 07:48AM
Registered Member #561
Joined: Wed Oct 15 2008, 05:37AM
Posts: 3
Thanks for the information. I will be finished

[ Edited Sat Oct 18 2008, 06:51PM ]
Back to top
keace
Sat Oct 18 2008, 06:49PM
Registered Member #561
Joined: Wed Oct 15 2008, 05:37AM
Posts: 3
Hi.

I found some time to complete the PHP Fusion V.7 Bridge.

I even found the reference for the auth-file. :P

And here it is: tada...

Here are some comments by me:
I was too lazy to change every single var-name, so you will find variables named e107_xxx_yyy in the fusion installation-file and auth-file. Even the entries for the config table are named e107_xxx.

But i think it's not such a big problem for running the WRM. It will seem a bit confusing for people that look into the files and databases.

In the zip you will find the localization files for englisch, german and Italian. I added a part for the PHPFusion Bridge installation.

I didn't change the install-file itself, so the PHPFusion Bridge will not be shown in the Overview of available authentication modes. Of course, it will be show in the dropdown.

Version 7 vs. Version 6
I didn't test the files für PHP Fusion v.6x.

-----

I've seen a textbox for entering a password that was "type=text", when entering the user password for the first WRM Superadmin. I don't know if it was done with intent, but i don't like entering passwords in cleartext, so i changed it for the fusion v7 installation.

----

Have fun with it.

Keace

wrm_phpfusionv7bridge.zip
Back to top
Illydth
Mon Oct 20 2008, 10:42AM

Joined: Mon Sep 24 2007, 02:51PM
Posts: 1886
*nod* I'll have to fix that in the installer, that should probably be password box and not a text box.

Thanks for the fusion bridge, I'll see about rolling that into a future release. Till then, keep checking the thread here for any support questions you might get with it.

--Illydth

- Douglas Wagner -
Site Admin
Back to top
Zulgol
Fri Dec 12 2008, 04:58AM
Registered Member #707
Joined: Fri Dec 12 2008, 12:27AM
Posts: 3
I just tryed to use the fusion7 Bridge and no matter what i do i allways get this error


Failed to find config file: ("http://weblinksdk.dk/zanique/config.php").
check the directory again
Press your browsers BACK button to try again.


Any fix for that
Back to top
Illydth
Fri Dec 12 2008, 10:42AM

Joined: Mon Sep 24 2007, 02:51PM
Posts: 1886
The config file it's looking for is based upon local path, not web server/http path.

It should be in the format of

"/root/directory/newdirectory/fusiondirectory/config.php"
Or
"../../fusiondirectory/config.php"

not

"http://website.url.ext/fusiondirectory/config.php"

--Illydth

- Douglas Wagner -
Site Admin
Back to top
Zulgol
Sat Dec 13 2008, 08:59AM
Registered Member #707
Joined: Fri Dec 12 2008, 12:27AM
Posts: 3
i tryed that but its still keep comming with the error
Back to top
Illydth
Wed Dec 17 2008, 12:04PM

Joined: Mon Sep 24 2007, 02:51PM
Posts: 1886
This would probably be a good time to contact the author of the bridge: keace.

You have a couple options here, PM is generally responsive (should be a link on the left menu to send a private message). Generally most users get e-mail notifications when a PM is sent to them on the board here so I've found that to be a pretty viable way to get ahold of people. The other possibility is to e-mail the maintainer directly by looking at their "user" profile (should be able to click on keace above or use the "members" link on the main menu to find him).

Unfortunately as phpFusion is not an officially supported CMS system there is little I can do to address your problem other than general advice.

--Illydth

- Douglas Wagner -
Site Admin
Back to top
Kiranerys
Tue Jun 16 2009, 08:36AM
Registered Member #1105
Joined: Tue Jun 16 2009, 08:31AM
Posts: 7
Hey is thaer made eny chances til ned version 4 when it coms to the Bridge's..
iam a php-fusion user and is looking to set op a raid system and it whot be nice if it will work whit the V4 system så i can use the all rady made members in the raid system.

The guild master in DVV
De Vanvittige Vikinger on Terokkar A Danish guild

http//:www.de-vanvittige-vikinger.dk
Back to top
Illydth
Tue Jun 16 2009, 10:29AM

Joined: Mon Sep 24 2007, 02:51PM
Posts: 1886
There have been no changes to the v4 auth system at this monent, php-fusion is still NOT a supported Authentication system.

The base code is above and it's something I will eventually roll into 4.0, but I'm not at that point yet.

--Illydth

- Douglas Wagner -
Site Admin
Back to top
Kiranerys
Tue Jun 16 2009, 01:02PM
Registered Member #1105
Joined: Tue Jun 16 2009, 08:31AM
Posts: 7
thanks i nove the Bridge works on V3 so if now chance is not made i shot work.. thanks for the fasst replay.. and i wearly love to se a offisial bride it is a realy nice system

michael

The guild master in DVV
De Vanvittige Vikinger on Terokkar A Danish guild

http//:www.de-vanvittige-vikinger.dk
Back to top
Kiranerys
Wed Jun 17 2009, 05:46AM
Registered Member #1105
Joined: Tue Jun 16 2009, 08:31AM
Posts: 7
hey i have a problem..

I nowe it is not a sypportede Bridge to the system but i have to ask eny way. i have installe the V4 whit the bridge in this thred and it all goes nice an so on on til i try to log in i get this error

iam not a shark in PHP but to me it looks lige the singin system is a bit chances so it whont use the bridge..

i will try to ask at the fusion main site to make help make 100% Bridge to the system


UH OH! YOU HIT A BOO BOO
Sorry, phpRaid has encountered a critical error!

Page: /guild/wrm/login.php

Query: SELECT user_id,user_name,user_email,user_password FROM DVV_Fusion_Systm.fusion_users WHERE user_name = 'kiranerys'

Details: SELECT command denied to user 'dvv_raid'@'92.61.150.90' for table 'fusion_users'

If this error persists, please make a post with this message
on the wowraidmanager.net Forums and we will do our best to get it corrected. Thanks


The guild master in DVV
De Vanvittige Vikinger on Terokkar A Danish guild

http//:www.de-vanvittige-vikinger.dk
Back to top
Illydth
Wed Jun 17 2009, 08:55AM

Joined: Mon Sep 24 2007, 02:51PM
Posts: 1886
The error you're getting is from your MySQL system. The user you are trying to connect as (likely the user to your WRM database) is not allowed to do a 'select" on the fusion_users table.

I almost GUARANTEE that the reason for this is because you do not have the fusion tables and the WRM tables in the same database, this is a requirement for WRM to function with a bridge.

Remove your WRM installation and re-install to your fusion database using your fusion database userID and Password.

That'll likely get you past the problems. Please let me know if it does not.

--Illydth

- Douglas Wagner -
Site Admin
Back to top
Kiranerys
Mon Sep 07 2009, 12:13PM
Registered Member #1105
Joined: Tue Jun 16 2009, 08:31AM
Posts: 7
Sorry for the long respons time.. but you are right the syste vil not use a nother DB them the fusion system så i works 100 % ok så it is not a problem til put it in the standart pakkede..

The guild master in DVV
De Vanvittige Vikinger on Terokkar A Danish guild

http//:www.de-vanvittige-vikinger.dk
Back to top
Kiranerys
Wed Oct 28 2009, 03:50AM
Registered Member #1105
Joined: Tue Jun 16 2009, 08:31AM
Posts: 7
Hey i have now found me a problem.. when i have the system installt whit the fusion bride all hoo has a use in the fusion system and is in the group to that has right to use the system the problem is tha all can make raids and so on it is not posibel for me to put member in to the groups i have made i the raid system.. dos eny one have a selution to wath i can du..

The guild master in DVV
De Vanvittige Vikinger on Terokkar A Danish guild

http//:www.de-vanvittige-vikinger.dk
Back to top
Illydth
Wed Oct 28 2009, 01:43PM

Joined: Mon Sep 24 2007, 02:51PM
Posts: 1886
If the issue is that everyone can make raids and you don't want that, go into your config option and uncheck the "Enable Groups" checkbox: see the documentation at that link for what enable groups does.

If your question is how to switch people between one permission group and another permission group, keep in mind you have to delete the user from the first group to add them to the second group.

--Illydth

- Douglas Wagner -
Site Admin
Back to top
Kiranerys
Sat Oct 31 2009, 04:37PM
Registered Member #1105
Joined: Tue Jun 16 2009, 08:31AM
Posts: 7
Well Groups is enablet.. in the config.

If i PM you a username and password can you chek the system for me.. ???

The guild master in DVV
De Vanvittige Vikinger on Terokkar A Danish guild

http//:www.de-vanvittige-vikinger.dk
Back to top
Illydth
Mon Nov 02 2009, 05:00PM

Joined: Mon Sep 24 2007, 02:51PM
Posts: 1886
Generally Kir I do not get into that level of support for several reasons:

* If I were to do something you didn't like you could hold me accountable for it.

* If I missclick or do something to destroy the system you could hold me accountable.

* If the system "up and disappears" at some point or worse yet if another website you log into with this same username/password comes up as a problem you could blame me and hold me accountable since I have your username/password.

GENERALLY there's no problem but I try not to set a precedent for providing more support than I am generally comfortable with providing.

Start here:

Is the issue that users can create raids who you don't want to create raids?

or

Is the issue that you can't move users from one permission group to another permission group?

or

Something else?

If you can tell me which of the three I can help you by giving you detailed/step by step instructions on how to fix the issue.

--Illydth

[ Edited Mon Nov 02 2009, 05:01PM ]

- Douglas Wagner -
Site Admin
Back to top
Le-Thor
Sun Mar 07 2010, 08:33AM

Registered Member #1559
Joined: Sat Mar 06 2010, 01:45PM
Posts: 34
I have my raid manager in a child domain and the main site on the master domain.
Is it posible to make it work that way?
And is it posible to make it work with 2 difrent databases?
Back to top
Go to page       >>  
Moderators: Illydth

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System