News:

Wondering if this will always be free?  See why free is better.

Main Menu

[FREE] Chat for SMF 2.0 RC5

Started by bigjoe11a, March 03, 2011, 07:28:27 PM

Previous topic - Next topic

bigjoe11a

I looked and I don't seem to see any thing that will work with SMF RC5. Does any one have plans for making a Chat room for SMF 2.0 RC5.

Thanks
Joe
SMF Forums http://www.df-barracks.com Where gamers go.

Matthew K.

AjaxChat Integration should work with SMF 2.0 RC5 using Version Emulate.

bigjoe11a

Quote from: Labradoodle-360 on March 03, 2011, 07:37:51 PM
AjaxChat Integration should work with SMF 2.0 RC5 using Version Emulate.

Thanks. Its just I tried both of them and the 1st one is not compatable with SMF 2.0 RC5 and the 2nd one I got some errors when trying to install.

Execute Modification    ./SSI.php    Test successful
1.    Add Before    ./SSI.php    Test successful
7.    Execute Modification    ./Sources/Subs.php    Test successful
1.    Add After    ./Sources/Subs.php    Test successful
2.    Add After    ./Sources/Subs.php    Test successful
8.    Execute Modification    ./Themes/default/BoardIndex.template.php    Test successful
1.    Add Before    ./Themes/default/BoardIndex.template.php    Test successful
9.    Execute Modification    ./Themes/default/index.template.php    Test failed
1.    Replace    ./Themes/default/index.template.php    Test successful
2.    Add Before    ./Themes/default/index.template.php    Test failed
10.    Execute Modification    ./Themes/default/languages/Help.english.php    Test successful
1.    Add Before    ./Themes/default/languages/Help.english.php    Test successful
11.    Execute Modification    ./Themes/default/languages/Help.persian.php    Skipping file
12.    Extract File    ./Themes/default/Shout.template.php    
13.    Extract File    ./Themes/default/languages/Shout.english.php

As far as I can see there's nothing that will work.
SMF Forums http://www.df-barracks.com Where gamers go.

Matthew K.

The only test that failed was a template edit, so it won't break the chat if you continue. You could take a look at Manual Installation of Mods and see if that helps you install AjaxChat?

bigjoe11a

Quote from: Labradoodle-360 on March 03, 2011, 07:37:51 PM
AjaxChat Integration should work with SMF 2.0 RC5 using Version Emulate.

Thanks. Its just I tried both of them and the 1st one is not compatable with SMF 2.0 RC5 and the 2nd one I got some errors when trying to install.

Execute Modification    ./SSI.php    Test successful
1.    Add Before    ./SSI.php    Test successful
7.    Execute Modification    ./Sources/Subs.php    Test successful
1.    Add After    ./Sources/Subs.php    Test successful
2.    Add After    ./Sources/Subs.php    Test successful
8.    Execute Modification    ./Themes/default/BoardIndex.template.php    Test successful
1.    Add Before    ./Themes/default/BoardIndex.template.php    Test successful
9.    Execute Modification    ./Themes/default/index.template.php    Test failed
1.    Replace    ./Themes/default/index.template.php    Test successful
2.    Add Before    ./Themes/default/index.template.php    Test failed
10.    Execute Modification    ./Themes/default/languages/Help.english.php    Test successful
1.    Add Before    ./Themes/default/languages/Help.english.php    Test successful
11.    Execute Modification    ./Themes/default/languages/Help.persian.php    Skipping file
12.    Extract File    ./Themes/default/Shout.template.php    
13.    Extract File    ./Themes/default/languages/Shout.english.php

As far as I can see there's nothing that will work.
Quote from: Labradoodle-360 on March 03, 2011, 08:12:39 PM
The only test that failed was a template edit, so it won't break the chat if you continue. You could take a look at Manual Installation of Mods and see if that helps you install AjaxChat?

Yes I was looking at that and I have done PHP before and last time I tried to edit some one's PHP scripts I screwed up the board so much I couldn't figure out what I did wrong and I had to start all over again. I just don't want to take that chance. I have a lot of users on my board and if I crashed it a lot of users would be really pissed.
SMF Forums http://www.df-barracks.com Where gamers go.

Matthew K.

I would go ahead and install AjaxChat despite that error...then attach your index.template.php and I'll take care of ya :)

bigjoe11a

SMF Forums http://www.df-barracks.com Where gamers go.


bigjoe11a

Thanks. How ever I have another problem. I got an error when I tried to click on the Chat Link

Fatal error: require() [function.require]: Failed opening required '/home/dfbarrac/public_html/chat/lib/custom.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dfbarrac/public_html/chat/index.php on line 17

I FTP in and check that folder and the folder /chat/lib/ and file custom.php don't exist. So it didn't install. When I installed it. The only 2 errors I got where in the index.template.php file. So Now I'm really screwed.

I unziped the file and I did find all the missing files. Can I just upload these's files using my FTP or is this another matter.

SMF Forums http://www.df-barracks.com Where gamers go.

Matthew K.

Yeah - Just upload all of the missing files. Or even the whole /chat folder which will over-ride any old files. Either way, it'll work.
Quote from: bigjoe11a on March 03, 2011, 09:04:28 PM
Thanks. How ever I have another problem. I got an error when I tried to click on the Chat Link

Fatal error: require() [function.require]: Failed opening required '/home/dfbarrac/public_html/chat/lib/custom.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dfbarrac/public_html/chat/index.php on line 17

I FTP in and check that folder and the folder /chat/lib/ and file custom.php don't exist. So it didn't install. When I installed it. The only 2 errors I got where in the index.template.php file. So Now I'm really screwed.

I unziped the file and I did find all the missing files. Can I just upload these's files using my FTP or is this another matter.



bigjoe11a

Thanks. I uploaded the missing files and I'm still getting the same error.


Fatal error: require() [function.require]: Failed opening required '/home/dfbarrac/public_html/chat/lib/custom.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dfbarrac/public_html/chat/index.php on line 17

SMF Forums http://www.df-barracks.com Where gamers go.

Matthew K.

Make sure ALL permissions inside /chat are at least 0775. Also make sure /chat folder itself is 0775.

bigjoe11a

Thanks. I did try that. and I still get the same error.
SMF Forums http://www.df-barracks.com Where gamers go.

Matthew K.

Try CHMDing all files inside /chat to 0777.

bigjoe11a

Yes I tried that 1st. Before I set every thing to 775. So I changed it all back to 777. I mean all files and folders in the chat folder.

And I still have the same problem.
SMF Forums http://www.df-barracks.com Where gamers go.

Matthew K.

Might I suggest posting on the mods support topic?

bigjoe11a

I thought you would like to know. That the custom.php file only has one line in it and it's trying to load a page that doesn't exist.

require_once(AJAX_CHAT_PATH.'/../SSI.php');

There is no SSI.php in the chat folder. Not even in the zip file. I looked threw all the folders and nothing. Any ideas.

This file should be in the chat folder.
SMF Forums http://www.df-barracks.com Where gamers go.

Matthew K.

It's calling SMF's SSI.php, so that's okay.
Quote from: bigjoe11a on March 04, 2011, 12:24:35 AM
I thought you would like to know. That the custom.php file only has one line in it and it's trying to load a page that doesn't exist.

require_once(AJAX_CHAT_PATH.'/../SSI.php');

There is no SSI.php in the chat folder. Not even in the zip file. I looked threw all the folders and nothing. Any ideas.

This file should be in the chat folder.


bigjoe11a

Oh, ok, well it looks like it was calling it from the wrong folder. That's why I asked.
SMF Forums http://www.df-barracks.com Where gamers go.

bigjoe11a

Well I'm about really to give up on this one. I posted a message in the support forum and I still have no replies. I mite have to try and uninstall..
SMF Forums http://www.df-barracks.com Where gamers go.

bigjoe11a

Wow uninstalling it was easy'(er) than I thought. Thanks SMF Teams. Now I just waiting for help to install this again with out any errors.

I hope
SMF Forums http://www.df-barracks.com Where gamers go.

Matthew K.

I would be willing to give it a shot for you, if you'd like. I have installed it multiple times on SMF 2.0 RC5.
Quote from: bigjoe11a on March 04, 2011, 12:26:12 PM
Wow uninstalling it was easy'(er) than I thought. Thanks SMF Teams. Now I just waiting for help to install this again with out any errors.

I hope


bigjoe11a

Ok, tell me what to do 1st. Or if you want me too. I can setup a user name that has admin access that you can use and you can do it. I'm not sure if I wanted to try this again or not. My users are asking me for a chat option.

SMF Forums http://www.df-barracks.com Where gamers go.

Matthew K.

To install it for you, I would need FTP login details, in addition to a demo account on the forum which had Administration permissions.

Only give out these details if you're comfortable giving them to me. - Feel free to review my posts, or ask someone about me.

bigjoe11a

Ok, check your PM. I sent you every thing you need.
SMF Forums http://www.df-barracks.com Where gamers go.

bigjoe11a

SMF Forums http://www.df-barracks.com Where gamers go.

bigjoe11a

Ok, I just check and I guess not. LOL. I didn't think it was going to be easy.

SMF Forums http://www.df-barracks.com Where gamers go.

Matthew K.

I sent you at least two PM's regarding the progress? I completed the mod installation. There is one TinyPortal error on the chat page, but you'll need to contact the portal author regarding that issue, it's not something I am knowledgeable on.

Regarding the edit that was not completed - the FTP details you gave me were invalid, so I was unable to complete the final template edit.

bigjoe11a

#28
Quote from: Labradoodle-360 on March 04, 2011, 04:58:22 PM
I sent you at least two PM's regarding the progress? I completed the mod installation. There is one TinyPortal error on the chat page, but you'll need to contact the portal author regarding that issue, it's not something I am knowledgeable on.

Regarding the edit that was not completed - the FTP details you gave me were invalid, so I was unable to complete the final template edit.

I just sent you a new PM. That should be the right information.

I just sent you a new one. I have some settings wrong for the FTP. I just tested it and the FTP connection now works. There's still some errors in the chat that I need to have you fix.





SMF Forums http://www.df-barracks.com Where gamers go.

Matthew K.

I went ahead and logged into FTP and completed the AjaxChat Integration installation. It is now completely installed.

TheListener

Joe can you please repeat the question here.


bigjoe11a

Quote from: Labradoodle-360 on March 04, 2011, 06:02:56 PM
I went ahead and logged into FTP and completed the AjaxChat Integration installation. It is now completely installed.

Ok, well I'm still getting that error at the top about

Notice: Undefined index: show_download in /home/dfbarrac/public_html/Sources/TPSubs.php on line 201

Can you fix this. It looks like it's trying to access some thing for TinyPortal.  Any idea on how to fix that.

Joe
SMF Forums http://www.df-barracks.com Where gamers go.

Matthew K.

Quote from: Labradoodle-360 on March 04, 2011, 04:58:22 PM
I completed the mod installation. There is one TinyPortal error on the chat page, but you'll need to contact the portal author regarding that issue, it's not something I am knowledgeable on.

bigjoe11a

#33
Quote from: Brack1 on March 04, 2011, 06:07:57 PM
Joe can you please repeat the question here.



Ok, sure. can you tell me what question you are referring too..

unless you mean the error I'm getting

Notice: Undefined index: show_download in /home/dfbarrac/public_html/Sources/TPSubs.php on line 201
SMF Forums http://www.df-barracks.com Where gamers go.

Matthew K.

Brack is trying to help you with the error. Brack - It's an undefined error being thrown from TinyPortal on the AjaxChat.

TheListener

If a TP search within the ajax chat mod doesn't show anything then as Lab says a post within the TP topic will be necessary.

Ta Labs.

Matthew K.

Topic starter has already posted in the TinyPortal support thread, so we're all good :)

bigjoe11a

Quote from: Brack1 on March 04, 2011, 06:35:46 PM
If a TP search within the ajax chat mod doesn't show anything then as Lab says a post within the TP topic will be necessary.

Ta Labs.

Sorry Guys. It's just been a bad day.

Notice: Undefined index: show_download in /home/dfbarrac/public_html/Sources/TPSubs.php on line 201

That's the error I'm getting


SMF Forums http://www.df-barracks.com Where gamers go.

Matthew K.

No problem, Ich should be able to help you with that on TinyPortal's thread. :)
Quote from: bigjoe11a on March 04, 2011, 06:38:27 PM
Quote from: Brack1 on March 04, 2011, 06:35:46 PM
If a TP search within the ajax chat mod doesn't show anything then as Lab says a post within the TP topic will be necessary.

Ta Labs.

Sorry Guys. It's just been a bad day.

Notice: Undefined index: show_download in /home/dfbarrac/public_html/Sources/TPSubs.php on line 201

That's the error I'm getting




bigjoe11a

Quote from: Labradoodle-360 on March 04, 2011, 06:39:53 PM
No problem, Ich should be able to help you with that on TinyPortal's thread. :)
Quote from: bigjoe11a on March 04, 2011, 06:38:27 PM
Quote from: Brack1 on March 04, 2011, 06:35:46 PM
If a TP search within the ajax chat mod doesn't show anything then as Lab says a post within the TP topic will be necessary.

Ta Labs.

Sorry Guys. It's just been a bad day.

Notice: Undefined index: show_download in /home/dfbarrac/public_html/Sources/TPSubs.php on line 201

That's the error I'm getting





I just wanted to let you know that you may have it installed. Did you know that it doesn't work. Try logging on and try it for your self. My name should show on the Users List and When I type some thing in and click submit. It should send my message and well nothing works.

SMF Forums http://www.df-barracks.com Where gamers go.

elguapo

can someone install this mod on my smf 2.0 rc4 please? i'm afraid i  might mess up the forum.. :( i'm using simple portal cbox and i cant manage the chatters..

TheListener

Simpleportal doesn't have a chat.

However there is a shoutbox.

elguapo

aw.. yeah.. s a shoutbox.. sorry.. can you do it for me brack please.. :D

TheListener

Helps if you link us to your forum.

elguapo

i'll send you a pm sir.. thanks..

TheListener

And how exactly am I supposed to view the forum if guests are unable to view?

TheListener

I see nothing wrong with the shoutbox.

The feature does not have the same permissions as a usual chat mod.

For an actual chat mod I would look at the Ajax chat integration mod.

elguapo

yeah.. i want the ajax chatbox instead of that shoutbox sir.. if you could install the ajax cbox for me.. :D

TheListener

Sorry but you will have to  ask in the mods own topic for help or the Help Wanted board.

Not only that but as it is 3:45am I need my sleep.

elguapo


Advertisement: