Registration blanket, database, info, wordpress, mySQL, e-mail - php

I'm making websites for a company where users have to "register" with names and a lot of different information to attend the event. (It's a video-event - info would be name, e-mail etc.)
I now got a Wordpress webpage, at the blanket doesn't necessary need to be on the site, but can open in a separate window.
I need to, somehow make it easy for admin to look at the users who registered, send them e-mails etc. Make a list of everyone who register, for the admin to see.
How would be the easiest way to do this?
I know how to make a form, and pull the information into the database..
Any good ideas, plugins or examples??
Thanks

Joomla comes in with mass emails, although I have not tried it.
Have You searched on Wordpress plugins? They may have what you are looking for.

Related

Redirect visitor to their language based on Cloudflare GEO TARGET

I’m reading out through a lot of tutorials and different websites, although I’m not a programmer, I tried my best, as I’m sure it can be done, but I’m on a dead end.
I’m trying to use the HTTP header that Cloudflare sends ["HTTP_CF_IPCOUNTRY"]); to redirect the user to its country. I need to be able to send multiple locations to same country (Mexico, Spain, Colombia.... to mysite.com/es/) and i need to be able to create multiple rules (so send Spanish speakers to mysite.com/es and German speakers to mysite.com/de/ and if not set, then redirect to main site mysite.com). It should be just necessary to create a redirection from the home page (mysite.com).
Would anyone help me doing so on the functions.php file or any other method? I tried looking for a plugin as well… I’m really surprised no one, not even Cloudflare put this on a plugin.
Thanks a lot.
It is not default functionality within your Cloudflare account, but it can be accomplished with some tinkering on your server. This discussion has details that might be helpful to review.
Also, this is something that should be pretty easy to accomplish with a Cloudflare Worker, but you would need some programming chops to try that.

Need advanced help, Wordpress & mailchimp

Heyhou!
I have tried to figure this out long time already, but no luck so far.
I have Wordpress site with mailchimp email form, so users are able to join my email list. The problem is:
-When user join the list, Mailchimp send automatically the confirmation email. I have edited it already to meet my requirements, but I need one more thing. I need to place URL where the joined user can download my free file, that URL needs to be one time url and it would redirect to my site where s/he can download the file.
Soooo, which way would be a best way to do that ? The main point is here that nobody can't start share the download link or page so users could download the file without to join my list. Poor English, hope you got the picture.
I'm web developer / PHP programmer, so plug in is not a must, (of course if you know one, let me know) I can make this by myself, but I need your help to solve the logic, how this would be done.
If I just place my website's download link in the Mailchimp confirmation email, there isn't anything which protect file. I need to somehow to crush the link after user is downloaded the file. BUT no manual changes in Mailchimp confirmation email.
There might be some super easy solution for this or not, anyway I'm stuck.
Thank ya!
I have used mailchimp previously and found the only way to push some data into an email, for this example a dynamic URL with a special access code is to set it as an extra bit of data on the users profile via the API.
http://developer.mailchimp.com/documentation/mailchimp/guides/manage-subscribers-with-the-mailchimp-api/
From when I last used Mailchimp you get 30 fields of custom data you can set on each user.
Hope that helps.

Disable Wordpress limit for duplicated user email

I have a very big multisite. And I got a request to enable option that multiple users can use the same email. I found a plugin "Allow Multiple Accounts" which doesn't work properly. I should figure out some other solution for that. I know that I could use something like adding +sometext to every email, so it will show different to Wordpress. Do you have some other solution, that can be done here?
If you have the multisite architecture, users can be shared beetween websites of network.
One user can be assigned to multiple sites.
Can the user sharing solve your problem?
There's a plug in called allow allow-multiple-accounts. Fair warning it hasn't been updated for more than two years but it just might work.

Adding a contact form to my Joomla site

I have a Joomla site, on which site you can exchange ebooks. This is the feature I want to add, but don't know how:
When someone is interested in an ebook, he can click on a "REQUEST EBOOK" button.
The "request button" will forward an e-mail to the registered user and owner of ebook with a specific message.
Basically I need a script that does this:
"If I click on the "REQEUST EBOOK" button, take the email address of the ebook owner and registered user, compose a predefined message,and send it to him/her.
QUESTION: how could I achieve a similar result? Please keep in mind that I don't know anything about PHP.
Thanks a MILLION.
dimitri
PS: to get a better idea, visit http://www.ebook123.it. Thanks.
Joomla has lots of useful plugins/extensions etc, have a look at these contact forms and see which one you like the look of:
http://extensions.joomla.org/extensions/contacts-and-feedback/contact-forms
Some are very simple to use, others a bit more complicated.

Secure voting website

I am willing to implement website where will be top 10 best members' pictures or something like that. Before voting for pictures or uploading pictures people will have to register first. But how could I protect my website from multiple accounts? Store IPs to database? But will it help me while there thousands proxies out there? What should I do? Thank you.
edit: maybe I could make accounts paid, for examples 0.99$ for month via paypal and somehow do no let people register twice with the same paypal and IP? Is it possible?
Use a confirmation code that is sent to mobile no upon registration. and confirm it. like google.
You can't stop it, but you can make it difficult and do things to detect it like you said with the IP's.
You can get a lot of data from user, not only IP but also browser version, sended headers in request, even resolution etc. with javascript. Rosolve IP to region etc. But it's not simple to write a system that would search all of that data for similarities.
You can also set cookies or even do a little swf object with cashed some information on user local hdd.
You can send mail confirmation... and don't allow multiple users from the same mail!
This is fast and easy to implement :)

Categories