2011-10-06, 11:28 PM
The systems mass email function isn't strong enough for me to do a newsletter. Is there a way to export all my users email addresses so I can use a newsletter program?
Exporting email addresses.
|
2011-10-06, 11:28 PM
The systems mass email function isn't strong enough for me to do a newsletter. Is there a way to export all my users email addresses so I can use a newsletter program?
Create a php file in your root directory with these contents:
Excecute it and it should echo all email addresses.
-Paul H.
Cogisne lingua latina?
2013-08-01, 07:24 AM
(2011-10-07, 12:37 AM)Paul H. Wrote: Create a php file in your root directory with these contents: Parse error: syntax error, unexpected T_WHILE in /home/bf4br419/public_html/forum/email.php on line 6
^ add a semicolon at end of line 4 , that is after $result = $db->query("SELECT * FROM ".TABLE_PREFIX."users")
2013-08-01, 08:40 AM
(2013-08-01, 08:12 AM).m. Wrote: ^ add a semicolon at end of line 4 (after $result = $db->query("SELECT * FROM ".TABLE_PREFIX."users"))
Like this? Another error
^
2015-04-12, 02:29 PM
I copy and create the file but it's white page, it's normal?
2015-04-12, 02:50 PM
oh! you can use code like below
2015-04-17, 02:34 PM
^ yes. you can use that code in a php file, upload it to your MyBB files server (where you have global.php file) & execute it
|
« Next Oldest | Next Newest »
|