Maximum execution time of 30 seconds exceeded ??

tedwang

Perch
Hi ~ I had created a ticket on my control panel three days ago ~

But I don't get any answer !!

Please help me !!!

As the following is the content of ticket ....


It will be timeout always that when my php application connect to the mysql server
.....

And a folder of this hosting can't be writed suddenly. the folder name is
"mgmt"

all the error message is

"Fatal error: Maximum execution time of 30 seconds exceeded in
/home/hsphere/local/home/kent5888/kent5888.u24.chung-mei.net/mgmt/mact.php
on line 135
"

and

"
Warning: fopen(Mail_List.txt): failed to open stream: Permission denied in
/home/hsphere/local/home/kent5888/kent5888.u24.chung-mei.net/mgmt/memail.php
on line 112

"
 
Can you give me your ticket id so I can investigate why it was not answered

Also, what connection settings are you using?
 
Hi ~ Yash ~

the ticket ID is 39655 .

The php code that I connect the mysql server is the following .....

<?php //********** link.php **********
$host = "64.156.223.231";
$user = "kent588_mysql";
$pswd = "16881688";

$linkid = mysql_connect( $host, $user, $pswd );
$q = "use kent588_gpmysql";
mysql_query($q);
?>
 
You'll want to change your password now (perhaps even your user name and database name, as well). This is an open forum, so anyone (even unregistered) can read it, so everyone now has access to your database (assuming the credentials you posted are correct).
 
Also, FWIW, all of my phpBB boards (hosted on Win5) are failing with the following error message:

phpBB : Critical Error
Could not connect to the database

I have submitted ticket 39781.
 
Yes, MySQL is having a slight problem this morning. Being abused by a database, should have this in control shortly
 
Back
Top