Recent Topics, Posts and Global Announcments 1.1.1

Recent topics, announcement display, RSS / ATOM Feed Syndication MOD Downloads
- Content delivery outside of viewtopic/viewforum.

How do you like that mod?

I Love It! (5 stars)
14
56%
I Really Like It! (4 stars)
5
20%
I Like It (3 stars)
5
20%
I Don't Like It (2 stars)
0
No votes
I Hate It (1 star)
1
4%
 
Total votes : 25

Re: Recent Topics, Posts and Global Announcments 1.0

Postby Handyman » 17 Dec 2006, 12:50

Thats true, only if the directory is CALLED "subdomains".
My experience with subdomains like that is the subdomain would be called "forum".
@Rafterman, But either way, it's something for you to try.

to test it, you can make a test page where your non-forum index page is located it put this in it
Code: Select all
<?php
$phpbb_root_path
= '';//this is where you would try all those paths until you get one that works.
if (!file_exists($phpbb_root_path . 'config.php'))
{
  die(
'sorry, no config file here, try again');
}
else
{
  die(
'DUDE! you like, so totally found the right root path');
}
?>

Then browse to that test page, and mess with the root path until it gives you the config file found message.
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7456
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male


Re: Recent Topics, Posts and Global Announcments 1.0

Postby Rafterman » 17 Dec 2006, 14:32

ok, i will test it Wink

with
Code: Select all
$phpbb_root_path = './../subdomains/forum/httpdocs/';

i get
Code: Select all
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(./../subdomains/forum/httpdocs/config.php) is not within the allowed path(s): (/var/www/vhosts/nrg3.de/httpdocs:/tmp) in /var/www/vhosts/nrg3.de/httpdocs/test2.php on line 3
sorry, no config file here, try again



same thing with
Code: Select all
$phpbb_root_path = './../forum/httpdocs/';

Code: Select all
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(./../forum/httpdocs/config.php) is not within the allowed path(s): (/var/www/vhosts/nrg3.de/httpdocs:/tmp) in /var/www/vhosts/nrg3.de/httpdocs/test2.php on line 3
sorry, no config file here, try again
User avatar
Rafterman
Cadet IV
Cadet IV
 
Posts: 42
Joined: 12 Sep 2006, 12:04
Gender: Male

Re: Recent Topics, Posts and Global Announcments 1.1

Postby Rafterman » 17 Dec 2006, 15:26

with
Code: Select all
$phpbb_root_path = './subdomains/forum/httpdocs/';

or
Code: Select all
$phpbb_root_path = './forum/httpdocs/';


i get only
Code: Select all
sorry, no config file here, try again
User avatar
Rafterman
Cadet IV
Cadet IV
 
Posts: 42
Joined: 12 Sep 2006, 12:04
Gender: Male

Re: Recent Topics, Posts and Global Announcments 1.1

Postby Handyman » 17 Dec 2006, 18:07

Hmm... ok... I'm not sure if it will let you do something like this
Code: Select all
$phpbb_root_path = 'http://forum.nrg3.de/';

You could try that and see if it works.
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7456
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

Re: Recent Topics, Posts and Global Announcments 1.1

Postby Rafterman » 18 Dec 2006, 04:26

/subdomains/forum/httpdocs/ dont work
http://forum.nrg3.de/ dont work either

i´ve written a short support mail to my provider, maybe they know a the solution
User avatar
Rafterman
Cadet IV
Cadet IV
 
Posts: 42
Joined: 12 Sep 2006, 12:04
Gender: Male

Re: Recent Topics, Posts and Global Announcments 1.1

Postby Rafterman » 18 Dec 2006, 09:47

ok, ive spoken with my support and he told me that it wont work, because its not allowed Sad

so i have to wait for a standalone script
User avatar
Rafterman
Cadet IV
Cadet IV
 
Posts: 42
Joined: 12 Sep 2006, 12:04
Gender: Male

Re: Recent Topics, Posts and Global Announcments 1.1

Postby Handyman » 18 Dec 2006, 14:45

Or a new hosting provider... I was with a hosting provider for 3 years and we had the ability to do a subdomain that we could do the ./../ stuff to.
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7456
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

Re: Recent Topics, Posts and Global Announcments 1.0

Postby Highway of Life » 18 Dec 2006, 15:41

Hey Rafterman,

I was going to post a reply here yesterday, but I either forgot, or ran out of time...
Anyways, the open_basedir restriction won't let you go to your sub domains.
Watch out! I might do a code wheelie!

User avatar
Highway of Life    
STG Jedi Master
STG Jedi Master
 
Posts: 10458
Joined: 08 May 2006, 05:23
Location: Beware of Programmers carrying screwdrivers
Gender: Male
phpBB Knowledge: 10

Re: Recent Topics, Posts and Global Announcments 1.1

Postby kuld33p » 19 Dec 2006, 08:47

This is a humble request to all the admins and mods here that please update the documentation that to which beta version a specific mode is applicable. coz it hard to go through all the topic posts first and find out whether it will work with beta 4 or not. or specific to any beta version.
The Revolutioners

If US government has no knowledge of aliens, then why does Title 14, Section 1211 of the Code of Federal Regulations, implemented on July 16, 1969, make it illegal for U.S. citizens to have any contact with extraterrestrials or their vehicles?
-
User avatar
kuld33p
Lt. Jr Grade
Lt. Jr Grade
 
Posts: 118
Joined: 02 Dec 2006, 10:19
Gender: Male

Re: Recent Topics, Posts and Global Announcments 1.1

Postby Highway of Life » 10 Jan 2007, 10:51

All of the MODs should have a "Works With" field that shows the Beta version that it was last TESTED on, and although it was tested on that version, in some cases, it may work with current versions as well.

The easiest way to see all of them at once is to go to the MOD Database and look through the MODs to find which ones are compatible.

However, if you are not a Beta tester, MODer or developer, I strongly recommend you:
1) Not use phpBB3 until Gold or RC1 at the earliest.
or if you do...
2) Don't install any MODs on it.

The reason for this is that if you are not experienced with code, you may find it extremely difficult trying to upgrade your forum if phpBB makes a complicated change, and therefor you may lose all of your posts and/or users.
Watch out! I might do a code wheelie!

User avatar
Highway of Life    
STG Jedi Master
STG Jedi Master
 
Posts: 10458
Joined: 08 May 2006, 05:23
Location: Beware of Programmers carrying screwdrivers
Gender: Male
phpBB Knowledge: 10

PreviousNext

Return to Recent Topics, RSS / ATOM Syndication MODs

Who is online

Users browsing this forum: No registered users and 0 guests