|
|
Craig |
| December 28, 2005, 4:11pm |
|
|
Posts: 3,619
Gender:  Male
Posts Per Day: 2.13
Reputation: 97.73%
Reputation Score: +215 / -5
Time Online: 14 days 15 hours 11 minutes
Location: Germany
Age: 38
|
Quoted from Warlock
With my hosts I have direct access to my virtual server settings via a webpage and it's called cpanel or cpanelx, in fact there are a few but all give direct access. You probably have it, it's where you can go in and setup your email etc.
I think it is probably just that Safe Mode is turned on.
Martin, I have wondered for quite sometime now why you didn't put this inside the cgi-bin directory to begin with  . It seems to me if you are going to mix code and run code, that would be the safe way to do it or? |
| Don't just ask a question. Instead ask a question, give us a screen shot and post a link to your forum. Help us help you make your forum better!If I helped...increase my Reputation by clicking here. |
|
|
|
|
|
Martin |
| December 28, 2005, 5:02pm |
|
|
Posts: 4,558
Gender:  Male
Posts Per Day: 3.16
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 17 minutes
Location: UK
Age: 50
|
When I started it, my test site was on one of those weird setups where nothing was recognised in cgi-bin so everything including eblah run straight from the root. I could rewrite the install notes when I test it out for 9.6, it's only a matter of changing the upload location. Besides that, this is the first site that I know of that won't run it as is  |
| Martin's Reputation: Increase |
|
|
|
|
|
n8 |
| December 29, 2005, 7:01am |
|
|
Posts: 68
Gender:  Male
Posts Per Day: 0.04
Time Online: 14 hours 38 minutes
Location: Lexington, MA
|
i guess i will wait and see what comes in 9.6. Thanks for all your help. |
| E-Blah Rules. |
|
|
|
|
|
Martin |
| December 29, 2005, 7:39am |
|
|
Posts: 4,558
Gender:  Male
Posts Per Day: 3.16
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 17 minutes
Location: UK
Age: 50
|
Craig came up with a suggestion, why not upload the PHPShout folder into cgi-bin then just edit the mod to point to cgi-bin/PHPShout/ |
| Martin's Reputation: Increase |
|
|
|
|
|
Craig |
| December 29, 2005, 9:52am |
|
|
Posts: 3,619
Gender:  Male
Posts Per Day: 2.13
Reputation: 97.73%
Reputation Score: +215 / -5
Time Online: 14 days 15 hours 11 minutes
Location: Germany
Age: 38
|
Quoted from n8
i guess i will wait and see what comes in 9.6. Thanks for all your help.
ummm...why wait? 9.6 is available for download now. |
| Don't just ask a question. Instead ask a question, give us a screen shot and post a link to your forum. Help us help you make your forum better!If I helped...increase my Reputation by clicking here. |
|
|
|
|
|
n8 |
| December 29, 2005, 9:57am |
|
|
Posts: 68
Gender:  Male
Posts Per Day: 0.04
Time Online: 14 hours 38 minutes
Location: Lexington, MA
|
just installed 9.6...am going to try the recommendation above...be back shortly |
| E-Blah Rules. |
|
|
|
|
|
n8 |
| December 29, 2005, 10:29am |
|
|
Posts: 68
Gender:  Male
Posts Per Day: 0.04
Time Online: 14 hours 38 minutes
Location: Lexington, MA
|
getting a code not found error... tree looks like this: cgi-bin/Blah/PHPShout/"files" cgi-bin/Blah/Mods/Shoutbox_bottom_95.v2m config php looks like this: $themepath = "./Prefs"; $datpath = "./Members"; v2m file looks like this:
|
Code
<openfile="Code/BoardIndex.pl" writes="1"> <mod search="1">
if($uextlog && (!$hideelog || $members{'Administrator',$username})) { $ebout .= qq~<b><a href="$surl\lv-stats/">$boardindex[22] $boardindex[21]</a></b>~; } $ebout .= <<"EOT"; </td></tr></table></td> </tr> </mod end> <mod write="1" action="1"> <table cellpadding="0" cellspacing="1" class="border" width="100%" align="center"> <iframe src="./PHPShout/inc_form.php" width=100% height=250 frameborder="0" name="Shout" marginwidth="0" marginheight="0" align="top" border="0" allowTransparency="true"></iframe> </table> </mod end>
|
|
|
| E-Blah Rules. |
|
|
|
|
|
Martin |
| December 29, 2005, 11:18am |
|
|
Posts: 4,558
Gender:  Male
Posts Per Day: 3.16
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 17 minutes
Location: UK
Age: 50
|
This is because it's a 9.5 mod, I need to rewrite for 9.6 |
| Martin's Reputation: Increase |
|
| Revision History (1 edits) |
| Warlock - December 29, 2005, 11:52am | | |
|
|
|
|
|
n8 |
| December 29, 2005, 12:13pm |
|
|
Posts: 68
Gender:  Male
Posts Per Day: 0.04
Time Online: 14 hours 38 minutes
Location: Lexington, MA
|
i c...
okie doke well ill stand by till thats done...thanks again. |
| E-Blah Rules. |
|
|
|
|
|
Martin |
| December 29, 2005, 12:31pm |
|
|
Posts: 4,558
Gender:  Male
Posts Per Day: 3.16
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 17 minutes
Location: UK
Age: 50
|
Just posted it in the Modification Board  When you upload the PHPShout folder, upload it to /cgi-bin/PHPShout and not /cgi-bin/Blah/PHPShout |
| Martin's Reputation: Increase |
|
|
|
|
|
n8 |
| December 29, 2005, 4:12pm |
|
|
Posts: 68
Gender:  Male
Posts Per Day: 0.04
Time Online: 14 hours 38 minutes
Location: Lexington, MA
|
same result tree now looks like cgi-bin/PHPShout/files (and yes i chmodded the three you mentioned to 666) cgi-bin/Blah/Mod/v2m file code in config php looks like: $themepath = "/Blah/Prefs"; $datpath = "/Blah/Members"; and code in v2m looks like:
|
Code
<openfile="Code/BoardIndex.pl" writes="1"> <mod search="1"> if($uextlog && (!$hideelog || $members{'Administrator',$username})) { $ebout .= qq~<b><a href="$surl\lv-stats/">$boardindex[22] $boardindex[21]</a></b>~; } $ebout .= <<"EOT"; </td> </tr> </table> </td> </tr> </mod end> <mod write="1" action="1"> <table cellpadding="0" cellspacing="1" class="border" width="100%" align="center"> <iframe src="./PHPShout/inc_form.php" width=100% height=250 frameborder="0" name="Shout" marginwidth="0" marginheight="0" align="top" border="0" allowTransparency="true"></iframe> </table> |
|
|
| E-Blah Rules. |
|
|
|
|
|
n8 |
| December 29, 2005, 4:12pm |
|
|
Posts: 68
Gender:  Male
Posts Per Day: 0.04
Time Online: 14 hours 38 minutes
Location: Lexington, MA
|
here is a pic of the error...
 |
This post contains attachments; to download them you must login. |
|
|
| E-Blah Rules. |
|
|
|
|
|
Martin |
| December 30, 2005, 2:11am |
|
|
Posts: 4,558
Gender:  Male
Posts Per Day: 3.16
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 17 minutes
Location: UK
Age: 50
|
|
|
|
|
|
n8 |
| December 30, 2005, 7:33am |
|
|
Posts: 68
Gender:  Male
Posts Per Day: 0.04
Time Online: 14 hours 38 minutes
Location: Lexington, MA
|
no workie...same result. i guess it just wasnt meant to be with my isp.  |
| E-Blah Rules. |
|
|
|
|
|
Craig |
| December 30, 2005, 8:07am |
|
|
Posts: 3,619
Gender:  Male
Posts Per Day: 2.13
Reputation: 97.73%
Reputation Score: +215 / -5
Time Online: 14 days 15 hours 11 minutes
Location: Germany
Age: 38
|
I haven't tried this, but I think if you change: ./PHPShout/inc_form.php to this: http://www.yoursite.com/cgi-bin/PHPShout/inc_form.phpit will work. Martin, there are some issues with the Mod center and using the "before" command. When you go to un-install the mod it screws up the file. I would suggest that you use the after commmand when ever possible. |
| Don't just ask a question. Instead ask a question, give us a screen shot and post a link to your forum. Help us help you make your forum better!If I helped...increase my Reputation by clicking here. |
|
|
|
|
|
|