Jump to content

mangarevolution

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by mangarevolution

  1. The getimagesize() PHP function retrieves the entire image when called on an image URL. Yes, it does. <{POST_SNAPBACK}> I was afraid of that. thanks for the insights, I couldn't find that answer anywhere.
  2. I'm wondering if I run this: $hash = getimagesize("http://www.someotherserver_notmine.com/image.jpg"); does it count against my bandwidth? does the getimagesize command require the executing server to actually fetch the image from the hosting server? or does it simply fetch header information for that image? I use this a lot in my code, so it would be a great help to get some insights. Thanks guys!
  3. awesome! Thanks guys, I really appreciate the help!!! I got some studying to do today.
  4. thanks! I'm gonna start replacing that right now. darn I hope it works...
  5. I figure the answer to this question is a big "NO", but I'll ask anyhow. Is the code for the CPanel open source? Is there anyway I can view it? Specifically I'm interested in the tools it uses to create subdomains. I can see a lot of the stuff is easy, like making folders and such. But it's the BIND or something else that I'm not fully grasping. So far I've had no success finding any tutorials, so I figure a view of the raw code would help me a lot. Any help or a nudge in the right direction would be greatly appreciated. Thank you in advance.
  6. Thanks for the kind welcomes everyone. I'm really loveing it here. You all know how to make a person feel welcome. Raul, do you (or anyone else) know when this deprication will be fully implemented? I've got a lot of code to update, and want to know how urgent it might be. come to think of it, my cookie arrays haven't been working either. I bet they changed that as well. maybe it's just $_COOKIE now? haha. Guess I'll check on that.
  7. alright!!!! Thanks!!! Rock Sign Rock Sign Rock Sign That absolutely worked! I simply changed the permissions and everything worked perfectly. Thanks a lot for taking the time to help me guys, I really appreciate it. It's so great to have a support forum like this. And thank you for the warm welcome TCH-Bruce. I'm gonna love it here.
  8. Hello everyone! I'm new here. Just moved to TCH from Omnis.crap Rock Sign anyhow, one of my scripts that use to work won't work any more. This is the line that's having the error: copy($HTTP_POST_FILES['name']['tmp_name'], "directory/file.jpg"); I also tried this with no luck: move_uploaded_file($HTTP_POST_FILES['name']['tmp_name'], "directory/file.jpg"); Can anyone help me out? I keep getting the permission denied error. It's really boggling me! Thanks in advance!
×
×
  • Create New...