|
-- Posted by Anonymous at 1:10 am on June 11, 2008
if im making a site how can i get a feature to have my users "upload" pics and video to a page without it being on a forum?
-- Posted by blufindr at 1:11 am on June 11, 2008
have a LOT of server space.
-- Posted by Anonymous at 1:13 am on June 11, 2008
is there a certain program i need for the uploading pics?
-- Posted by blufindr at 2:17 am on June 11, 2008
no. there is, however, a script you need. i don't know it. i'm sure you don't really need it. considering how many spammers, copyright breachers, and so forth are on there. not to mention hackers with autorun programs, and such. what's this for?
-- Posted by Anonymous at 12:25 am on June 12, 2008
its for my website but i dont know how to add the uploading feature/
-- Posted by blufindr at 2:50 am on June 12, 2008
Quote: from Anonymous at 12:25 am on June 12, 2008
its for my website but i dont know how to add the uploading feature/
http://www.princeton.edu/~rcurtis/ultradev/tutorial10.html
-- Posted by Anonymous at 2:33 am on June 13, 2008
wow. thanks for the link. would also happen to know a script or link for voting or polls...
-- Posted by Mediocre at 3:49 pm on June 13, 2008
Quote: from blufindr at 2:50 am on June 12, 2008
Quote: from Anonymous at 12:25 am on June 12, 2008
its for my website but i dont know how to add the uploading feature/
http://www.princeton.edu/~rcurtis/ultradev/tutorial10.html 
This is simpler and doesn't require a database: http://www.w3schools.com/PHP/php_file_upload.asp As for polls, http://www.w3schools.com/php/php_ajax_poll.asp
-- Posted by Anonymous at 8:55 pm on June 13, 2008
thanks for the links
-- Posted by bighead1991 at 4:03 pm on June 15, 2008
Quote: from blufindr at 10:17 am on June 11, 2008
i'm sure you don't really need it. considering how many spammers, copyright breachers, and so forth are on there. not to mention hackers with autorun programs, and such. 
What the devil are you on about for "spammers" "copyright breachers" and so forth, and "hackers"? Also, what do you mean by server space? Image hosting takes up fuck all server space, bandwidth is just a concern.
-- Posted by blufindr at 2:41 am on June 16, 2008
Quote: from bighead1991 at 4:03 pm on June 15, 2008
Quote: from blufindr at 10:17 am on June 11, 2008
i'm sure you don't really need it. considering how many spammers, copyright breachers, and so forth are on there. not to mention hackers with autorun programs, and such. 
What the devil are you on about for "spammers" "copyright breachers" and so forth, and "hackers"? Also, what do you mean by server space? Image hosting takes up fuck all server space, bandwidth is just a concern. 
videos though. and unless you have some kind of filter in the code, it is plausible (not likely, but plausible) that someone could hax your stuff with a program that has an autorun function. dunno why they'd do that though. i think i was in a paranoid mood.
-- Posted by Anonymous at 8:57 pm on June 20, 2008
i can copy and paste these right? if so how do i create the file, is it threw my CMS, notepad?
-- Posted by Mediocre at 9:27 pm on June 20, 2008
Quote: from Anonymous at 8:57 pm on June 20, 2008
i can copy and paste these right? if so how do i create the file, is it threw my CMS, notepad?
Notepad. The forms could be placed on your cms, but the php stuff needs to go in its own .php file.
-- Posted by Anonymous at 12:28 am on June 21, 2008
so i copy and paste on notepad then what....how can i preview it?
-- Posted by Mediocre at 4:28 pm on June 21, 2008
Quote: from Anonymous at 12:28 am on June 21, 2008
so i copy and paste on notepad then what....how can i preview it?
Real men don't need to preview their files. Just upload and reupload until it works.
|