Bypass all resource restrictions, passwords, and keys? Read here!
link not workingFalconizer updated Turbo Website Reviewer - In-depth SEO Analysis Tool with a new update entry:
Turbo Website Reviewer - In-depth SEO Analysis Tool 2.6
Read the rest of this update entry...
hi can we add multiple api at a time??You can change manually your screenshoot service, here is apiflash (monthly 100 free screenshot) you must change only your access key. Or if you want another screenshot service you can do it below code basically.
Original files path: /core/helpers/site_snapshot_helper.php
Copy below code and change original files content. Dont forget to backup your original file. This code is working and enough for my job.
PHP:<?php function getSiteSnap($site,$item_purchase_code,$baseLink,$isCustomApi=true,$customLink=''){ $params = http_build_query(array( "access_key" => "ENTER YOUR KEY HERE", "url" => "https://".$site, "width" => 1200, "height" => 900, "format" => "jpeg", )); $imagePath = HEL_DIR.'site_snapshot/'.$site.'.jpg'; if (file_exists($imagePath)){ $myimage = $imagePath; }else { $name = $imagePath; $imgSrc = file_get_contents("https://api.apiflash.com/v1/urltoimage?" . $params); $fh = fopen($name, 'w') or die("Can't open file"); $stringData = $imgSrc; fwrite($fh, $stringData); fclose($fh); $ssimage = imagecreatefromjpeg($name); if ($imgSrc == ''){ unlink($name); $myimage = HEL_DIR.'site_snapshot/no-preview.png'; } else { $myimage = $imagePath; $name = $myimage; $thumb_width = 600; $thumb_height = 450; $width = imagesx($ssimage); $height = imagesy($ssimage); $original_aspect = $width / $height; $thumb_aspect = $thumb_width / $thumb_height; if ($original_aspect >= $thumb_aspect){ // If image is wider than thumbnail (in aspect ratio sense) $new_height = $thumb_height; $new_width = $width / ($height / $thumb_height); } else { // If the thumbnail is wider than the image $new_width = $thumb_width; $new_height = $height / ($width / $thumb_width); } $thumb = imagecreatetruecolor($thumb_width, $thumb_height); $co = imagecolorallocate($thumb, 241, 241, 241); imagefill($thumb, 0, 0, $co); $text_color = imagecolorallocate($thumb, 153, 153, 153); imagestring($thumb, 200, 400, 300, 'No Preview Available', $text_color); // Resize and crop imagecopyresampled($thumb, $ssimage, 0, //- ($new_width - $thumb_width) / 2, // Center the image horizontally 0, // - ($new_height - $thumb_height) / 2, // Center the image vertically 0, 0, $new_width, $new_height, $width, $height); imagejpeg($thumb, $myimage, 100); if (filesize($name) == 0){ unlink($name); $myimage = HEL_DIR.'site_snapshot/no-preview.png'; } elseif (filesize($name) <= 4){ unlink($name); $myimage = HEL_DIR.'site_snapshot/no-preview.png'; } else{ $myimage = $imagePath; } } } return $myimage; } ?>
hi after a few days I'm getting this error.Link is working fine for me
42.108.196.130 IP address
i think the author gets back access to the admin panel, from where he modifies the database.
happened with me today,
my cpanel showed,
logged into the site using exploder, changed something in the database or something,Code:42.108.196.130 IP address
and since then I am getting HTTP error 500.
need to block access to the admin panel so that nothing could be done, same as all in one SEO tools.
still testing things....
will update things..
Exactly.hi after a few days I'm getting this error.
404
This page could not be found.
what should I do.
https://eventcustomfabrics.in/
"https://eventcustomfabrics.in/domain/rediff.com"
can you please help me with this. on website screenshot I'm getting thisExactly.
You should set up blocking of changes to the index.php file with permissions = 4.4.4; and protect the /admin/ directory with a password.
My test page still works fine: https://codeseo.net/seo-checker/
