Skip to content

Commit

Permalink
CrimeFlare v2.2 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
zidansec committed May 20, 2022
1 parent 95efba9 commit 43590ae
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions crimeflare.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

system("clear");

echo "\n\033[1;92mScanning: \033[1;97m\033[4;37m".htmlspecialchars(addslashes($url))."\e[0;0m\n";
echo "\033[1;92mScanning: \033[1;97m\033[4;37m".htmlspecialchars(addslashes($url))."\e[0;0m\n";

function showProgressBar($percentage, int $numDecimalPlaces)
{
Expand All @@ -65,7 +65,7 @@ function showProgressBar($percentage, int $numDecimalPlaces)
echo "($percentageString) " . $barsString . "\r";
}

$level = ob_get_level();
//$level = ob_get_level();
$total = '1000';
for ($i=0; $i<$total; $i++)
{
Expand All @@ -90,8 +90,7 @@ function showProgressBar($percentage, int $numDecimalPlaces)

ob_end_flush(); sleep(2); system("clear");

$logo = "\033[0;92m
______ __ ________ __
$logo = "\033[0;92m ______ __ ________ __
/ \ / | / |/ |
/$$$$$$ | ______ $$/ _____ ____ ______ $$$$$$$$/ $$ | ______ ______ ______
$$ | $$/ / \ / |/ \/ \ / \ $$ |__ $$ | / \ / \ / \
Expand Down Expand Up @@ -125,7 +124,7 @@ function showProgressBar($percentage, int $numDecimalPlaces)
Country : $data->country_name
Address : $data->country_code, $data->city_name $data->region_name, $data->weather_station_name, $data->zip_code
Location : $get->loc
Time Zone : $get->timezone $data->time_zone
Time Zone : $get->timezone ($data->time_zone)
\n");
} else {
echo "$alert
Expand Down

0 comments on commit 43590ae

Please sign in to comment.