Welcome to !

     Main Menu
· Home
· Downloads
· Get Support
· Donate

     Current Scripts
· EP-Dev Counter
· EP-Dev Whois
· EP-Dev Forum News
· EP-Dev PollEase

     Additional

     Counter NUKED
People Online: 10
Today's Visitors: 208
Site Visitors: 409,569
Site Hits: 1,489,671

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

 4Admins: Error the the IBF-Nuke Mod

EP-DevAnonymous writes "I am getting an error because i have it set in the main nuke config file to 0 for sercurity code. But because i have this mod or hack it overwrites that setting? why is this? Can you change it"

Posted by schoktra on Wednesday, November 05 @ 17:34:29 EST (10022 reads)
(Read More... | 383 bytes more | comments? | Score: 0)

 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"

Posted by schoktra on Wednesday, November 05 @ 17:32:14 EST (9079 reads)
(comments? | Score: 0)


     EP-Dev PollEase

     Old Articles
There isn't content right now for this block.




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.136 Seconds