SteveSRS
SteveSRS
Comments
-
oh and another good idea: sending in batches.
So even if your list is 10K big.. a setting that allows you to send messages in batches of say 1K 10 times on different times (possibly with different subjects) -
@phoenix404
Yes, please see previous comments etc. -
Do you have Sendy properly installed? userID is a column from the original Sendy installation.
Also let me know when you get this error and in which php file.
-
+1 should also be added to Sendy core..
And +1 on the question above, is this tested for 2.0.4 Igor?
-
@carsonreed installation is very easy; just upload the files to your sendy installation folder via ftp.
As for testing; this is going to need some time. Sendy does not…
-
Hey guys,
Sorry for delay busy busy: https://github.com/StevenFlecha/Sendy_listcleaner_mod
It is NOT tested enough to be 'production' ready so only … -
Hey Ben,
Thanks for the answer perhaps we should look into switching, I haven't tested extensively with Redactor (we're still in development phase) but I've noticed sometimes some weird stuff was going on and some formatting was just not …
-
ok found the error finally.
At some point the list ID's have changed??
Because my list ID which I was using had
'888' instead of '892'I checked my list id before but I must have missed this slight difference because…
-
hmm its getting weirder..
if (!extension_loaded('openssl')) {
echo "
open SSL extension not available...";
}else{
echo "
Open ssl extension IS available...";
}shows that openssl extension …
-
ok I checked and openssl_decrypt is return false.. all data provided to the function is there though so must be something wrong with the function...
-
Hi Ben,
I'm going to have a look at it right now..
The line number inconsistency is because I added a few 'echo' lines I did a guess on the exact line based on the amount of echo's I added.. I'm probably off by a few lines. Will g…
-
Well Nginx is a lot faster .. however it would be weird if Nginx has anything to do with the way encryption works.. perhaps it is some sta…
-
Yeah that is what I mean.. thanks for the answer
-
seems I've fixed it with:
RewriteRule ^([a-zA-Z0-9-]+)$ /mydir/$1.php [L]
Link tracker
RewriteRule ^l/([a-zA-Z0-9/]+)$ /mydir/l.php?i=$1 [L]
Open tracker
Re…
-
thanks ben, the answer I was hoping for and expected just needed to be sure