Help - Search - Members - Calendar
Full Version: Please Help!
Zymic Webmaster Forums > Zymic Free Web Hosting > Databases & MySQL
MULTIBUX
I`m following a tutorial how to set up a database ( http://cheatingnetwork.net/forums/helpful-...te-adverts.html ). I followed th instructions, and when i go to multibux.vndv.com/admin it gives me the 404 error sad.gif What schould i do? Mabie the config file is wrong:
CODE
<?php

// Database configuration

$bd_host = "localhost";
$bd_usuario = "multibux_a";
$bd_password = "123456";
$bd_base = "multibux?multibux";
$url = "http://www.multibux.vndv.com";
$con = mysql_connect($bd_host, $bd_usuario, $bd_password); mysql_select_db($bd_base, $con);

?>


Please help me out!
Ed
"Bux.to" scripts aren't something we allow on Zymic, the business model under which they operate is flawed by design and often get labelled (rightly so!) as scams.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.