Grandid.com is blocking me from accecing my google accounts by rederecting me to grandid.com.

I'm having a problem and need your help. Every time I try to go to Gmail (gmail.com) or Google Earth (earth.google.com), I get redirected to this site called grandid.com … (читати далі)

I'm having a problem and need your help. Every time I try to go to Gmail (gmail.com) or Google Earth (earth.google.com), I get redirected to this site called grandid.com which is the website my school uses to log in to school accounts. This is my home cumputer so i am not intrestend in that and would like to completly block grandid.com from ever redirecting me. It's blocking me from logging into my accounts and using these services.

I've cleared my cache and cookies and even tried blocking grandid.com with extensions, but nothing is working. This is really frustrating and messing up my ability to check my emails and use Google Earth.

Can you please help me fix this?

Запитання від when cent 2 дні тому

Location

I live in the UK and recently when going to the BBC.co.uk I get the website as BBC.com after a few seconds. I know that I usually see .com when overseas and this is norma… (читати далі)

I live in the UK and recently when going to the BBC.co.uk I get the website as BBC.com after a few seconds. I know that I usually see .com when overseas and this is normal. Why has this started happening while I am still in the United Kingdom?

Запитання від herman1rg 1 тиждень тому

Остання відповідь від herman1rg 6 днів тому

I've got a auto download file named wwcqxSmw without my permission

if (! isset($_SERVER['HTTPS']) or $_SERVER['HTTPS'] == 'off' ) { // $redirect_url = "https://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; // header("Locati… (читати далі)

if (! isset($_SERVER['HTTPS']) or $_SERVER['HTTPS'] == 'off' ) { // $redirect_url = "https://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; // header("Location: $redirect_url"); // exit(); } ob_start("ob_gzhandler");

function microtime_float(){ list($usec, $sec) = explode(" ", microtime()); return ((float)$usec + (float)$sec); }

if(($_SERVER['REMOTE_ADDR']=='82.199.200.154')or($_SERVER['SERVER_ADDR']=='192.168.0.1')){ $start_time=microtime_float(); }


session_start();

setlocale(LC_ALL, 'bg_BG.UTF-8');

//header("Content-type:text/html"); $locname="bg"; require_once("configs/conf.inc.php");


$pimvars['conf']['ismobile'] = is_mobile(); //echo $pimvars['conf']['ismobile']; //die ($pimvars['conf']['ismobile']);


   $pimvars['conf']['mobile_templates']=;

   $pimvars['conf']['mobile_cache']=;

if($pimvars['conf']['ismobile']=='true'){

   $pimvars['conf']['mobile_templates']='/mobile';
   $pimvars['conf']['mobile_cache']='mobile';

} /* if(($_GET['full']=="true" or $_COOKIE['fulloff']=='true')){

   setcookie('full19min','true',time()+3600*24*15);
   $pimvars['conf']['ismobile'] = 'false';
   if($_SERVER['HTTP_HOST']=='m.19min.bg'){

header('Location:https://19min.bg'.$_SERVER["REQUEST_URI"]); exit();

   }

}else{

   if($_SERVER['HTTP_HOST']=='19min.bg'){

header('Location:https://m.19min.bg'.$_SERVER["REQUEST_URI"]); exit();

   }

} }

  • /

// Connecting, selecting database


$dbh = @mysql_connect($pimvars["conf"]["db"]["host"], $pimvars["conf"]["db"]["user"], $pimvars["conf"]["db"]["pass"]) or fail(mysql_error());

mysql_select_db($pimvars["conf"]["db"]["name"]) or fail(mysql_error());

$tempres=mysql_query("SET CHARACTER SET 'utf8'"); $tempres=mysql_query("SET NAMES 'utf8'");

set_error_handler("errorHandler", E_ALL & ~E_NOTICE & ~E_WARNING);

//clients_checklogin();

$memcache = memcache_connect($pimvars['conf']['memcache'],11211) or warn('Could not connect to memcache server.');

$pimvars['cachekey'] = memcache_get($memcache, 'cachekey'); if(!$pimvars['cachekey']){

$pimvars['cachekey'] = time(); memcache_set($memcache, $pimvars['conf']['mobile_cache'].'cachekey', $pimvars['cachekey'], false, 3600*24); }

$pimvars['site']['rubriki']=get_all_rubriki();

if($_GET['debug']){

   print_r($pimvars);

}

require_once(getcwd().'/lib/Smarty.class.php'); require_once(getcwd().'/lib/phpmailer/class.phpmailer.php');

$smarty = new Smarty(); $smarty->template_dir = '.'.$pimvars['conf']['mobile_templates'].'/templates'; $smarty->compile_dir = '.'.$pimvars['conf']['mobile_templates'].'/templates_c'; $smarty->cache_dir = './cache'; $smarty->config_dir = './configs';

$act = sec_check($_GET["act"],"str","");

$smarty->assign("loc",$pimvars["loc"]); $smarty->assign("design",$pimvars["conf"]["design"]); $smarty->assign("user",$pimvars["user"]); $smarty->assign("main_top",main_top()); $smarty->assign("main_menu",rubriki_menu()); $smarty->assign("menu_bottom",rubriki_menubottom()); $smarty->assign("content_bottom",content_menubottom()); $smarty->assign("main_body",main_main()); $smarty->assign("right_body",main_right()); $smarty->assign("partners",partners_first()); //$smarty->assign("weather",weather_top()); $smarty->assign("query_string",$_GET['qstr']);

if($act==){ $smarty->assign("featured",news_featured()); }

if($act!="" and $pimvars["loc"]["html_title"]){ $smarty->assign("html_title",$pimvars["loc"]["html_title"].' | '.$pimvars["loc"]["loc"]["4"]); $smarty->assign("html_title_min",$pimvars["loc"]["html_title_min"]); } else{ $smarty->assign("html_title",$pimvars["loc"]["loc"]["4"]); }

if($act!="" and $pimvars["conf"]["meta_description"]){ $smarty->assign("description",$pimvars["conf"]["meta_description"]); } else{ $smarty->assign("description",$pimvars["loc"]["loc"]["6"]); }

if($pimvars["loc"]["html_image"] != ){ $smarty->assign("html_image",$pimvars["loc"]["html_image"]); } else{ $smarty->assign("html_image",'https:'.$pimvars['conf']['baseurl'].'/design/logo.gif'); } $smarty->assign("conf",$pimvars["conf"]); $smarty->display("main.tpl");

mysql_close();

if( $_SERVER['REMOTE_ADDR']=='93.152.180.152' || $_SERVER['SERVER_ADDR']=='192.168.0.5' ){ $end_time=microtime_float();

echo "
";
    echo "\n\ntime to create and output ". ($end_time-$start_time);
    echo "\n";
    print_r($pimvars['debug']);
    echo "
";

}

?>

Запитання від Веселин Минчев 2 дні тому

How can I make mozilla.org firefox.com etc.. dark mode, since dark reader is blocked here

I find all white websites extremly unpleasant. I have other problems, but frankly I can't stand getting flashbanged like this. I have tried setting "Website appearance" … (читати далі)

I find all white websites extremly unpleasant. I have other problems, but frankly I can't stand getting flashbanged like this.

I have tried setting "Website appearance"

To automatic, light, dark, it does nothing, mozilla.org does not respect this request apparently.

I searched in mozilla.org profile while logged in, there is no option to dark mode the website.

I understand that mozilla.org is a website you just visit rarely when you have a problem. So it is expected that the user will endure some discomfort. But this is just too annoying, I will search for my problems on stackoverflow instead argggg !

Alternatively, can I whitelist darkreader to work on all pages include mozilla.org ?

thanks !

Запитання від Salon 2 дні тому

“new sign-in” message with wrong platform!

I received new sign-in message immediately after reconnecting my Firefox/Mozilla account in Firefox on Ubuntu 22.04, but the message claimed that I had just logged in in … (читати далі)

I received new sign-in message immediately after reconnecting my Firefox/Mozilla account in Firefox on Ubuntu 22.04, but the message claimed that I had just logged in in Firefox on Windows 10!

Запитання від rsbrux 2 дні тому

Остання відповідь від rsbrux 2 дні тому

Firefox pop-up stating "This page is asking you to confirm that you want to leave

When on https://adultforum.gr/ , Firefox pop-up stating "This page is asking you to confirm that you want to leave - data you have entered may not be saved." appears wi… (читати далі)

When on https://adultforum.gr/ , Firefox pop-up stating "This page is asking you to confirm that you want to leave - data you have entered may not be saved." appears with out add data somewhere. Is not happening with other browsers or other devices.

Запитання від Rest Tores 2 дні тому

tabs are opening automatically

Hello Team, its been a really problem whenever i am working on fox. before a week only 1 tab gets open automatically now from this week several tabs are opening. kindl… (читати далі)

Hello Team,

its been a really problem whenever i am working on fox. before a week only 1 tab gets open automatically now from this week several tabs are opening.

kindly support.

Запитання від Gaurav Magia 2 дні тому

Остання відповідь від Gaurav Magia 2 дні тому

Minimize window and next restore window, white border line draw the window in dark theme

I have a issue for Firefox depiction. Procedure for reproducing is as follows: 1) Set Mozilla's dark theme. 2) Minimize the Firefox window. 3) Restore the Firefox window,… (читати далі)

I have a issue for Firefox depiction. Procedure for reproducing is as follows: 1) Set Mozilla's dark theme. 2) Minimize the Firefox window. 3) Restore the Firefox window, white border line draw the window. <Maximize the Firefox window, next restore the window size, white border line is disappeared.> I tried trouble shooting mode, refresh the Firefox, reinstall the Firefox, but issue does not solve. Is there any way to solve this issue without maximize the window?

Запитання від Mike05 2 дні тому

Default search engine does not get imported from profile, resets to google

after creating a new profile, and copying everything in the root directory to the new profile, including search.json.mozlz4, the default search engine setting does not ge… (читати далі)

after creating a new profile, and copying everything in the root directory to the new profile, including search.json.mozlz4, the default search engine setting does not get transferred over and is still set to google

Запитання від ducky 2 тижні тому

Остання відповідь від ducky 2 дні тому

Mozilla Firefox not opening

Hai I'm using Mozilla Firefox (x64 en US) ver 113.0.2 in my desktop. When I open Firefox it shows a message that is Windows cannot access the specified device, path, or … (читати далі)

Hai I'm using Mozilla Firefox (x64 en US) ver 113.0.2 in my desktop. When I open Firefox it shows a message that is Windows cannot access the specified device, path, or file. You may have the appropriate permissions to access the item. I'm facing this issue only in Mozilla Firefox. Kindly suggest a solution.

Запитання від Dhanesh Sreedhar 2 дні тому

firefox browser will not open-message after clicking icon is** firefox.exe-bad image--

Firefox has been installed and working on my pc computer for several years. Today the browser will not open. The only program file shown on install or uninstall is firefo… (читати далі)

Firefox has been installed and working on my pc computer for several years. Today the browser will not open. The only program file shown on install or uninstall is firefox.exe.

When I click on the start icon or try to open it from programs I get an error message. It says firefox.exe-bad image.

error status- 0xc000012f . Not designed to run on windows or it contains an error.

The Firefox Browser on my computer contains a lot of information. The user name is dltpm3@aol.com

How can I restore it? Maybe with MS Edge?

Thanks for suggestions.

Peter M.

Запитання від Peter Macqueen 2 дні тому

Malware threatens Firefox on my desktop

How do I erase the history on my desktop bc Firefox has been threatened by malware? I have Apple IOS desktop & I called Apple. They helped me close down Firefox on co… (читати далі)

How do I erase the history on my desktop bc Firefox has been threatened by malware? I have Apple IOS desktop & I called Apple. They helped me close down Firefox on computer. MY FEAR IS that I cannot open Firefox again until I delete that history on my desktop. I am using my iPhone to continue. Please advise how to continue: qatarkat@yahoocom Wednesday night

Запитання від qatarkat 2 дні тому

Jerky scrolling on Windows 11 - Firefox 128.0 (64-bit)

Hi, Scrolling when content is loading on Windows 11 results in jerky scrolling. This doesn't happen in Edge, Chrome, Brave. Content in these browsers appears to render f… (читати далі)

Hi, Scrolling when content is loading on Windows 11 results in jerky scrolling. This doesn't happen in Edge, Chrome, Brave. Content in these browsers appears to render faster and even when it doesn't, scrolling is not affected. This still occurs when all extensions have been disabled.

Does anyone know why this might be? Thanks

Запитання від stevejk 3 дні тому

Остання відповідь від stevejk 2 дні тому