Jump to content

PHP to Visual Basic script translation


Recommended Posts

PHP Code:

$password = md5(md5($password) . $salt);

 

setcookie(COOKIE_PREFIX . 'userid', $userid, time() + 14400);

setcookie(COOKIE_PREFIX . 'password', md5($password . $license), time() + 14400); 

 

Can someone help translate this into Visual Basic? I posted in a VB forum and no one has responded yet. Your help is greatly appreciated. Thanks.

Link to comment
https://forums.phpfreaks.com/topic/71591-php-to-visual-basic-script-translation/
Share on other sites

  • 2 months later...

This is just standard Visual Basic, Net Framework2.0, not VBScript.

 

So, its VB.NET now? You need to be clear. Your subject says visiual basic script (vbscript), your first post says visual basic (we assume VB5 - VB6) and now your saying VB.NET. Which is it?

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.