rajasekharan
Forum Replies Created
-
Try to deactivate and then reactiavte the plugin. I guess the database tables aren’t created or were dropped. This should fix the issue.
Raj
Not at this time in v5.1.1. This is one of many missing functionalities I am hoping to add in future versions.
As pointed out by mhinparis, you have to access your database using a tool like phpMyAdmin (which can be found in your web host’s control panel). Then go to the wp_wpr_newsletter_mailouts table and then delete the broadcast there.
Hi,
The problem is that the 4.9.5.1 was delivering 12 times the hourly limit. It was rather a 5 minutes limit.
This issue has been fixed in v5.1.1. Please upgrade.
Which version are you using?
>>This is because of the base64 decode function in the viewbroadcasts.php file. It is used by most people to hide unwanted code in web pages.
Sorry, I meant to say. It is widely used used to hide malicious code in malicious scripts.
Hi,
I’m the author of the plugin.
This is because of the base64 decode function in the viewbroadcasts.php file. It is used by most people to hide unwanted code in web pages. Often times it is used to download viruses and trojans through web pages.
That there is no malicious code in the plugin at all.I have removed the base64 decode function in the coming version and replaced it with a iframe load. Please make an upgarde to the new version to overcome these issues.
Raj
Add border=”0″ as an attribute to all of your images to avoid seeing blue border. A image that is a link automatically gets a blue border.
Raj
Forum: Fixing WordPress
In reply to: Sending rss feeds to subscriber via emailPlease quote which version of WP Responder are you using?
Hi Max,
The settings page, the dashboard page and the new broadcast page all have images that will show an advertisement for my services.
I have been extremely busy so I have not been able to get to making this advertisement image so I have placed a 1px by 1px image in its place so that you don’t see an ugly broken image icon. It has been that way for a LONG time.
You can see an empty space below the Address field in the settings page:
https://screencast.com/t/qI23FvfAYFH
For you to go to my website you must CLICK on the image. There is NO javascript of PHP code that forces the users of this plugin to visit my website.
Warm Regards,
Raj
https://www.wpresponder.comForum: Plugins
In reply to: Worm in WP Responder Email Newsletter and Autoresponder Plugin???Hi,
It is not an virus or an infection. It is a false alarm. The base64decode function you see in the script tag is harmless. It is used to decode a base64 string.
It is used to decode the HTML source code of the HTML body of the email and show it in the administration panel.
var thecontent = '<?php echo base64_encode($output['HTML Body']) ?>';
In this line the HTML body of the sent broadcast is base64 encoded and placed in the javascript variable ‘thecontent’ by PHP. When this (view braodcast) interface is loaded this content is base64 decoded by javascript using this function Then it is inserted into the body of an iframe to show you the content of the HTML body of the sent broadcast.
That is all. I have heard of other antiviruses that are giving a false alarm on that file so I am working on an alternative implementation of the same which you will get in the next version.
I assure you there is no virus or mallicious code in the plugin.
Warm Regards,
RajHi,
Email may not go out for many reasons:
1. You may have touched teh hourly sending limit of your server
2. The e-mail may have been blacklisted as spam by a spam filter.
3. Improper e-mail server configuration.
4. Network problemsand many many more reasons.
If the wpr_queue.sent value is set to 1 and you received at least one e-mail from that particular delivery queue, then I believe the plug-in has done whatever can be done in its power. After that it is up to the local mail server and the network after that to deliver it. IMHO, there is no 100% delivery guarantee with e-mail.
Hi paroflyer,
Could you please get in touch with me at :
https://www.wpresponder.comLets see what the problem is and get it resolved.
Did you run the WPR Cron from under [Newsletters] > WPR Cron section?
Hi substandardtim,
Could you get in touch with me from my website:
I’d like to take a look at the problem myself and help you resolve it.
Raj
Thank you for letting me know. Much appreciated!