PHP Classes

File: tr_dbaccess.php

Recommend this page to a friend!
  Classes of Kaurov Eugene   Uda Iskariot   tr_dbaccess.php   Download  
File: tr_dbaccess.php
Role: Auxiliary script
Content type: text/plain
Description: access database to take e-mails
Class: Uda Iskariot
Show email addresses as images to avoid harvesting
Author: By
Last change:
Date: 19 years ago
Size: 292 bytes
 

Contents

Class file image Download
<?
   $db
= mysql_connect($DB_HOST,$DB_USER,$DB_PASS)OR DIE("Unable to connect server, change <b>tr_inc.php</b> file");
   
mysql_select_db($DB_NAME,$db)OR DIE("Unable to select DataBase. I think you need install your portal. Go to <A href='./tr_setup/install.php '>install.php</A>");
?>