Great news!
Ac now offers mobile versions of your favorite anime!
We have been working hard to get better compatibility for our videos for everyone! We are currently in the process of converting thousands of videos into a Mobile friendly format. Many of you may have already experienced the new video format, if you can not click here to check it out.
The owners of Anime Crave have spearheaded this new venture with costs out of their own pocket. However In order for us to fully get everything switched over we need all of your help!
Please donate whatever you can and help us make all our videos Mobile Compatible. This will also help us create a mobile friendly version of our website for easier navigation!
ANIMECRAVE ENTERTAINMENT PORTAL
 |
Below you will find one of the webs largest selection of online anime entertainment. Anime Crave offers thousands of anime episodes, hundreds of anime series and anime movies and countless anime music/mp3s to suit your anime cravings.
Plus now if you cant find what you want or like then request it and we will do everything in our power to get it on the site and ready for your enjoyment! As always thank you for your continued support and for choosing anime crave!
|
$banner_list = array(); $file_list = array(); $file_type = array();
$x = $Db->query("SELECT * FROM anime_banners WHERE active='1' ORDER BY date DESC LIMIT 10");
while($mem = mysql_fetch_array($x)) {
$file_list[] = $mem['file_name'];
$banner_list[] = $mem['anime_name'];
$file_type[] = $mem['type'];
$e++;
}
$banner_number= count($file_list);
$banner_number = $banner_number - 1;
$rand_banner_count = file_get_contents ( "/home/ac/public_html/_content/images/anime_banners/number.txt" );
if($rand_banner_count > $banner_number) { $rand_banner_count = 0;}
$banner_image = $file_list[$rand_banner_count];
$anime_name = $banner_list[$rand_banner_count];
$anime_name = str_replace(" ", "_", "$anime_name");
$files_type = $file_type[$rand_banner_count];
if ($files_type == 0) { $url_insert = "anime_episodes"; }
if ($files_type == 1) { $url_insert = "anime_oVAs"; }
if ($files_type == 2) { $url_insert = "anime_movies"; }
if ($files_type == 3) { $url_insert = "live_action"; }
echo " ";
$banner_add = 1;
if ( $rand_banner_count == $banner_number ) {
$rand_banner_add = 0; } else { $rand_banner_add = $rand_banner_count + $banner_add; }
( $fp = fopen ( "/home/ac/public_html/_content/images/anime_banners/number.txt", "w" ) ) or die ( "couldn't open" );
fwrite ( $fp, "$rand_banner_add" ); fclose ( $fp );
?>
|
|