i have decided to make a website so i can give my motion graphics away for free i have over 200 of them and i rarely use any of them and decided to give them away to upcoming video producers and youtubers etc but i have no idea what format to make the site in
i know html very well but i would like to know how many peopl hav downloaded each clip and how many members i hav got etc
i know very little about php (well mainly just forum phpbb stuff)
or is this possable threw making a blog sit ith wordpress? as my hosting povider gives that free install (i use dreamhost ![]()
i wouldnt mind having a search function and have the function to let other people upload their free bgs psds etc
Next: How Much Is Reasonable To Pay For An Existing Domain Name?
Previous: How To You Edit A Site In Godaddy?
"How To Creat A Simple Register Usernam And Login For Website?" was posted on Thursday, July 9th, 2009 at 9:37 am.
If they download the file directly eg.http://yoursite.com/graphics/graphic1.jp…
The only way that i am aware of is too check your logs to see who hass downloaded it.
What i would do is change the handler for the file extension eg jpg and make it use the php.
Then get php to store or write to a text file the count of the download. eg 1, 2 ect
That way when a user goes tohttp://yoursite.com/graphics/graphic1.jp…
Your page actually loads and then sends the file to them. But the PHP code has been run and you have recorded the download count using your appropriate method.
Also you dont have to do the handler (using a host its probably hard if not impossible to do)
just like to.http://yoursite.com/graphics/graphic1.ph… and go from there.
Hope i helped and didn’t confuse you.
hey,,
visit http://hosting-facil.net
I would look for a more suitable solution than WordPress (which is not designed for media sharing). I have used the great open source ZenPhoto gallery system for a few websites and it works really well for photos, but it also supports video.
It allows you to install it on your server with little fuss and you can upload photos and videos into a folder and it will do the rest. You can log into the admin area and give your files nice titles, descriptions, allow comments and all sorts of other cool stuff.
It automatically provides view-count, search, gallery collections, thumbnail creation, tags, rss, plugins and more