Jump to content

snowjay

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by snowjay

  1. Hi there, I've been using the "Upload from Web Browser" option to add items to my albums in Gallery2 but today needed to add a particularly big album so decided to go with "Upload from Local Server" instead. I've been trying to add a permissable directory for Gallery2 to read from but can't seem to get it to work. Using /tmp/gallery2, it gives this error msg: The webserver does not have permissions to read that directory. Using /public_html/gallery2/uploads, it gives this error msg: Your webserver is configured to prevent you from accessing that directory. Please refer to the open_basedir documentation and consult your webserver administrator. Anyone able to shed light on this? Thanks.
  2. Hi, thanks for your reply... is there a guide somewhere I can follow? Where is the .htaccess file itself?
  3. Hi, Is there a way to *disable* hotlink protection for certain subdirectories within my website? I want the protection on for the main root directory, but I want to be able to hotlink to pictures in the "temp/" directory. Under Cpanel, we can only add URLs which are allowed to hotlink. Thanks, Ian
  4. Hi all, I've noticed recently that one of my PHP scripts have stopped working. It was still working up till about one week ago. It is a simple script that calls fsockopen to send a small UDP packet to my home machine when I get a visitor hitting a certain page within my website. The script still works on my university server, and my IP hasn't changed since then. Here is a snip of the code: >$myip = "xxx.xx.xxxx.xx"; $notifyfp = fsockopen ("udp://$myip", 12001, &$errno, &$errstr, 0.1); if ($notifyfp) { $notifymessage = "Visitor!"; fputs ($notifyfp, $notifymessage); fclose ($notifyfp); } Any clues why this has stopped working all of a sudden? I have a program that listens for incoming UDP packets on port 12001, and it doesn't register when I load the script from my TCH server, but works ok when I load the script from my uni server. Thanks in advance. TCH-Bruce - edited out your IP number for security resaons.
  5. How do I go about doing this..? When I click on CGI center it only has a list of pre-installed scripts.....
  6. Is it possible to install our own CGI scripts besides the ones that are listed in CPanel?
  7. Thanks for the pointers everyone I'm surprised there wasn't a quick fix for it as I'm probably not the only one who has come across this problem before!
  8. Hi, I am a user from Sydney, and I've recently moved hosts from an Australian server to TCH. It always confuses me when reading awstats now that the server-time is no longer local time for me. Is there a way to offset the time differences so awstats will display in local time for me? (GMT+10) I've read through the .conf file but couldnt find anything to change there. Thanks.
  9. Is there a way to limit how much disc quota each ftp account can use? edit: i'm new here btw ^^ hullo to everyone please let me know if i post something in the wrong section
×
×
  • Create New...