QP runs Boobs As Beer Holders
You can stop rubbing your eyes
you are not seeing things. http://boobsasbeerholders.com/
The idea behind the site is that people can upload images; and as the name suggests, adult images, to the site and then people can rate them. They will probably make millions
The site uses the basic photo theme with little changes. What was added to the site; and not through a plugin I am afraid, was the upload class mentioned in the forums so that visitors to the site can upload images directly to the media folder; well, they don't upload directly, the images are stored to a tmp folder outside of the QP site and the class then resizes them to a standard dimension with aspect ratio kept intact and moves them to the media folder automatically storing them in a folder with the current month and year. Once moved the original image is then deleted. The other feature was the ability to email images to the site with the idea that people will take photos with their smartphones and then use the smartphone email function to email the images to the site; I am not up to writing phone apps. That works by a script that logs into the mail server and retrieves the emails, extracts the attachments and stores them in the temp folder. Then the upload class is called to do the resize and move as with the upload in the website. Oh, it then sends an email to the site owner letting them know that new photos have been added to the site. The owner then picks one to be placed on the site.
Oh, I converted the star rating plugin to QP. There is a slight bug when you decide to have more than five stars and the fix is an easy one if I do it. I mentioned it to the original author of the plugin, Instead of the CSS controlling the location of the "get votes" it needs to be moved from the css file to the php file and let php calculate the position based on the number of stars.

The idea behind the site is that people can upload images; and as the name suggests, adult images, to the site and then people can rate them. They will probably make millions

The site uses the basic photo theme with little changes. What was added to the site; and not through a plugin I am afraid, was the upload class mentioned in the forums so that visitors to the site can upload images directly to the media folder; well, they don't upload directly, the images are stored to a tmp folder outside of the QP site and the class then resizes them to a standard dimension with aspect ratio kept intact and moves them to the media folder automatically storing them in a folder with the current month and year. Once moved the original image is then deleted. The other feature was the ability to email images to the site with the idea that people will take photos with their smartphones and then use the smartphone email function to email the images to the site; I am not up to writing phone apps. That works by a script that logs into the mail server and retrieves the emails, extracts the attachments and stores them in the temp folder. Then the upload class is called to do the resize and move as with the upload in the website. Oh, it then sends an email to the site owner letting them know that new photos have been added to the site. The owner then picks one to be placed on the site.
Oh, I converted the star rating plugin to QP. There is a slight bug when you decide to have more than five stars and the fix is an easy one if I do it. I mentioned it to the original author of the plugin, Instead of the CSS controlling the location of the "get votes" it needs to be moved from the css file to the php file and let php calculate the position based on the number of stars.
-
Kimberly
Dracone
- Posts: 842
- Joined: Mon Jul 19, 2010 4:44 pm