Jump to content

dariomir

Members
  • Posts

    4
  • Joined

  • Last visited

dariomir's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. ..absolutely unresponsive. Everytime some service offline, everytime requests in timeout... Good to make some test, but not for anything else. Sorry, but I'm forced to tell about many inconveniences. Thanks anyway for your hard job, but it seems to be not enough for now
  2. Thanks a lot for the moment... I've used this simple php code to connect: &--#60;?php # FileName="Connection_php_mysql.htm" # Type="MYSQL" # HTTP="true" $hostname_news = "johnny.heliohost.org:3306"; $database_news = "dariomir_progetti"; $username_news = "dariomir_00@localhost"; $password_news = "XXXXXXXXXX"; $news = mysql_pconnect($hostname_news, $username_news, $password_news) or trigger_error(mysql_error(),E_USER_ERROR); ?&--#62; the other pages requiring this function in this way: <?php require_once('Connections/news.php'); ?> Very very simple... I've just tried to work whit dinamical data, and i had to connect whit database to organize that. It's not first time I'm using dinamical query...and never experenced this kind of error or multiple falling down during connections
  3. upload my printscreen fails ... url: pacifictrashvortex.heliohost.org ftp is running, as website. i can't connect to mysql using dreamweaver, cause the connection returns me the following error: MYSQL Error 1129 host 'MYHOSTNAME INDICATED AS DHCP' is blocked because many connectios errors; unblock with 'mysqladmin flush-hosts' i've created my database i've imported regularly my existing tables i've created my users i've allowed by '%' remote hosts to access to my database why i can't connect dinamically my pages? please help me thaks in advance p.s. why uploading images usually fails?
×
×
  • Create New...