3v4l.org

run code in 300+ PHP versions simultaneously
<?php //exampledot.com for domain $cpuser = 'misteduph';////////////e.g. exampled, your cPanel main domain usually $cppass = 'M.I.S.T.2009';/////Your cPanel password. $cpdomain = 'cp.wsiph2.com';////The cPanel domain $cpskin = 'XPressia';////////////listed on cPanel as 'theme' $emailname = 'admin@mist.edu.ph';/////////////The username, e.g. john1@exampledot.com $emaildomain = '@msit.edu.ph';////The domain name in email, @exampledot.com $emailpass = 'msit2009';////The password for the email account $f = fopen ("https://$cpuser:$cppass@$cpdomain:8443/frontend/$cpskin/mail/doaddpop.html?email=$emailname&domain=$cpdomain&password=$emailpass&quota=0", "r"); fclose($f); ?>

preferences:
52.34 ms | 402 KiB | 5 Q