News:

LVCS.NET offers low cost domain registration services.

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - computerman

#2
For any insert:

"Incorrect integer value: '' for column 'id' at row 1"

But the script is ok, because if run the script in freepgs space or another host run is ok. When i run in other space with link database freepgs return this error!
#3
The connection is ok and the read a db is ok!
But when i try a "insert" in db i have an error
#4
Sorry i have a questione...can i connect with mysql to another space out of freepgs?
thx
#5
Support Requests / Re: Service Temporarily Unavailable?
February 24, 2006, 04:56:35 PM
www.freepgs.com/computerman/
www.freepgs.com/forumidi/

error 503
#6
Support Requests / Re: 2 site don't work
January 10, 2006, 06:28:15 PM
now are up!
#7
Support Requests / Re: 2 site don't work
January 10, 2006, 05:36:40 PM
In this moment...sites down :(
#8
Support Requests / Re: 2 site don't work
January 06, 2006, 08:40:17 PM
In this moment ok!
#9
Support Requests / 2 site don't work
January 06, 2006, 06:36:42 PM
My 2 site don't work:

www.freepgs.com/computerman/
www.freepgs.com/forumidi/
#10
Support Requests / Re: Site ofline "?
December 11, 2005, 12:33:27 PM
Ok thx :)
#11
Support Requests / Re: Site ofline "?
December 10, 2005, 01:30:18 PM
Quote from: Martijn on December 10, 2005, 01:29:24 PM
idem?

eh eh eh... idem is a "italian" slang ;D idem is = :P
#12
Support Requests / Re: Site ofline "?
December 10, 2005, 01:19:54 PM
Yes... idem for my site www.freepgs.com/computerman
#13
Support Requests / Re: Do you find error?
November 16, 2005, 11:01:23 AM
thx...but in old version of host this script running ok!
In any case...i try ;)
#14
Support Requests / Do you find error?
November 15, 2005, 09:28:10 AM
Hi...
I have this script for send email, from my site...but when i send email, the email os from "computerman@freepgs.com" and not "Computerman Site". Look this code...please!

if(ereg("^(.+)@(.+)\\.(.+)$",$to))
{
}else{
echo("You must supply a valid (TO) address<br>");
echo("<script>alert(\"Error:Click Here To Go Back\");history.go(-1)</script>");
exit;
}

// Removes html tags and whitespace from input data
$to =strip_tags(trim($to));
$subject =strip_tags(trim($subject));
$body =strip_tags(trim($body));
$from ="Computerman Site" ;

// formats the headers section DO NOT ALTER OR MAKE ANY CHANGES

$headers  ="Mime-Version: 1.0\r\nContent-Type:text/plain charset=\"ISO-8859-1\"\r\n";
$headers .="Content-Transfer-Encoding: 7bit\r\n";
$headers .="X-Priority: 3\r\n";
$headers .="X-PHP-Mail-Priority: Normal\r\n";
$headers .="X-Mime-OLE: Produced by MS MimeOLE v5.00.3000.100\r\n";
$headers .="X-Mailer: PHP Mail generated by:PHPMailer v1.0\r\n";
$headers .= "Computerman Site";


// formats the input and sends the email
$send=mail($to,$subject,$message);

// prints success or failure to the user
if($send==1){
    echo("<html><head><title>SUCCESS...Email Spedita</title></head><body>");
echo("<center><h2>Success....</h2><br><p>La tua email è stata spedita!<br>");
echo("<a href=\"form.php\">Clicca qui per spedire un'altra email</a></p></center>");
echo("</body></html>");
}else{
echo("<html><head><title>FAILURE...L'email non è stata spedita</title></head><body>");
echo("<center><h2>Sorry....</h2><br><p>There appears to have been a problem<br>");
echo("in processing your email<br>Please try again later...<br>");
echo("<a href=\"form.php\">PHPMAILER</a><br>");
echo("Thank You for using PHP Mailer v1.0</p></center>");
echo("</body></html>");
}
// finally everything OK, exit the script
exit();


where is the error?
thx
#15
Support Requests / Re: php don't work?
November 12, 2005, 07:57:54 AM
Quote from: nq2h on November 11, 2005, 04:54:10 AM
Yeah,Invision Board 2.0 or greater are the only versions that will work on PHP5.

Yes ;)