Page 1 of 1

Easy Newsletter system with admin area.

Posted: Sun Mar 17, 2013 9:29 pm
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

Re: Easy Newsletter system with admin area.

Posted: Mon Mar 18, 2013 12:05 am
by iamafireman
When someone unsubscribes, does it automatic removes their email from the list??

Re: Easy Newsletter system with admin area.

Posted: Mon Mar 18, 2013 1:15 am
by Patrik iden
iamafireman wrote:When someone unsubscribes, does it automatic removes their email from the list??
Yes

Re: Easy Newsletter system with admin area.

Posted: Mon Mar 18, 2013 4:58 pm
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.

Re: Easy Newsletter system with admin area.

Posted: Mon Mar 18, 2013 5:12 pm
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.

Re: Easy Newsletter system with admin area.

Posted: Mon Mar 18, 2013 8:10 pm
by maxime
ok, thank you .

Re: Easy Newsletter system with admin area.

Posted: Sat Mar 23, 2013 9:53 pm
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.

Re: Easy Newsletter system with admin area.

Posted: Sat Mar 23, 2013 11:40 pm
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.

Re: Easy Newsletter system with admin area.

Posted: Sun Mar 24, 2013 10:30 am
by docdoc
I try not to be Mr. Smart so please look around here and/or google it! :D

Re: Easy Newsletter system with admin area.

Posted: Thu Sep 12, 2013 8:33 pm
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

Re: Easy Newsletter system with admin area.

Posted: Fri Sep 13, 2013 12:03 am
by Patrik iden
Hello, In the extension settings, did you setup the DB conectionand the URL path details correctly?

Re: Easy Newsletter system with admin area.

Posted: Fri Sep 13, 2013 3:24 pm
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

Re: Easy Newsletter system with admin area.

Posted: Fri Sep 13, 2013 3:33 pm
by OnTheEdge05
BTW Thanks for answering back so quickly...

Re: Easy Newsletter system with admin area.

Posted: Fri Sep 13, 2013 5:45 pm
by Patrik iden
Have you set the absolute path to where the extension is? eg, http://your_domaine.com/easynewsletter

Re: Easy Newsletter system with admin area.

Posted: Fri Sep 13, 2013 8:47 pm
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: :?:

Re: Easy Newsletter system with admin area.

Posted: Fri Sep 13, 2013 9:53 pm
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.

Re: Easy Newsletter system with admin area.

Posted: Fri Sep 13, 2013 10:17 pm
by Patrik iden
If it does not work then try this one: https://www.dropbox.com/s/ta208qfd1mvfk ... Update.rar

Re: Easy Newsletter system with admin area.

Posted: Tue Sep 17, 2013 7:42 pm
by OnTheEdge05
Thanks Patrik iden now I got it working...

Re: Easy Newsletter system with admin area.

Posted: Tue Sep 17, 2013 8:13 pm
by Patrik iden
OnTheEdge05 wrote:Thanks Patrik iden now I got it working...
Greate :D

Re: Easy Newsletter system with admin area.

Posted: Sat Sep 21, 2013 10:45 pm
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! )

Re: Easy Newsletter system with admin area.

Posted: Wed Jan 08, 2014 7:32 pm
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

Re: Easy Newsletter system with admin area.

Posted: Sun Feb 28, 2016 3:55 pm
by Patrik iden
Hello, i made a new downlaod link at the start of this post.

Re: Easy Newsletter system with admin area.

Posted: Wed May 11, 2016 3:30 pm
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

Re: Easy Newsletter system with admin area.

Posted: Wed May 11, 2016 4:50 pm
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.