Results 11 to 11 of 11
-
9th Dec 2011, 05:05 PM #11Respected DeveloperWebsite's:
wrzc.orgStep 1 is getting it working which the others above are doing a good job trying to help you with but Step 2 is probably more important and making sure it's secure.
What your doing is letting people enter a url but your not doing any security checks to see if it's a real url or a hacking attempt with malicious code.
Easiest ways of adding security are with strip_tags by finding
PHP Code:$url= $_POST["link"];
PHP Code:$url= strip_tags($_POST["link"]);
and find
PHP Code:$url= $_POST["link"];
PHP Code:$url= htmlentities($_POST["link"]);
PHP Code:$url= htmlentities(strip_tags ($_POST["link"]));
Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic
Huge list of Warez Sites and free Multiposter Templates
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
themaLeecher - leech and manage...
Version 5.05 released. Open older version (or...