Posted by Hinode on February 14, 2008 at 1:01am
Jump to:
| Project: | CGI:IRC |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
downfallguild has changed and irc.cgi seems droped.
I try to point this URL to my own site, but doesn't work (no error reported, only blank screen).
Any work-around or this dependence is mandatory ?
Thanks.
Comments
#1
i recently updated the module and helpfile to include instructions that inform you that you must open the module file within notepad and edit the iframe line to reflect the url for your site. In the module it is pointing to downfall atm and you should change this to your site for example it was at http://files.downfallguild.org/demo/modules/cgiirc/cgiirc/irc.cgi it needs to be changed to http://yoursite/modules/cgiirc/cgiirc/irc.cgi or however it is you get to where your module is installed. You need to have clean url's enabled.
an easy way to find out what the url that needs to go in there is to just click the cgiirc link and copy it from the url bar and paste it into the module preserving the /cgiirc/irc.cgi part of the url as that is the actual script that is running.
downfall is back up and running (we had to change hosts) and we now use media temple and have to fix a configuration error within the server as it is giving 403 errors when trying to access the script
#2
changing status to fixed :) if you have any questions feel free to catch me on www.mibbit.com server irc.freenode.net #downfall
#3
closing because it shows up as an open issue
#4
I have already done it, but do not work.
Clean URL is not an option to me. Just very restricted to my host.
#5
the other option you have is to just embed mibbit.com into the module instead of using the cgiirc script i will post the example when i get back to my other computer
#6
here is the code as promised replace the iframe line in the cgiirc.module with
$output .= '<iframe src="http://www.mibbit.com/?server='.$cgiirc_server.'&nick='.$cgiirc_nick.'_&channel=%23'.$cgiirc_room.'" width="'.$cgiirc_width.'" height="'.$cgiirc_height.'">';or you can checkout the new mibbit chat module.