UBB.Dev
Posted By: Lord Dexter WOL Help! - 07/19/2001 12:27 PM
I'm trying to add the browsing thread bit for the WOL.

This is the code I need to add.



Ex:

Ok do I need to edit the reletive/path/to/cgi-bin? I used the $CGIURL varaible if you do need to change it, but it doesn't work.

Whats the problem can anyone help?
Posted By: Rich9 Re: WOL Help! - 07/19/2001 4:00 PM
You definitely must change the /relative/path/to/...what could that possibly do with those? If you have the ubb directory on top of your website, then it will be fine to use /ubb/cgi-bin/online. If you are using reletive/path/to/ then it will never work, because Im sure you havent got 3 directories called "reletive", "path" and to".
Posted By: treszoks Re: WOL Help! - 07/19/2001 4:45 PM
You can't pass a a query string in exec statements using SSI. You have to use virtual instead like so:



Relative path for most people is probaly "/cgi-bin/online.cgi....."

This was posted here also:
https://www.ubbdev.com/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=7&t=000600
Posted By: GoTorankusuKu Re: WOL Help! - 07/19/2001 9:37 PM
Before you can even do this, you need to have your server parse the HTML files the UBB generates...
Posted By: Lord Dexter Re: WOL Help! - 07/20/2001 9:51 AM
treszoks-That ex error I got up was on my old server so my new server I think can handle exec statements, but I'm not sure coz I didnt the Ex: Error.

GoTo-How do I do that?
Posted By: Rich9 Re: WOL Help! - 07/20/2001 5:03 PM
I think you will have to ask your servers admin....
Posted By: treszoks Re: WOL Help! - 07/20/2001 5:51 PM
Add a .htaccess file with this in it:

AddType text/x-server-parsed-html .html
Posted By: Lord Dexter Re: WOL Help! - 07/21/2001 3:48 AM
Thanks, I'll try that when my server gets back up. laugh
© UBB.Developers