[PHP] Re: What's this

2004-06-17 Thread Christof Rath
Pieter From Sa wrote:

It seems to be part of a template. There should be a kind of template 
class or at least a substitution routine, which will be called before 
the page will be displayed, that replaces {S_MODE} with a useful value.

c.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: What's this

2004-06-17 Thread Pieter from SA
This type of action is used in a lot of files in "PHPbb".

I need to change someting in the "Jump to" at the bottom of Search and
memberlist pages.

"Pieter From Sa" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
>
> This has me confused, is this Java or a php class, a constant or what?, i
> have never seen this kind of action.
>
> 
>
> In what type of file will i find the "S_MODE".
>
> Thanks

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: What's this

2004-06-17 Thread Keith Greene
This stuff is common in PHPbb. Usually you will find the constants like 
that located in the template files. The definitions for those constants are 
usually found in the php file associated with that template file. For example,
if you found "" in 
/templates/subsilver/memberlist_body.tpl, the definition for that constant 
would probably be found in /memberlist.php, like this:
'S_MODE' => append_sid("memberlist.$phpEx"))

Hope this helps.
Keith
At 05:30 AM 6/17/2004, Pieter from SA wrote:
This type of action is used in a lot of files in "PHPbb".
I need to change someting in the "Jump to" at the bottom of Search and
memberlist pages.
"Pieter From Sa" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
>
> This has me confused, is this Java or a php class, a constant or what?, i
> have never seen this kind of action.
>
> 
>
> In what type of file will i find the "S_MODE".
>
> Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: What's this in my dir list?

2006-05-18 Thread Barry

tedd schrieb:

Hi Gang:

When I list one of my directories, via:

echo("");
system("ls -l");
echo("");

I get:

-rw-r--r--  1 ancientstones psacln  6980 Apr 28 18:46 ancientstones.gif
-rw-r--r--  1 ancientstones psacln  2090 May 14 10:10 as.css
-rw-r--r--  1 ancientstones psacln   658 May  2 14:59 big_m.php
...

My question is, what is "psacln"?

In all the reference material I've looked at, that column is absent. Is 
that the "name" for the group?


Thanks.

tedd

groupowner of that file.
yes.

--
Smileys rule (cX.x)C --o(^_^o)
Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php