FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Failure in db.inc line 16
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Failure in db.inc line 16 [message #34882 is a reply to message #34787] Wed, 22 November 2006 01:32 Go to previous messageGo to previous message
Dragondark is currently offline  Dragondark   United States
Messages: 3
Registered: November 2006
Karma:
Junior Member
Ok, so here's what i got so far. I have script that pipes email messages in text format from my mailserver to a file called 'output.text'. It's doing fine, I can open and see the emails hitting the file. Next I use another script to pipe to the maillist.php, but still nothing gets to the forum. The script I'm using to test the pipe to the forum is:

<?php
$pipe = popen("php maillist.php 1", "w");
fwrite($pipe, file_get_contents("C:\\temp\\output.txt"));
pclose ($pipe);
?>

The file is located in c:\temp

Does this look about right?

Thanks again!!!
Rob
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Question About Adding Users From A Mailing List
Next Topic: IP filter
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 01:08:54 GMT 2024

Total time taken to generate the page: 0.05035 seconds