Author Topic: php  (Read 2391 times)

Pantso

  • Member
  • **
  • Posts: 1,249
  • Kudos: 55
    • http://www.support-freesoftware.org
php
« Reply #15 on: 13 March 2003, 21:01 »
Are you on a paid server or is it your own? I'm sorry I missed that part. If it's your own server then you have to configure sendmail definitely or if you're using a paid service you should mail your host for info. The config.php file has nothing to do with your mail settings and is just there to point to your database. I'm sorry I can't be of any more help ecsyle.    :(    Perhaps you could ask a question at the PHPNuke forums about that.
 
edit: sorry forgot to tell you that the administrative panel in PHPNuke is the Preferences panel you see when you log in as admin.

[ March 13, 2003: Message edited by: Panos ]


xyle_one

  • VIP
  • Member
  • ***
  • Posts: 2,213
  • Kudos: 135
php
« Reply #16 on: 13 March 2003, 21:24 »
i am running this on my own server. a little project of mine. trying to learn "LAMP". can i even run my own mail server? what info do i need to set it up? damn it. this project never ends!!!  ;)

xyle_one

  • VIP
  • Member
  • ***
  • Posts: 2,213
  • Kudos: 135
php
« Reply #17 on: 13 March 2003, 22:06 »
word. Void Main (the real one  ;)  ) never fails. setup an MTA
so, i guess tonight, when i get home, ill be able to get this 'nuke thing rolling...
thanks for all the help Panos      

TheQuirk

  • VIP
  • Member
  • ***
  • Posts: 2,154
  • Kudos: 315
php
« Reply #18 on: 14 March 2003, 02:45 »
Code: [Select]

Pantso

  • Member
  • **
  • Posts: 1,249
  • Kudos: 55
    • http://www.support-freesoftware.org
php
« Reply #19 on: 14 March 2003, 04:35 »
quote:
Originally posted by ecsyle_one:
word. Void Main (the real one   ;)   ) never fails. setup an MTA
so, i guess tonight, when i get home, ill be able to get this 'nuke thing rolling...
thanks for all the help Panos          



I was going to tell you exactly the same thing, that is to seek for void main's advice (the real one's not the imposter's   :D  ) but you got to me first.    I really wish I could help more and I'm here should you need anything.

BTW, look at the script TheQuirk wrote. Looks like  what you needed in the first place. C'mon Quirk more info please.  

xyle_one

  • VIP
  • Member
  • ***
  • Posts: 2,213
  • Kudos: 135
php
« Reply #20 on: 14 March 2003, 05:03 »
yeah quirk. i do not know what i am looking at..

TheQuirk

  • VIP
  • Member
  • ***
  • Posts: 2,154
  • Kudos: 315
php
« Reply #21 on: 14 March 2003, 05:52 »
That script will display the contents of a directory, excluding hidden files, "up" directories and php files.

Code: [Select]

Is how it displays the file. For example, to dedicate an entire line to each file (and a link), you'd replace that line with:

Code: [Select]

And you can thank Void for this, because this is a fixed version of what I wrote (I wrote something, it didn't work, so he corrected it).

xyle_one

  • VIP
  • Member
  • ***
  • Posts: 2,213
  • Kudos: 135
php
« Reply #22 on: 14 March 2003, 07:32 »
thank you very much quirk. thanks to void main who will never see this anyways  ;)  
cool. i think i owe you part of this check as well.....

xyle_one

  • VIP
  • Member
  • ***
  • Posts: 2,213
  • Kudos: 135
php
« Reply #23 on: 14 March 2003, 23:27 »
that worked beautifully. thanks again

TheQuirk

  • VIP
  • Member
  • ***
  • Posts: 2,154
  • Kudos: 315
php
« Reply #24 on: 15 March 2003, 02:06 »
No problem, glad I could help.

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
php
« Reply #25 on: 15 March 2003, 17:52 »
quote:
Originally posted by TheQuirk:
Code: [Select]
[/b]


bout thayt eh