Easy Newsletter system with admin area.

In this section you can share self-made extensions with other users of WYSIWYG Web Builder.
There is a dedicated section for commercial extensions.
Post Reply
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Easy Newsletter system with admin area.

Post by Patrik iden »

Hello, This is a small yet powerfull Newsletter system, with Admin login to send a message to all the users that have subscribed to your Newsletter. In the Admin area you can: Write a standard message to send to all users, You can add users and you can delete users. Users can Subscribe and Unsubscribe from front end. The script require MySql Database. The install.php file is for creating the Database.

Original script from: http://www.plohni.com/wb/content/php/Free_scripts.php

Hope you like this extension, and that you have some use for it.

Regards

//Patrik Iden

DEMO:
http://test3.fcab.se/Easy_newsletter/index.php
Admin login password: admin

Download: https://www.dropbox.com/s/pz01jgc8ihrmr ... r.rar?dl=0
Last edited by Patrik iden on Sun Feb 28, 2016 3:54 pm, edited 1 time in total.
User avatar
iamafireman
 
 
Posts: 84
Joined: Mon May 26, 2008 2:41 am
Location: Tennessee

Re: Easy Newsletter system with admin area.

Post by iamafireman »

When someone unsubscribes, does it automatic removes their email from the list??
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: Easy Newsletter system with admin area.

Post by Patrik iden »

iamafireman wrote:When someone unsubscribes, does it automatic removes their email from the list??
Yes
maxime
 
 
Posts: 117
Joined: Sat Apr 02, 2011 6:15 pm
Contact:

Re: Easy Newsletter system with admin area.

Post by maxime »

in the zip file there is the extension and other file in php. Do we need all those file or only the extension. I mean do we need to use the install.php and other php file.
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: Easy Newsletter system with admin area.

Post by Patrik iden »

maxime wrote:in the zip file there is the extension and other file in php. Do we need all those file or only the extension. I mean do we need to use the install.php and other php file.
You dont need to use the .php files, all thows files is built in to the extension, so they will be uploaded automaticly when you publish your web page with the extension on. I included the files in the .rar file for the purpes of if you want to make any changes to the extension. The install.php file will automaticly create the Database table for you, so if you uploade it to the place ware you publish your web page then you can just run it, or you can use it to import the db_settings to the database. Hope this helps.

Thank you.

//Patrik.
maxime
 
 
Posts: 117
Joined: Sat Apr 02, 2011 6:15 pm
Contact:

Re: Easy Newsletter system with admin area.

Post by maxime »

ok, thank you .
User avatar
docdoc
 
 
Posts: 55
Joined: Sun Jul 18, 2010 9:34 am

Re: Easy Newsletter system with admin area.

Post by docdoc »

Patrik iden wrote:
docdoc wrote:
zotekW7 wrote:agains mysql injection and stuff.
I think you have to work on that...
Well, i dont know how to. Use as is or change it your self.
That is what I meant. :D Thanks for the extension by the way.
adex1
 
 
Posts: 167
Joined: Fri Apr 01, 2011 1:13 pm

Re: Easy Newsletter system with admin area.

Post by adex1 »

docdoc wrote:
zotekW7 wrote:agains mysql injection and stuff.
I think you have to work on that...
Enlight us on how to check for sql injection on input text objects. Thanks.
Buy Automation Shopping Cart for CMS WEBSHOP + 2.2 Using WB10!
- Use secure gateway to buy using PAYPAL website.
User avatar
docdoc
 
 
Posts: 55
Joined: Sun Jul 18, 2010 9:34 am

Re: Easy Newsletter system with admin area.

Post by docdoc »

I try not to be Mr. Smart so please look around here and/or google it! :D
OnTheEdge05
 
 
Posts: 7
Joined: Thu Aug 04, 2011 2:08 pm
Location: NJ
Contact:

Re: Easy Newsletter system with admin area.

Post by OnTheEdge05 »

Hi guys, Im having this error come up...please help..I made a sub-dir /Easy_Newsletter and put all files in there and I run the Install file and i get this

Database server connection failed. Check variables $db_server, $db_user and $db_password in config.php
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: Easy Newsletter system with admin area.

Post by Patrik iden »

Hello, In the extension settings, did you setup the DB conectionand the URL path details correctly?
OnTheEdge05
 
 
Posts: 7
Joined: Thu Aug 04, 2011 2:08 pm
Location: NJ
Contact:

Re: Easy Newsletter system with admin area.

Post by OnTheEdge05 »

Ok I was off by one number on the database... Now I get it working till I submit my Name and email I get this error:

An unknown error occurred. Please try again later.

also now im able to get to the Admin page so thats some good news
OnTheEdge05
 
 
Posts: 7
Joined: Thu Aug 04, 2011 2:08 pm
Location: NJ
Contact:

Re: Easy Newsletter system with admin area.

Post by OnTheEdge05 »

BTW Thanks for answering back so quickly...
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: Easy Newsletter system with admin area.

Post by Patrik iden »

Have you set the absolute path to where the extension is? eg, http://your_domaine.com/easynewsletter
OnTheEdge05
 
 
Posts: 7
Joined: Thu Aug 04, 2011 2:08 pm
Location: NJ
Contact:

Re: Easy Newsletter system with admin area.

Post by OnTheEdge05 »

OK I've set that up in different ways but no luck, now is the program suppose to make a sub directory called easy_newsletter?

I've used http://mywebsite.com/(name of page that has the extension on it).php

http://mywebsite.com/

I don't see any files call easy_newsletter

Still comfused :shock: :?:
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: Easy Newsletter system with admin area.

Post by Patrik iden »

OnTheEdge05 wrote:OK I've set that up in different ways but no luck, now is the program suppose to make a sub directory called easy_newsletter?

I've used http://mywebsite.com/(name of page that has the extension on it).php

http://mywebsite.com/

I don't see any files call easy_newsletter

Still comfused :shock: :?:

easy_newsletter just an example. Have you run the install.php file?
are all of these files on your server after publishing:

admin.php
config.php
(your page that you have the extension on.php)
install.php
style.css

If this dont help i dont realy know what the problem could be. Maybe you can send the files: index.php or what ever is the name of the page that you have the extension on and also the: config.php and the admin.php files. Just make sure to replase the databas and admin password whit stars or somthing in these files. and i'l can compare them to mine.
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: Easy Newsletter system with admin area.

Post by Patrik iden »

If it does not work then try this one: https://www.dropbox.com/s/ta208qfd1mvfk ... Update.rar
OnTheEdge05
 
 
Posts: 7
Joined: Thu Aug 04, 2011 2:08 pm
Location: NJ
Contact:

Re: Easy Newsletter system with admin area.

Post by OnTheEdge05 »

Thanks Patrik iden now I got it working...
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: Easy Newsletter system with admin area.

Post by Patrik iden »

OnTheEdge05 wrote:Thanks Patrik iden now I got it working...
Greate :D
User avatar
ColinM
 
 
Posts: 962
Joined: Wed Feb 09, 2011 3:40 am
Location: Western Australia

Re: Easy Newsletter system with admin area.

Post by ColinM »

Nice one Patrick - hope to FINALLY get to update my business site (too busy doing client's site :lol: ) - and this could come in handy! (Ahhh Mechanic's Car Syndrome is alive and well! )
Yours truly
Colin M
Western Australia
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: Easy Newsletter system with admin area.

Post by Patrik iden »

DavidMoshe wrote:Sorry where can i download your comment system? its not on your site :roll:
viewtopic.php?f=42&t=50789
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: Easy Newsletter system with admin area.

Post by Patrik iden »

Hello, i made a new downlaod link at the start of this post.
User avatar
Bluesman
 
 
Posts: 1116
Joined: Mon Feb 01, 2016 5:43 pm
Location: Sweden
Contact:

Re: Easy Newsletter system with admin area.

Post by Bluesman »

Hej Patrik
Is there any documentation/tutorial for this extension? Am new to database MySQL. Do I have to setup external database?
Gracias
"Make My Day"

See my Website
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: Easy Newsletter system with admin area.

Post by Patrik iden »

Bluesman wrote:Hej Patrik
Is there any documentation/tutorial for this extension? Am new to database MySQL. Do I have to setup external database?
Gracias
No sorry, no documentaion.
Yes you have to setup external db.
Post Reply