djD3F

djD3F

Joined
Jan 08, 2011

Activity Stream

djD3F commented on a Page, Easy Google Translator  -  Jan 09, 2011

Ford,

Please update your script to work with whatever Google did to break it! TYVM!

 Respond  
djD3F commented on a Page, PassGen 4.0  -  Jan 08, 2011

Love it!

 Respond  
djD3F commented on a Page, SSL + popular server connections + add your own server  -  Jan 08, 2011

These go nicely with that code:

on 1:CONNECT: {
echo -a 3,1 $+ $timestamp Now connected to $+ $network $+ ( $+ $server $+ )
if ( $ssl == $true ) { goto ssl }
else {
echo -a 4,1 $+ $timestamp Not connected via SSL!!
goto done
}
:ssl
{ echo -a 7,1 $+ $timestamp Connected via SSL }
:done
}

on 1:DISCONNECT: {
echo -a 4,1 $+ $timestamp Disconnected from $+ $network $+ ( $+ $server $+ )

}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.