Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
DeltaBlast said:Again "Exif". Anyone any clue what it is? (maybe something pointless, but never hurts to ask)
// Retrieve the JPEG image filename from the http url request
if ($GLOBALS['HTTP_GET_VARS']['filename']=="/gman.jpg")
{
echo "<p>No filename defined</p>\n";
}
else
{
$filename = $GLOBALS['HTTP_GET_VARS']['filename'];
}
DeltaBlast said:Again "Exif". Anyone any clue what it is? (maybe something pointless, but never hurts to ask)
from www.exif.org,EXIF stands for Exchangeable Image File Format, and is a standard for storing interchange information in image files, especially those using JPEG compression.
maybe we should make an irc channel or something, instead of just making this thread into a 50 page conversationDvS said:It's REALLY hard to find anything helpful to work with when all these people are posting stuff that has nothing to do with this and aren't helping at all.
metadata is irrelevant data that can be inserted into the jpg image, and one of the functions does what I believe valve did to insert it.
v.good ideaswitch said:maybe we should make an irc channel or something, instead of just making this thread into a 50 page conversation
switch said:maybe we should make an irc channel or something, instead of just making this thread into a 50 page conversation
guise said:i dont know if its just me but the http://half-life2.com/test directory just went incredibly slow while i was doing trial and error guesses at usernames while using "nova/prospekt" as the password... could something have been updated in there?
guise said:i dont know if its just me but the http://half-life2.com/test directory just went incredibly slow while i was doing trial and error guesses at usernames while using "nova/prospekt" as the password... could something have been updated in there?
xrdanielalan said:I think this thread should be locked so information isn't constantly reposted. We should just use the official IRC-channel and go from their. That way, only those were are intending on solving it will connect. Just a suggestion.