hawkeeuser

hawkeeuser

Joined:
Nov 27, 2008
hawkeeuser commented on a Snippet, Advanced shoutcast DJ Bot  -  Jun 23, 2009
useless script getting error ERROR: configuration incomplete! password reset automatic
no Dj or Owner Commands work at all
 Respond  
hawkeeuser commented on a Snippet, Latest post on your homepage ( phpbb )  -  May 09, 2009
simply use the iframe with link separate page of this script
 Respond  
hawkeeuser commented on a Snippet, phpBB2 Last 5 Topics  -  May 07, 2009
LordHawk its not like this the script need lil change but i fix it for me
no need for these lines
$urlPath = "/phpbb";
// Database Configuration (Where your phpBB config.php file is located)
include $urlPath.'/config.php';
if the below line is something like this
$link = mysql_connect($dbhost = '', $dbuser = 'yourdb user', $dbpasswd = 'your dbpass') or die("Could not connect");
mysql_select_db($dbname = 'your dbname') or die("Could not select database");
and you don't need this as well
mysql_free_result($row);
mysql_close($link);

 Respond  
hawkeeuser commented on a Snippet, phpBB2 Last 5 Topics  -  May 06, 2009
Furby do we need to give db name userid or pass in line
$link = mysql_connect($dbhost, $dbuser, $dbpasswd)
because im getting error i only use a path /phpBB2
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.