Search found 4 matches

by dorgon
Tue Mar 14, 2006 8:14 am
Forum: PHP - Security
Topic: Vulnerability of flash movies in php
Replies: 1
Views: 1731

Vulnerability of flash movies in php

When the flash games commit the scores to save via php. Actually, the submitting is vulnerable, because someone will reverse compile the flash movie while will get them from website. On the occasion, they will find the addresses & strings in pages (e.g. save.php?record=1000 ). And will commit th...
by dorgon
Mon Mar 13, 2006 11:14 pm
Forum: PHP - Code
Topic: Communication of the backend via php
Replies: 4
Views: 477

Thank you

Was I even right for what you're wanting to do? If I am, you're fairly much out of choices as far as posting goes. With get requests, you'd have a few more options. file_get_contents() for instance. Thanks for your replies. I have got the solution as following: fopen("http://2.2.2.2/retrieve.p...
by dorgon
Fri Feb 24, 2006 1:20 am
Forum: PHP - Code
Topic: Communication of the backend via php
Replies: 4
Views: 477

Let me see if I can get this straight. You want the server to make a hidden (from the user) post to a separate script that is not on the server the user requests the page from? Sounds like a job for cURL or fsockopen() Thanks for your solution. the functions took them a try,but they were unworkable.
by dorgon
Thu Feb 23, 2006 9:21 am
Forum: PHP - Code
Topic: Communication of the backend via php
Replies: 4
Views: 477

Communication of the backend via php

I have no ideas for following question, please tell me the solution. Wait for your helps!!! Under the backend, how to edit the receive.php which will transfer parameters to following IP address(virtual) automatically while it get the info from gateway? http://2.2.2.2/retrieve.php?sp=100&msg=ok A...