PHPlist version 2.8.12 (c) 2000-2005 Tincan Ltd, http://www.phplist.com
Usage: /export/www/customers/email.americanitsolutions.us/htdocs/lists/admin/index.php -p page [other parameters]
PHPlist version 2.8.12 (c) 2000-2005 Tincan Ltd, http://www.phplist.com
Usage: /export/www/customers/email.americanitsolutions.us/htdocs/lists/admin/index.php -p page [other parameters]
drachomium wrote:I am trying to get the Throttle function working in my PhpList version 2.8.12, according this topic started by Daniela.
Has anyone else tried Throttle with this Version?
I'm trying the setup by Cafamily, who seemed to have his/her wits about them concerning the superfluidity of the "phplist" file unless actually being used.
- Code: Select all
/usr/local/scripts/phplist -p processqueue
Question then, is there a lack of security with this type of process? I have .htaccess and no require_login. Does CaFamily's commandline_users trick avail anything then?
linsys wrote:I'm now getting this message:
PHPlist version 2.8.12 (c) 2000-2005 Tincan Ltd, http://www.phplist.com
Usage: /export/www/customers/email.americanitsolutions.us/htdocs/lists/admin/index.php -p page [other parameters]
php /home/public_html/phplist/294/admin/index.php login=USERNAME password=PASSWORD -p processqueue
staticfiends wrote:now it gives me this sent to me:![]()
- Code: Select all
Content-type: text/html
X-Powered-By: PHP/4.3.10
Set-Cookie: PHPSESSID=b5f14d33e1a5c188f1fed91fb37e5baf; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
<!-- using ../config/config.php -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
<meta http-equiv="pragma" content="no-cache">
<link rev="made" href="mailto:phplist%40tincan.co.uk">
<link rel="home" href="http://www.phplist.com" >
<link rel="copyright" href="mailto:phplist%40tincan.co.uk" >
<meta name="Author" content="Michiel Dethmers - http://www.phplist.com">
<meta name="Copyright" content="Michiel Dethmers, Tincan Ltd - http://tincan.co.uk">
<meta name="Powered-By" content="PHPlist version 2.8.12">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<script language="javascript" type="text/javascript" src="js/select_style.js"></script><meta http-equiv="Cache-Control" content="no-cache, must-revalidate"><meta http-equiv="Pragma" content="no-cache"><title>PHPlist :: PHPlist :: Send message queue</title><link href="styles/phplist.css" type="text/css" rel="stylesheet">
</head>
<body bgcolor="#ffffff" background="images/bg.png">
<a name="top"></a>
<div align=center>
<table cellspacing=0 cellpadding=0 width=710 border=0>
<tr>
<td bgcolor="#000000" rowspan=3><img height=1 alt="" src="images/transparent.png" width=1 border=0></td>
<td bgcolor="#000000"><img height=1 alt="" src="images/transparent.png" width=708 border=0></td>
<td bgcolor="#000000" rowspan=3><img height=1 alt="" src="images/transparent.png" width=1 border=0></td>
</tr>
<tr valign="top" align="left">
<td>
<!--TOP TABLE starts-->
<TABLE cellSpacing=0 cellPadding=0 width=708 bgColor="#ffffff" border=0>
<TR vAlign=top>
<TD colSpan=2 rowspan="2" height="63" background="images/topstrip.png"><a href="http://www.phplist.com" target="_blank"><img src="images/masthead.png" border=0 width=577 height=75 alt=""></a></TD>
<TD align=left
background="images/topstrip.png" bgcolor="#F0D1A3"><FONT
size=-2> <I>powered by: </I><BR> <B>[<a class=powered
href="http://www.php.net/" target=_new><I>PHP</I></a>]</B> + <B>[<a
class=powered href="http://www.mysql.com/"
target=_new>mySQL</a>]</B></FONT></TD></TR>
<TR vAlign=bottom>
<TD vAlign=bottom width=132
background="images/topright.png" bgcolor="#F0D1A3"><SPAN
class=webblermenu>PHPlist</SPAN></TD></TR>
<TR>
<TD bgColor="#000000"><IMG height=1 alt=""
src="images/transparent.png" width=20
border=0></TD>
<TD bgColor="#000000"><IMG height=1 alt=""
src="images/transparent.png" width=576
border=0></TD>
<TD bgColor="#000000"><IMG height=1 alt=""
src="images/transparent.png" width=132
border=0></TD></TR>
<TR vAlign=top>
<TD> </TD>
<td><div align=left>
<br />
<p class="leaftitle">PHPlist - send message queue</p><div><font style="font-size : 12px;font-family : Arial, Helvetica, sans-serif; font-weight : bold;"> good afternoon ause</font></div><div align="right"><a href="./?page=logout&PHPSESSID=b5f14d33e1a5c188f1fed91fb37e5baf">logout</a></div><script language="javascript" type="text/javascript">
onerror = null;
this.onerror = null;
</script>
<script language="Javascript" src="js/progressbar.js" type="text/javascript"></script><form method=post name="outputform"><textarea name="output" rows=22 cols=75></textarea></form>
45 * * * * * php /home/u5/mydir/html/phplist/public_html/lists/admin/index.php page=processqueue login=username password=password
# every hour at 15 minutes past we process the queued messages
15 * * * * /usr/local/scripts/phplist -p processqueue
#
# crontab for processing all messages with status 'queued' with PHP-cli
# (MAILQUEUE_BATCH_SIZE=0 is recommended).
# All emails will be send in one run. First processing starts at 17 min after midnight and continues
# as long as subscribers have to be processed. Second job starts precisely at high noon.
# Setting up multiple entries at different hours repeats the whole send process multiple times
# a day. Be sure that enough time has passed that the previous job has finished before scheduling
# the next.
#
17 0 * * * USER=listprocessor; export USER; /usr/bin/php /home/mydomain/public_html/phpList/admin/index.php -pprocessqueue -c/home/mydomain/public_html/phpList/config/config.php >/dev/null
00 12 * * * USER=listprocessor; export USER; /usr/bin/php /home/mydomain/public_html/phpList/admin/index.php -pprocessqueue -c/home/mydomain/public_html/phpList/config/config.php >/dev/null
Status: 404
Content-type: text/html
X-Powered-By: PHP/4.3.11
No input file specified.
This document requires you to log in
Return to Advanced Answers, Howtos, Tips & Tricks
Users browsing this forum: No registered users and 1 guest