Welcome to !

     Main Menu
· Home
· Downloads
· Get Support
· Donate

     Current Scripts
· EP-Dev Counter
· EP-Dev Whois
· EP-Dev Forum News
· IBF-Nuke mod
· IBF-e107 mod
· CMS Forum Members

     Additional

     Counter NUKED
People Online: 6
Today's Visitors: 123
Site Visitors: 237,200
Site Hits: 624,881

     Our Partners
· Proto-Host.com
· Computer Store
· World Population

 4Admins: Changes on EP-DEV Counter v3.3

EP-DevAnonymous writes "No error display when using MYSQL dbase if ever you got some problems accessing it. I let the die() just in case i want to remove the "@".

File : /stats/mysql_db.php
=================
function Main_Database() {
global $DB;
$this->cn = @mysql_connect($DB['host'],$DB['username'],$DB['password']) or die(Go_Error(mysql_errno()));
$this->db = @mysql_select_db($DB['name'], $this->cn) or die(Go_Error(mysql_errno()));
}

function query($sql) {
$return = @mysql_query($sql, $this->cn) or die(Go_Error(mysql_errno()));
return $return;
}
====================
At line 25-41...

Regards,

David"



 
     Related Links
· EP-Dev.com
· More about EP-Dev
· News by schoktra


Most read story about EP-Dev:
php scripts


     Article Rating
Average Score: 0
Votes: 0

Please take a second and vote for this article:

Excellent
Very Good
Good
Regular
Bad



     Options

 Printer Friendly Page  Printer Friendly Page

 Send to a Friend  Send to a Friend


Threshold
The comments are owned by the poster. We aren't responsible for their content.

No Comments Allowed for Anonymous, please register




Web site engine's code is Copyright © 2003 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.328 Seconds