X7 Chat Support Board
Welcome,
Guest
. Please
login
or
register
.
July 31, 2010, 07:31:49 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
X7 Chat Version 3.0.0 Alpha 2 is now available (http://x7chat.com/support_forum/index.php?topic=3198.msg11497#new).
13036
Posts in
3760
Topics by
66534
Members
Latest Member:
magdemis1945
X7 Chat Support Board
Version 1 Archive
[Version 1] Feature Request
SMF 1.0b5 integration
« previous
next »
Pages:
[
1
]
2
Author
Topic: SMF 1.0b5 integration (Read 15064 times)
Naito
Guest
SMF 1.0b5 integration
«
on:
July 23, 2004, 12:21:43 PM »
I have a modified yabbse.php AuthMod file that'll make X7 integrated with SMF. Anyone interested?
Logged
E-Oreo
Administrator
Member
Offline
Posts: 3710
SMF 1.0b5 integration
«
Reply #1 on:
July 24, 2004, 08:49:20 PM »
If you want you can E-Mail me the file at webmaster@x7chat.com and I will put it in the download package for people to use if they use an SMF system. I would appreciate it very much and of course you would get credit for it.
Logged
Naito
Guest
SMF 1.0b5 integration
«
Reply #2 on:
August 03, 2004, 08:10:04 AM »
I have sent it to your email, have you received it?
Logged
E-Oreo
Administrator
Member
Offline
Posts: 3710
SMF 1.0b5 integration
«
Reply #3 on:
August 04, 2004, 10:26:52 PM »
yes, I'm very sorry that I have not gotten it uploaded yet. I will do that right away.
The SMF AuthMod file is available here: http://x7chat.com/mods/smf.zip (http://x7chat.com/mods/smf.zip). Thank you very much for your help in translating it
I will be adding it to the download package soon (I just need to write some simple install instructions), and updating the credits section of the readme
Logged
Guest
Guest
SMF 1.0b5 integration
«
Reply #4 on:
August 18, 2004, 10:55:18 AM »
cool! thanks!
Logged
Kindred
Member
Offline
Posts: 10
SMF 1.0b5 integration
«
Reply #5 on:
October 13, 2004, 07:59:42 AM »
OK,
I have X7 Chat working just fine for a straight path login...
I am trying to get it to work under SMF 1.0 RC2.
I have the SMF.PHP file and have modified the file so that it correctly points to the settings.php file in the SMF directory.
When I run the smf.php, however, it gives me a blank screen... no errors, just a blank white browser screen...
any ideas?
Logged
E-Oreo
Administrator
Member
Offline
Posts: 3710
SMF 1.0b5 integration
«
Reply #6 on:
October 13, 2004, 02:04:50 PM »
Its probably trying to require(); a file that isn't there.
Make sure that X7 Chat is in a subdirectory of the SMF installation. If it works standalone then there is probably a require(); problem in the smf.php file. The only require(); statements in the default file are in these lines at the top:
Code:
if($isbase == "notset"){
require("../../Settings.php");
}else{
require("../Settings.php");
}
Is this the section that you modified? (If so, what did you change it to)
Logged
Kindred
Member
Offline
Posts: 10
SMF 1.0b5 integration
«
Reply #7 on:
October 13, 2004, 03:23:44 PM »
Well, I don't want to install it as a subdirectory of SMF...
I changed the require statement to read:
Code:
if($isbase == "notset"){
require("../community/Settings.php");
}else{
require("../community/Settings.php");
}
However, just as a note, I did try placing the chat as a subdirectory of the SMF directory. I have the exact same problem. It went to a blank white browser screen.
Logged
E-Oreo
Administrator
Member
Offline
Posts: 3710
SMF 1.0b5 integration
«
Reply #8 on:
October 13, 2004, 08:31:28 PM »
You'll need to change it to
Code:
if($isbase == "notset"){
require("../../community/Settings.php");
}else{
require("../community/Settings.php");
}
And so your chat is set up at something like http://yoursite.com/chat (http://yoursite.com/chat) and your board is at http://yoursite.com/community/ (http://yoursite.com/community/) right?
Logged
Kindred
Member
Offline
Posts: 10
SMF 1.0b5 integration
«
Reply #9 on:
October 15, 2004, 07:42:50 AM »
Ok, file changed as you show... but I am still hvaing problems.
If you are willing to check this out to help me, I have set up a user called "testuser" password "test" on SMF.
below is the link to my SMF board
http://www.turtleshellprod.com/community (http://www.turtleshellprod.com/community)
I do not currently have a link in the board to the x7Chat, but when I type
http://www.turtleshellprod.com/x7chat/smf.php (http://www.turtleshellprod.com/x7chat/smf.php)
into the browser (going directly from the SMF community index page), I get a blank browser screen.
note: eventually I will be attempting to hit the chat from within the portal. I am currently experimenting with OCPortal and Mambo... In theory, since both of these portals use the SMF user-data, there should be no different in the access method for X7Chat, yes?
Logged
aaron
Guest
SMF 1.0b5 integration
«
Reply #10 on:
October 21, 2004, 04:22:38 PM »
I am having the same issue. I have made sure that both point to SMF's "Settings.php". I continue to also get the blank screen. I am also using SMF RC2. Any suggestions?
thanks!
aaron
Logged
E-Oreo
Administrator
Member
Offline
Posts: 3710
SMF 1.0b5 integration
«
Reply #11 on:
October 21, 2004, 05:37:52 PM »
Visit http://www.turtleshellprod.com/x7chat/index.php (http://www.turtleshellprod.com/x7chat/index.php) instead of smf.php, smf.php is just an integration file and only contains internal code that tells X7 Chat how to access the database.
Logged
Kindred
Member
Offline
Posts: 10
SMF 1.0b5 integration
«
Reply #12 on:
October 21, 2004, 08:05:02 PM »
OK... I finally understand what I was doing wrong.
I didn't realize that smf.php was defined in the config.php at install time.
I did an uninstall/re-install and it now recognizes SMF users as valid chat users.
Now, however, another issue is raised (actually, 2 issues)
1- When the user logs in, it recognizes him as a valid user and transmits the USERNAME field over just fine. However, none of the other information from his profile in SMF is transferred to X7chat. The Profile in Chat is blank.
If the user enters information in the profile in chat, it says "ok" but the next time the profile is viewed, it is still blank.
Since X7Chat doesn't appear to be storing user information, I can not define user specific permissions...
2- Users are not logged out when they log out of SMF.
And one other quick question... since user logins are defined by SMF login, is there any way to get rid of the Logout button?
«
Last Edit: October 22, 2004, 01:02:33 AM by Kindred
»
Logged
aaron
Guest
SMF 1.0b5 integration
«
Reply #13 on:
October 22, 2004, 07:48:22 AM »
ooops... sorry! i didnt realize that. it works great! thanks!
Logged
E-Oreo
Administrator
Member
Offline
Posts: 3710
SMF 1.0b5 integration
«
Reply #14 on:
October 22, 2004, 02:56:34 PM »
You can modify the lib/html.php and frames/new.top.php files to remove the logout button.
Profile data is not transfer, but should be stored, if it isn't there then there must be a problem with the integration file inserting accounts. Are you having that problem also aaron?
The SMF doesn't delete the X7 Chat cookie so they are not logged out. If you wanted to, you could modify the SMF files to delete the X7 Chat cookie also when you logout.
Logged
Pages:
[
1
]
2
« previous
next »
Jump to:
Please select a destination:
-----------------------------
News
-----------------------------
=> X7 Chat News
-----------------------------
X7 Chat General
-----------------------------
=> Discussion & Help
=> Feature Requests
=> Bug Reports
=> FAQs
=> Gallery
-----------------------------
X7 Chat Development
-----------------------------
=> X7 Chat 3 Discussion & Help
=> X7 Chat 3 Feature Requests
=> X7 Chat 3 Bug Reports
-----------------------------
X7 Chat Mods
-----------------------------
=> Developer Support
=> Mod Support
=> Mod Requests
-----------------------------
Version 1 Archive
-----------------------------
=> [Version 1] Discussion
=> [Version 1] Help
=> [Version 1] Feature Request
=> [Version 1] Bug Reports
=> [Version 1] Chat Room Gallery
=> [Version 1] Mod Request
=> [Version 1] Mod Support
Loading...