View Single Post
  #4 (permalink)  
Old 02-21-2006, 11:01 PM
Yankidank's Avatar
Yankidank Yankidank is offline
Pligg Founder
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 1,818
Thanks: 110
Thanked 182 Times in 128 Posts
Send a message via AIM to Yankidank Send a message via Skype™ to Yankidank
dbconnect.php is a completely different file. Here's what it should look like:

PHP Code:
<?php
define
("EZSQL_DB_USER""root");
define("EZSQL_DB_PASSWORD""root");
define("EZSQL_DB_NAME""pligg");
define("EZSQL_DB_HOST""localhost");
function 
_($s) {return $s;}
?>
You can either enter in the vallues manually and comment out the second to last line: // function _($s) {return $s;}
If you do a fresh install leave the file as is and upload it to your /libs/ directory.
__________________
Need a Pligg Host?
Get 3 free months
when you buy a year of hosting.
Use the coupon PLIGG at either...
MidPhase hosting starting at $7.95/month.
ANhosting hosting starting as low as $4.95/month.
Reply With Quote