Working on a website. - Printable Version +- 2DWorlds Forums (http://2dworlds.buildism.net/forum) +-- Forum: Off Topic (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=5) +--- Forum: Creations (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=25) +--- Thread: Working on a website. (/showthread.php?tid=7028) |
RE: Working on a website. - Nice - 07-19-2011 Okai. I hope your site is going to be awesome when it's going to be done. RE: Working on a website. - Qwertygiy - 07-19-2011 (07-19-2011, 07:19 AM)Nice Wrote: Okai. I hope your site is going to be awesome when it's going to be done. I hope so too. It's basically going to be a "game database" -- a bunch of my ROBLOX and Buildism models, some of my Buildism and Sploder games (embedded ), some of my background music, some of my background music in precompiled (LMMS) form, and some graphics. Right now, I have to work out how to: -Figure out how many visits a page has -Figure out a way to display the items neatly -Figure out a way so that I and only I can upload the items so that they appear in the database The last two I guess I could do manually, but that would be a huge pain. RE: Working on a website. - Dignity - 07-19-2011 (07-19-2011, 01:06 AM)Chaos Wrote: Or in my case, you would use the public_html folder to upload. I like posting the last thing I quoted. Let me clear my question: "How do you upload your site?" RE: Working on a website. - Fish - 07-19-2011 Could I make the Logo? uppy dog eyes: RE: Working on a website. - Glome - 07-19-2011 (07-19-2011, 01:02 PM)Qwertygiy Wrote: -Figure out a way so that I and only I can upload the items so that they appear in the database An easy way you could do this would be to make it so you can only upload from your IP but you could also just make it check for a password when you upload. RE: Working on a website. - Dignity - 07-19-2011 (07-19-2011, 03:28 PM)Glome Wrote:(07-19-2011, 01:02 PM)Qwertygiy Wrote: -Figure out a way so that I and only I can upload the items so that they appear in the database Exactly. RE: Working on a website. - Qwertygiy - 07-19-2011 (07-19-2011, 03:10 PM)Fish Wrote: Could I make the Logo? uppy dog eyes: If you can make something with the basic design being similar to , preferably inside a black oval with the font being some type of Bank Gothic or Copperplate Gothic. RE: Working on a website. - Qwertygiy - 07-19-2011 Alright, I've gotten a move_uploaded_file error. Error: Output Wrote:Warning: move_uploaded_file(/www/99k.org/k/e/y/keybored/htdocs/admin/upload/Basic Newsiggy.PNG) [function.move-uploaded-file]: failed to open stream: Permission denied in /www/99k.org/k/e/y/keybored/htdocs/admin/image_upload_file.php on line 30 Code: Code: <?php RE: Working on a website. - Dignity - 07-19-2011 Did you upload it via method post? RE: Working on a website. - Qwertygiy - 07-19-2011 Via $_POST, yes. I get the data on the screen, but the file doesn't upload. |