| Author |
Message |
upkasite Regular


Joined: Oct 18, 2003 Posts: 51 Location: Florida
|
Posted:
Sun Nov 16, 2003 8:18 pm |
|
How do i do this heres a little info on my system
windows xp pro
apache 2.x
php perl asp etc
Also this is all form an installation kit called apache2triad but still i just need to know how to configure phpnuke to use the php() feature |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sun Nov 16, 2003 8:39 pm |
|
What feature of PHP are you trying to use? I would suggest that you get a good beginners book an PHP and MySQL. Also, check out for their on-line manuals and documentation. |
|
|
|
 |
upkasite Regular


Joined: Oct 18, 2003 Posts: 51 Location: Florida
|
Posted:
Sun Nov 16, 2003 8:43 pm |
|
i just want to know how to make phpnuke use the php mail() feature instead of stmp how do i do this |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sun Nov 16, 2003 8:47 pm |
|
mail() does not work without using a mail server. Read this for a better understanding . Also, take some time to read the documentation that comes with Triad. |
|
|
|
 |
upkasite Regular


Joined: Oct 18, 2003 Posts: 51 Location: Florida
|
Posted:
Sun Nov 16, 2003 8:48 pm |
|
i have a server i just need to know how to configure the php mail() i know invision board uses it so can phpnuke? |
|
|
|
 |
upkasite Regular


Joined: Oct 18, 2003 Posts: 51 Location: Florida
|
Posted:
Sun Nov 16, 2003 8:51 pm |
|
well then do you know how to totally remov ehte mail feature when signing up. that is the whole reason for this as i want to get rid of the email i want to totally remove the email thing fron user registration i then will use a script where i control who signs up |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sun Nov 16, 2003 8:57 pm |
|
IB uses php. Nuke uses php. mail() is a function of php. As long as you have a server and you use php, it doesn't matter what application you use. Read the link I gave you to understand the syntax of the mail() function. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sun Nov 16, 2003 8:59 pm |
|
Edit Your_Account/index.php and search for all occurences of mail( and comment those out. You may also have to tweak some other code to bypass all the logic. |
|
|
|
 |
|
|
|
|