אני עשיתי
<?php
$did=$_POST['did'];
$password=$_POST['password'];
?>
<html><body>
<form action="https://www.call2all.co.il/ym/login.php" method="post" target=""><input type="hidden" name="user" value="<?php print "$did";?>"><input type="hidden" name="password" value="<?php print "$password";?>"><input type="submit" value="התחבר לאתר הניהול" class="main" id="main"></form>
<script>
document.getElementById("main").click()</script>
</body></html>
מה יותר מאובטח?