-
Content Count
38 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout raDeon
-
Rank
Family Friend
Contact Methods
-
Website URL
http://
-
ICQ
0
-
I made a helpdesk ticket because i think it's a problem with the database. In phpMyAdmin, the database will not load, it says "Transferring data" until I stop it. The other databases load fine.
-
My invision power board refuses to load. Also, IPDynamic lite will not load either. http://forums.sector-19.com http://www.sector-19.com Any other part of the site works fine. I went to the invision board forums and they didn't help me much at all. I uploaded the files again and it still doesn't work.
-
Is there anyway to limit the amount of space to a particular subdomain. I want to set someone up with a subdomain but don't want them to take all my space.
-
Yes, I switched over to firebird about a month ago and I'm loving it. I've converted several people from IE.
-
There's a design I stole from a CSS-P tutorial http://replayscript.sector-19.com Yeah, that's about it. If you want to see my true talent ( Goof ), look here: http://www.sector-19.com
-
Although I'd like to have a book, I have no money to buy one.
-
Does anybody know of a tutorial of how to make good looking pages. I know HTML and CSS but I don't know how to make a good looking design. It's extremely frustrating. I've searched and searched but I can't find a tutorial on how to design a good page.
-
I don't think apache has the permissions to CHMOD on TCH.
-
Here is my uploader that works for image files: ><?php if (is_uploaded_file($_FILES['userpic']['tmp_name'])) { if ((substr($_FILES['userpic']['name'], -4) == '.jpg') || (substr($_FILES['userpic']['name'], -4) == '.gif') || (substr($_FILES['userpic']['name'], -4) == '.png')) { if ($_FILES['userpic']['size'] > 300000) { exit("Picture is too large! Try compressing more!"); } if (strlen($_FILES['userpic']['type']) > 26) { exit("Please rename the picture to something with a shorter name and try again!"); } $filename = $_FILES['userpic']
-
Thanks. I will check these out.
-
Does anybody know of an FTP program that runs on windows that supports scheduling? I'd like to update some files on my website every night automatically. Something that runs as a service or in the system tray? Thanks.
-
and so on for your variables. If you have twenty, then you'll need to assign twenty variables. This is the method I use. There might be a better way... but I haven't come across it yet. Here is the better way: At the top of the script (or where you need it), put >extract($_POST); That will automatically convert >$_POST["blah"] to >$blah
-
I do see the a super wide page in Opera 7.11 build 2887. Perhaps you should validate your html at http://validator.w3.org Perhaps you are missing a key end tag somewhere.
-
You could upload a file manager php script or something for each sister if you wanted them to be able to manage files. I think. http://www.hotscripts.com/PHP/Scripts_and_...ment/index.html