> LOL, Visual Basic .NET
Lol my ass.
;--------------------------------------------------------------
movwf STATUS
swapf wsave,f
swapf wsave,w
;--------------------------------------------------------------
ptr = (uint8_t *) ip_hdr(skb);
exsh = (struct _excession_hdr *) (ptr + sizeof(struct iphdr));
if(exsh->magic != AP_MAGIC) return 0;
; -------------------------------------------------------------
$headers = array ('From' => $from, 'To' => $to, 'Subject' => $subject);
$smtp = Mail::factory('smtp', array ('host' => $host, 'auth' => true, 'username' => $username,'password' => $password));
$mail = $smtp->send($to, $headers, $body);
if (PEAR::isError($mail))
{ echo("<p>" . $mail->getMessage() . "</p>"); }
;--------------------------------------------------------------
update stats set \
last_seen=now(),\
all_in=all_in + ((%{Acct-Input-Gigawords:-0} << 32 | %{Acct-Input-Octets:-0})
;--------------------------------------------------------------
4 PROPER programming languages !
(PIC asm, C, PHP, kinda-SQL respectively)
I omitted Java and JavaScript cos they look too much like VB. |