Friday, August 8, 2008

Odesk leakage

Friday, June 27, 2008

SSS Online Inquiry : New Website

Social Security System (SSS) new website..

When i do a search for online inquiry system doon ko lang nalaman binago na pala ang website nila
at kailangan ka nang mag register para maka access sa site at para makita ang contribution.

Medyo pinahirapan na naman ang tao ng konte. hehehe

register kaagad ako para makita kaagad ang contribution ko...
Medyo may nahirapan nga ako ng konte dahil diko alam SSS number ng employer ko.
Buti nalang nahanap ko.

Huh, success natapos ko registration.

"An email sent to your email address how to get your password blah... blahha"

Yan ang message na natanggap check ako kaagad sa email ko pero hindi dumating
ang email nila. So kinabukasan ko na na receive ang email pero medyo nainis ako dahil

instead na instruction ang makuha ko para makuha ko password eto natanggap ko.

"We are sorry to inform you that you have not successfully registered in the SSS Website.
Please call SSS Hotline (632) 920-6446 to 55 for assistance.

Thank you for using the SSS Website.

This is a system-generated e-mail. Please do not reply.
"

Wow ang Astig hindi successful ang pagregister ko..

Hi nako okey na sana ung system nila dati dahil madali lang gamitin lalo nano sa kahit
di gaanong alam sa computer at internet.

Paano nayan e di hindi kana maka pag print sa mga internet cafe na nag o offer ng sss contribution print out dahil hindi na madali.

Kabayan ano masasabi mo dito...

Thursday, June 26, 2008

PhpMailer Settings to Send email using PHP with Gmail



To work with this just follow this 3 simple step

1. Create a new file and named it any name you like
example: send.php
2. Paste the following code

include "path to your class.phpmailer.php"; // something like this include include "PHPMailer_v2.0.0/class.phpmailer.php";

$mail = new PHPMailer();
$mail->IsSMTP(); // set mailer to use SMTP
$mail->Host = "ssl://smtp.gmail.com"; // specify main and backup server
$mail->Port = 465; // set the port to use
$mail->SMTPAuth = true; // turn on SMTP authentication
$mail->Username = "username@gmail.com"; // your SMTP username or your gmail username
$mail->Password = "password"; // your SMTP password or your gmail password
$from = "webmaster@example.com"; // Reply to this email
$to="recepient@domain.com"; // Recipients email ID
$name="Jersey Name"; // Recipient's name
$mail->From = $from;
$mail->FromName = "Webmaster"; // Name to indicate where the email came from when the recepient received
$mail->AddAddress($to,$name);
$mail->AddReplyTo($from,"Webmaster");
$mail->WordWrap = 50; // set word wrap
$mail->IsHTML(true); // send as HTML
$mail->Subject = "Sending Email From Php Using Gmail";
$mail->Body = "This Email Send through phpmailer, This is the HTML BODY "; //HTML Body
$mail->AltBody = "This is the body when user views in plain text format"; //Text Body
if(!$mail->Send())
{
echo "Mailer Error: " . $mail->ErrorInfo;
}
else
{
echo "Message has been sent";
}
?>

3. Troubleshooting

If ever a warning message occurs occurs something like this
"Warning: fsockopen()[a href:="function.fsockopen">functionopen]: unable
to connect to ssl://smtp.gmail.com:465(Unable to find the socket transport "ssl" -did you forget to enable it when you configured PHP?)
in ....

To fix this:
Go to your php settings and enable php_openssl

that's it..

Tuesday, June 24, 2008

Pinoy Developers and Pinoy Freelancers

I decided to make a blog about pinoy developers and pinoy freelancers us a lot of pinoys do there job as a developer took globally by joining a lot freelance sites and earned dollars from it.
Me I am also web developer took this opportunity to extend a service to those people wanted to have a job done for them. I also got hired by one of the company online and earned 32$ from the job, I only worked as a program tester by hourly basis it was my first freelance job on the net. So i got interested with the job an been paid 2$ per hour sounds too small but for me for that first time it really a big bucks but it only took a month cause when the company change there platform of monitoring there employees i quit cause i got been busy also with my real job. I mean real, I am referring to my job as a web developer of a company here in Cebu.

The good thing about this online jobs that we pinoys can earned extra money online but take note beware of the scams...