Its work good .. I tried it again
Set your share-online Username and Password To Use Api
Be sure you enter the real file Path
//----------------------------------
$user="0123456789"; // Username
$pass="HgHFGhFsfS"; // Password
$filelocation="999.rar"; // file Path...
This for you - Tested By me and work good
<?php
/*
Upload to Share-online with cUrl
Fixed By: AdelSBM
*/
//----------------------------------
$user="0123456789"; // Username
$pass="HgHFGhFsfS"; // Password
$filelocation="999.rar"; // file Path
//-----------------------------------...
I think that hackers will love you "to much" if, they found exploit in your scripts:facepalm:
It's just advice
And I'm sure that if it -SCRIPT- use the database (My sql) have been infected with Sql injection exploit...:'(
Simple XSS Vulnerability :(
- anyone can inject Java script or HTML code.
EXPLOIT:
- Put this code in textarea :
<marquee><font color=red size=50>XSSeD By AdelSBM</font></marquee>
- Click "Check Link(s)"
The ruselt is:
:'(
Use htmlspecialchars() or htmlentities() function to fiX it ;)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.