Windows NT IQ 5.2 build 3790
PHP Version 4.3.6
PHP API 20020918
PHP Extension 20020429
Zend Extension 20021010
i have "send mass mail" and "open mail settings" problem and i cant find solution
(500);?>
header("Content-type: text/xml");
include "mainfile.php";
$resultb = mysql_query("SELECT storyid FROM [b]XOOPS[/b]_stories LIMIT 0,5000");
?>
echo ''; ?>
echo '' ; ?>
$i=1;
while ($resultat = mysql_fetch_array($resultb)) {
$storyid=$resultat["storyid"];
$date=date('Y-m-d');
echo "
http://www.[b]website.com[/b]/modules/news/article.php?storyid= $storyid
$date
weekly
0.5
";
$i++;
} ?>
(500);?>
header("Content-type: text/xml");
include "mainfile.php";
$resultb = mysql_query("SELECT storyid FROM XOOPS_stories LIMIT 0,5000");
?>
echo ''; ?>
echo '' ; ?>
$i=1;
while ($resultat = mysql_fetch_array($resultb)) {
$storyid=$resultat["storyid"];
$date=date('Y-m-d');
echo "
http://www.site.com/modules/news/article.php?storyid= $storyid
$date
weekly
0.5
";
$i++;
} ?>