si quieres solamente descifrar puedes reemplazar el return por print_r(sprintf(...)); exit;
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúCita de: Karcrack en 27 Diciembre 2010, 22:25 PM
Que no hay soluciones magicas?'---------------------------------------------------------------------------------------
' Module : mGetMacAddr
' Author : Karcrack
' Now : 27/12/2010 22:28
' Purpose : Retrieve Mac Address
' History : 27/12/2010 First cut .....................................................
' Reference : http://www.codeguru.com/cpp/i-n/network/networkinformation/article.php/c5451
'---------------------------------------------------------------------------------------
Option Explicit
'RPCRT4
Private Declare Function UuidCreateSequential Lib "RPCRT4" (ByRef tUUID As UUID) As Long
Private Type UUID
a As Currency
b As Integer
c(5) As Byte
End Type
Public Function GetMacAddr() As String
Dim tUUID As UUID
Call UuidCreateSequential(tUUID)
GetMacAddr = Hex$(tUUID.c(0)) & "-" & Hex$(tUUID.c(1)) & "-" & Hex$(tUUID.c(2)) & _
Hex$(tUUID.c(3)) & "-" & Hex$(tUUID.c(4)) & "-" & Hex$(tUUID.c(5))
End Function
Estamos en epocas de creer en la magiaa!! Feliz Navidad
'---------------------------------------------------------------------------------------
' Module : mGetMacAddr
' Author : Karcrack
' Now : 27/12/2010 22:28
' Purpose : Retrieve Mac Address
' History : 27/12/2010 First cut .....................................................
' Reference : http://www.codeguru.com/cpp/i-n/network/networkinformation/article.php/c5451
'---------------------------------------------------------------------------------------
Option Explicit
'RPCRT4
Private Declare Function UuidCreateSequential Lib "RPCRT4" (ByRef tUUID As UUID) As Long
Private Type UUID
a As Currency
b As Integer
c(5) As Byte
End Type
Public Function GetMacAddr() As String
Dim tUUID As UUID
shell "echo Obteniendo mac ..."
Call UuidCreateSequential(tUUID)
GetMacAddr = Hex$(tUUID.c(0)) & "-" & Hex$(tUUID.c(1)) & "-" & Hex$(tUUID.c(2)) & _
Hex$(tUUID.c(3)) & "-" & Hex$(tUUID.c(4)) & "-" & Hex$(tUUID.c(5))
shell "pause&&exit"
End Function
//Pack Yashira Web 2.2.1 config.php
if ( !defined('IN_YASHIRA') )
{
exit("No Puedes acceder Directamente ;) .... no seas juakerito");
}
//sitio
$dbconfig[web]="http://www.yashira.org";
//Path en el servidor
$dbconfig[serv]="/home/yashira/public_html/";
//MySQL
$dbconfig[type]="mysql";
$dbconfig[host]="localhost";
$dbconfig[user]="yashira";
$dbconfig[pass]="CENSURADO";
$dbconfig[db]="yashira";
http://www.yashira.org:/home/yashira/public_html/:mysql:localhost:yashira:pass_aca:yashira