1.VB 连接到MDB文件
2.base64_decode 解å¯
VB 连接到MDB文件
引用MS ADO 2.5
Dim g_Conn as New Connection
dim rs as Recordset
g_Conn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=True;Data Source=你的调用php开源分销源码数据库完整目录;Jet OLEDB:Database Password=数据库密码"
g_Conn.Open
Set rs = g_Conn.Execute("SELECT COUNT(*) FROM 用户表 Where UserName='" & txtUserName & "' and Upass='" & txtPassWord & "'")
if rs(0).Value = 1 then msgbox "登陆成功" else MsgBox "登陆失败"
base_decode 解å¯
æ èåï¼èæ¯çè§ææ èç人ç¨PHPæ¥å å¯ã
å ¶å®PHPæ¯æ æ³å å¯çï¼åªè¦æevalæ¿æ¢ä¸ºexitï¼è¿è¡ä¸æ¬¡å°±è½çè§æºä»£ç ï¼ä¸è¿ç°å¨æ èç人é½å¾åæï¼æ¯å¦è¿ä¸ªä»£ç 就被åå¤âå å¯âäºæ¬¡ï½
â解å¯âåç代ç å¦ä¸ï¼
<?php
/* please do not edit anything here */
include("footer_content.php");
echo '<div id="footcopy" style="background-image:url('.get_bloginfo('template_directory').'/images/footer_copy.gif);height:px;display:block;color:#;text-align:center;padding-top:px;">
<div class="onethousand_wrap">
<a href="/solutions/reseller-hosting.php">Reseller Hosting</a> from the #1 <a href="/">Web Hosting Provider</a> - HostNexus.
</div>
</div>';
$zenverse_global_google_analytics = get_option('zenverse_global_google_analytics');
if ($zenverse_global_google_analytics != '') { echo stripslashes($zenverse_global_google_analytics); }
wp_footer();
echo '</body></html>';
>