News:

Click here for Toll-Free Service for your business starting at $2.00 per month

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

Topics - computerman

#1
Sorry i have a questione...can i connect with mysql to another space out of freepgs?
thx
#2
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/
#3
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
#4
Support Requests / Connection with database failled
November 10, 2005, 08:47:40 PM
I'm use a tool for upload my database in a server...but this tool don't connection with my db.
www.freepgs.com/computerman/mysql_tool.php
Admin...do you try it?
thx
#5
Support Requests / php don't work?
November 10, 2005, 05:08:09 PM
Sorry...but php don't work? Because i don't make an install invions forum...
thx