Jump to content

chk125

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

chk125's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I see some website can have some form of "table of content" appear in google search result (see enclosed screen). How can I tell google to present my website in these way (I must use Google site map)? [attachment deleted by admin]
  2. I heard PHP can override server time zone by: <? echo "Original Time: ". date("h:i:s")."\n"; putenv("TZ=US/Eastern"); echo "New Time: ". date("h:i:s")."\n"; ?> I heard full list of time zone can be found: http://www.theprojects.org/dev/zone.txt But www.theprojects.org seems "unreachable" for a while. Any alternative website I can found the full list of time zone for PHP? Thanks.
  3. After downgrade from VPS to shared hosting account, when I try to "modify user" using admin panel Return the following web page -- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Not Acceptable An appropriate representation of the requested resource /myxoops/modules/system/admin.php could not be found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ The URL generating above web page is -- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ http://www.mydomain.com/myxoops/modules/system/admin.php?uid=81&op=modifyUser&submit=%B0%F5%A6%E6%21&fct=users ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ I suspect it is related to a loaded module -- mod_security2 Since I am now using shared hosting account, I cannot override this module using .htaccess Could anybody give me some advise? (source code of related php enclosed) [attachment deleted by admin]
  4. The value from IE is "image/pjpeg" The value form Firefox is "image/jpeg" I must done something wrong when doing the retest according to rhodesa's advice. Thanks PFMaBiSmAd and rhodesa. Problem solved.
  5. Thanks. I have fixed it, and retest, but problem persists. FF => Upload is done. IE => UPLOAD REJECTED [3]
  6. I have built a HTM form to upload a file. It has validation line -- if( $myfile_Mime_Type != "image/jpeg" AND $myfile_Mime_Type != "image/pgpeg" AND $myfile_Mime_Type != "text/plain" ) Test 1 - upload a TXT file both IE and FF work fine (file upload is success) Test 2 - upload JPG file use FF to upload => return "Upload is done", use IE to upload => return "UPLOAD REJECTED [3]" Can anyone give me some advise (HTML form and PHP prog enclosed). Thanks a lot. [attachment deleted by admin]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.