-
Content Count
147 -
Joined
-
Last visited
-
Days Won
8
BestNoob last won the day on June 22 2022
BestNoob had the most liked content!
Community Reputation
75 ExcellentAbout BestNoob
-
Rank
RMS Sophmore
Contact Methods
-
Website URL
https://discord.gg/A7vtjmw
Profile Information
-
Gender
Male
-
Location
Germany
Recent Profile Visitors
6628 profile views
-
BestNoob changed their profile photo
-
BestNoob started following Few things about the new Site., J-Runner with Extras (17559) - Built in Timings, Bugfixes, and New Features!, games not working + cant find games and and 2 others
-
@Octal450 Thanks for your work but .... The launch.ini has still MISTAKES and is NOT fixed ! (spelling mistakes, wrong settings etc.) And what is up with the WB4G Patch for the Xbox 360 E Slim Corona 16MB ? Yours from the folder xeBuild/ ; launch.xex V3.0 config file ; parsed by simpleIni http://code.jellycan.com/simpleini/ ; currently supported devices and paths: ; internal hard disk Hdd:\ ; usb memory stick Usb:\ ; memory unit Mu:\ ; USB memory unit UsbMu:\ ; big block NAND mu FlashMu:\ ; internal slim 4G mu IntMu:\ ; internal corona 4g mu MmcMu:\ ; CD/DVD Dvd:\ (not recommended to use this one) ; buttons can point to any xex, or any CON with default.xex in it on any of the above devices ; note that Right Bumper is ALWAYS default to return NXE ; if you want to assign an additional one, use the path Sfc:\dash.xex ie: ; BUT_A = Sfc:\dash.xex ; all comments and fields in this file are optional, you can remove anything you don't need ; sorry for any double negatives :p ; njoy, cOz ; example entry ; Default = Hdd:\FreeStyle\default.xex [Paths] BUT_A = BUT_B = BUT_X = BUT_Y = Start = Back = LBump = RThumb = LThumb = ; Default is what loads when you hold no buttons ; leave this blank if you want NXE as default Default = Hdd:\Applications\Aurora\Aurora.xex ; at boot time, default can be overridden based on how the console is turned on ; if you start with wired/wireless/IR guide button, this item if existing will be used instead of default ; note that the Guide item is ALWAYS overridden by option: remotenxe = true Guide = ; if you power on with the button on the front of the console (or the power button on a remote if remotenxe is not set to true) ; this item will be used instead of default Power = ; if set, going to system settins from HUD will run this app, override with Right Bumper Configapp = ; if set, this will be run as a title before any other option occurs, does not get circumvented by held buttons or default ; guide/power opts are processed after thisintended for a short video player to allow replacing bootanim Fakeanim = ; by default this only dumps to UART, setting a file here will cause unhandled exception info to be dumped ; as text to a file. Same path restraints as the quick launch buttons. ; if exchandler is set to false, this option does nothing. ; note that this uses the first drive of the class found, so if you use usb: and have more than one usb device ; it may wind up on any of the usb devices depending on which was enumerated first. The path for the file is only ; checked on boot, so the device must be present at power on and at crash time for this to be effective ; ie: dumpfile = Usb:\crashlog.txt Dumpfile = ; example plugin entry ; plugin1 = Usb:\plugin\aplugin.xex [Plugins] plugin1 = plugin2 = plugin3 = plugin4 = plugin5 = ; these options are never used directly by dash launch but serve to give the configuration program ; a place to keep these values; note that things like ftp and udp servers are only running while installer is running [Externals] ftpport = 21 ftpserv = False updserv = False calaunch = False fahrenheit = False [Settings] ; if true, brining up miniblade in NXE and then pressing Y will cause launch.xex to relaunch for you ; note you must release Y button then press desired QuickLaunchButtons after or use default item nxemini = False ; if true ping limit will be removed for system link play (thanks FBDev!) pingpatch = False ; if true header license bits will be patched for addon content (00000002 type content) contpatch = False ; if true header license bits will be patched for xbla content (000D0000 type content xblapatch = False ; usually used in combination with contpatch/xblapatch or when XBLA is run extracted instead of from a container, spoofs replies from XamContentGetLicenseMask licpatch = False ; Normally when a fatal error occurs the xbox will just freeze, setting this to false will cause a reboot or powerdown ; setting to TRUE will also disable the unhandled exception filter which tries to intercept recoverable unhandled exceptions with exit to dash fatalfreeze = False ; when fatalfreeze is set to false, setting this to true will cause the box to reboot, setting it to false will instead have the box shut down ; note that this option does NOTHING when fatalfreeze is set to true fatalreboot = False ; setting this to true will cause the box to reboot (soft reboot) the way it was intended to ; on jtag ONLY set this to true if using blackaddr's reboot fix for SMC, else on reboot you will get E71 and corrupted dash/video/etc settings safereboot = False ; when set to true, it is possible to hold RB when launching a game to have the region that the game gets from xam spoofed regionspoof = False ; when set to false, ejecting a dvd video or game returns you to your default item, set to true to auto exit to NXE dvdexitdash = False ; when set to false, using the exit item in an XBLA game returns you to your default item, set to true to exit to NXE arcade menu xblaexitdash = False ; when set to true, using miniblades system setting options will not exit to NXE ; if not present this is set to FALSE nosysexit = False ; when set to true, miniblades will not appear... ever (requested as child saftey measure) ; note that using this option overrides everything in dash launch that relies on miniblade exits to function nohud = False ; when set to false, xbox will be capable of finding system updaters ; if not present this is set to TRUE noupdater = False ; when set to true, dash launch will put all debug strings out to uart ; if not present this is set to FALSE debugout = False ; when set to false, dash launch will not attempt to handle last chance unhandled exceptions ; if set to false, exceptions will also not be dumped to the dumpfile ; if not present this is set to TRUE exchandler = False ; if set to true, this will block the console from resolving LIVE related dns ; if not set this value will be TRUE liveblock = False ; if liveblock is set to true, this will block the console from resolving all MS related dns ; setting this to TRUE will also block apps like freestyle from accessing things like cover images ; *** note that if NO INI is present for launch.xex, this is set to TRUE livestrong = False ; when set to TRUE the X (guide) and power button on IR remotes will cause the xbox to boot to NXE instead of default item ; note that powering on with the windows/start button automatically goes to NXE's media center now regardless of how this is set remotenxe = False ; when set to TRUE all USB drives will be polled at hddtimer intervals for the file "alive.txt" in their root ; if the file exists, it will be recreated and 16 random bytes written to it on each poll which should keep drives from spinning down hddalive = False ; attempts to disable popups related to signing in, like "live is blocked" and similar ; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S A LOGIN DIALOG MAY NOT BE PERFECT !! ; !! to sign into live profiles other than auto signing on boot you MUST accept the 'check live for updates' dialog BEFORE enabling this option !! signnotice = False ; when you hold guide button to shut down xbox, normally the 'cancel' option is selected ; setting this to TRUE will cause the shutdown option to be auto selected instead ; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !! autoshut = False ; when you hold guide button to shut down xbox, normally a dialog comes up ; setting this to TRUE will cause the console to shutdown instead of show a dialog ; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !! autooff = False ; 14699+ has native http functions, but you are forced to be logged into use them ; this patch removes that restriction, set to false to disable it if you have any problems xhttp = False ; when tempbcast is set to TRUE the raw temp data from smc will be broadcast over UDP at temptime second ; intervals on port tempport tempbcast = False ; when set to TRUE all titles will have the insecure socket priveledge ; if not set this value will be FALSE sockpatch = False ; when set to TRUE dash launch will not erase launchdata before launching a quick launch item ; if not set this value will be FALSE passlaunch = False ; when set to TRUE various functions will be spoofed to make firmware think it's connected to LIVE ; this does not compensate for the fact that it cannot contact LIVE servers ; setting this to TRUE forces liveblock to TRUE fakelive = False ; when set to TRUE network/cloud storage options should not show up in disk dialogs ; if not set this value will be TRUE nonetstore = False ; when set to TRUE a snapshot of the console temperature data will be displayed in the console shutdown dialog (displayed when guide button is held) ; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !! ; enabling this option disables autooff shuttemps = False ; when true, any devkit profiles on the console will not appear as corrupt and can be used ; any changes such as saving games or getting achievements will resign the profile with the current/retail keyvault ; this seems not to affect glitch/jtag dev crossflash, but could affect these profiles on true devkits devprof = False ; when true, system link data will be encrypted for communication with devkits ; if not set this value will be FALSE devlink = False ; when true dash launch will perform automatic disk swapping ; WARNING!! do not enable if you use FSD or swap.xex for this !! ; if not set this value will be FALSE autoswap = False ; when true, disables kinect health pseudo video at game launch ; if not set this value will be TRUE nohealth = False ; when true, disables dash locale setup screens when settings already exist ; if not set this value will be TRUE nooobe = False ; when true dash launch will automatically enable fakelive functionality only during official dash and indie play sessions ; if not set this value will be FALSE autofake = False ; when true and autofake is enabled, contpatch will be enabled for community games only ; this option will be ignored if autofake is not enabled autocont = False temptime = 10 tempport = 7030 bootdelay = ; if some titles benefit from fakelive, add them here - only 10 may be listed autofake0 = 0x00000000 autofake1 = 0x00000000 autofake2 = 0x00000000 autofake3 = 0x00000000 autofake4 = 0x00000000 autofake5 = 0x00000000 autofake6 = 0x00000000 autofake7 = 0x00000000 autofake8 = 0x00000000 autofake9 = 0x00000000 The new one created by new Dashlaunch and with the most recommended settings: ; launch.xex V3.0 config file ; parsed by simpleIni http://code.jellycan.com/simpleini/ ; currently supported devices and paths: ; internal hard disk Hdd:\ ; usb memory stick Usb:\ ; memory unit Mu:\ ; USB memory unit UsbMu:\ ; big block NAND mu FlashMu:\ ; internal slim 4G mu IntMu:\ ; internal corona 4g mu MmcMu:\ ; CD/DVD Dvd:\ (not recommended to use this one) ; buttons can point to any xex, or any CON with default.xex in it on any of the above devices ; note that Right Bumper is ALWAYS default to return NXE ; if you want to assign an additional one, use the path Sfc:\dash.xex ie: ; BUT_A = Sfc:\dash.xex ; all comments and fields in this file are optional, you can remove anything you don't need ; sorry for any double negatives :p ; njoy, cOz ; example entry ; Default = Hdd:\FreeStyle\default.xex [Paths] BUT_A = BUT_B = BUT_X = BUT_Y = Start = Back = LBump = RThumb = LThumb = ; Default is what loads when you hold no buttons ; leave this blank if you want NXE as default Default = Hdd:\Applications\Aurora\Aurora.xex ; at boot time, default can be overridden based on how the console is turned on ; if you start with wired/wireless/IR guide button, this item if existing will be used instead of default ; note that the Guide item is ALWAYS overridden by option: remotenxe = true Guide = ; if you power on with the button on the front of the console (or the power button on a remote if remotenxe is not set to true) ; this item will be used instead of default Power = ; if set, going to system settings from HUD will run this app, override with Right Bumper Configapp = ; if set, this will be run as a title before any other option occurs, does not get circumvented by held buttons or default ; guide/power opts are processed after this; intended for a short video player to allow replacing bootanim Fakeanim = ; by default this only dumps to UART, setting a file here will cause unhandled exception info to be dumped ; as text to a file. Same path restraints as the quick launch buttons. ; if exchandler is set to false, this option does nothing. ; note that this uses the first drive of the class found, so if you use usb: and have more than one usb device ; it may wind up on any of the usb devices depending on which was enumerated first. The path for the file is only ; checked on boot, so the device must be present at power on and at crash time for this to be effective ; ie: dumpfile = Usb:\crashlog.txt Dumpfile = ; example plugin entry ; plugin1 = Usb:\plugin\aplugin.xex [Plugins] plugin1 = plugin2 = plugin3 = plugin4 = plugin5 = ; these options are never used directly by dash launch but serve to give the configuration program ; a place to keep these values; note that things like ftp and udp servers are only running while installer is running [Externals] ; if true, the configuration application will start a FTP server (user/pass: xbox) ; if not present default is FALSE ftpserv = false ; if ftpserv is true, this is the port that will be used by the FTP server ; if not present default is 21 ftpport = 21 ; if true, the configuration application will start the xebuild update server ; if not present default is FALSE updserv = false ; if true, the configuration application will start in launch mode instead of options mode ; if not present default is FALSE calaunch = false ; if true, temps in installer and in guide (shuttemps option) will be shown in fahrenheit instead of celsius ; if not present default is FALSE fahrenheit = false [Settings] ; if true, brining up miniblade in NXE and then pressing Y will cause launch.xex to relaunch for you ; note you must release Y button then press desired QuickLaunchButtons after or use default item ; if not present default is TRUE nxemini = true ; if true ping limit will be removed for system link play (thanks FBDev!) ; if not present default is FALSE pingpatch = true ; if true header license bits will be patched for addon content (00000002 type content) ; if not present default is FALSE contpatch = true ; if true header license bits will be patched for xbla content (000D0000 type content) ; if not present default is FALSE xblapatch = false ; usually used in combination with contpatch/xblapatch or when XBLA is run extracted instead of from a container, spoofs replies from XamContentGetLicenseMask ; if not present default is FALSE licpatch = false ; Normally when a fatal error occurs the xbox will just freeze, setting this to false will cause a reboot or powerdown ; setting to TRUE will also disable the unhandled exception filter which tries to intercept recoverable unhandled exceptions with exit to dash ; if not present default is FALSE fatalfreeze = false ; when fatalfreeze is set to false, setting this to true will cause the box to reboot, setting it to false will instead have the box shut down ; note that this option does NOTHING when fatalfreeze is set to true ; if not present default is FALSE fatalreboot = false ; setting this to true will cause the box to reboot (soft reboot) the way it was intended to ; on jtag ONLY set this to true if using blackaddr's reboot fix for SMC, else on reboot you will get E71 and corrupted dash/video/etc settings ; if not present default is TRUE safereboot = true ; when set to true, it is possible to hold RB when launching a game to have the region that the game gets from xam spoofed ; if not present this is set to FALSE regionspoof = false ; when regionspoof is true, you set your region here in hex preceding the value with 0x, for example devkit would be region = 0x7fff ; if not present but regionspoof is set to true, this is set to 0x7FFF region = 0x7FFF ; when set to false, ejecting a dvd video or game returns you to your default item, set to true to auto exit to NXE ; if not present this is set to FALSE dvdexitdash = false ; when set to false, using the exit item in an XBLA game returns you to your default item, set to true to exit to NXE arcade menu ; if not present this is set to FALSE xblaexitdash = false ; when set to true, using miniblades system setting options will not exit to NXE ; if not present this is set to FALSE nosysexit = false ; when set to true, miniblades will not appear... ever (requested as child saftey measure) ; note that using this option overrides everything in dash launch that relies on miniblade exits to function ; if not present this is set to FALSE nohud = false ; when set to false, xbox will be capable of finding system updaters ; if not present this is set to TRUE noupdater = true ; when set to true, dash launch will put all debug strings out to uart ; if not present this is set to FALSE debugout = false ; when set to false, dash launch will not attempt to handle last chance unhandled exceptions ; if set to false, exceptions will also not be dumped to the dumpfile ; if not present this is set to TRUE exchandler = true ; if set to true, this will block the console from resolving LIVE related dns ; if not set this value will be TRUE liveblock = true ; if liveblock is set to true, this will block the console from resolving all MS related dns ; setting this to TRUE will also block apps like freestyle from accessing things like cover images ; *** note that if NO INI is present for launch.xex, this is set to TRUE ; if not set this value will be FALSE livestrong = false ; when set to TRUE the X (guide) and power button on IR remotes will cause the xbox to boot to NXE instead of default item ; note that powering on with the windows/start button automatically goes to NXE's media center now regardless of how this is set ; if not set this value will be FALSE remotenxe = false ; when set to TRUE all USB drives will be polled at hddtimer intervals for the file "alive.txt" in their root ; if the file exists, it will be recreated and 16 random bytes written to it on each poll which should keep drives from spinning down ; if not set this value will be FALSE hddalive = false ; in seconds, the interval between when USB devices will be polled for "alive.txt" file ; if not set and hddalive is set to TRUE this value will be 210 hddtimer = 210 ; attempts to disable popups related to signing in, like "live is blocked" and similar ; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S A LOGIN DIALOG MAY NOT BE PERFECT !! ; !! to sign into live profiles other than auto signing on boot you MUST accept the 'check live for updates' dialog BEFORE enabling this option !! ; if not set this value will be FALSE signnotice = false ; when you hold guide button to shut down xbox, normally the 'cancel' option is selected ; setting this to TRUE will cause the shutdown option to be auto selected instead ; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !! ; if not set this value will be FALSE autoshut = false ; when you hold guide button to shut down xbox, normally a dialog comes up ; setting this to TRUE will cause the console to shutdown instead of show a dialog ; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !! ; if not set this value will be FALSE autooff = false ; 14699+ has native http functions, but you are forced to be logged into use them ; this patch removes that restriction, set to false to disable it if you have any problems ; if not set this value will be TRUE xhttp = true ; when tempbcast is set to TRUE the raw temp data from smc will be broadcast over UDP at temptime second ; intervals on port tempport ; if not set this value will be FALSE tempbcast = false ; if not set this value will be 10 temptime = 10 ; if not set this value will be 7030 tempport = 7030 ; when set to TRUE all titles will have the insecure socket privilege ; if not set this value will be FALSE sockpatch = false ; when set to TRUE dash launch will not erase launchdata before launching a quick launch item ; if not set this value will be FALSE passlaunch = false ; when set to TRUE various functions will be spoofed to make firmware think it's connected to LIVE ; this does not compensate for the fact that it cannot contact LIVE servers ; setting this to TRUE forces liveblock to TRUE ; if not set this value will be FALSE fakelive = false ; when set to TRUE network/cloud storage options should not show up in disk dialogs ; if not set this value will be TRUE nonetstore = true ; when set to TRUE a snapshot of the console temperature data will be displayed in the console shutdown dialog (displayed when guide button is held) ; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !! ; enabling this option disables autooff ; if not set this value will be FALSE shuttemps = false ; when true, any devkit profiles on the console will not appear as corrupt and can be used ; any changes such as saving games or getting achievements will resign the profile with the current/retail keyvault ; this seems not to affect glitch/jtag dev crossflash, but could affect these profiles on true devkits ; if not set this value will be FALSE devprof = false ; when true, system link data will be encrypted for communication with devkits ; if not set this value will be FALSE devlink = false ; when true dash launch will perform automatic disk swapping ; WARNING!! do not enable if you use FSD or swap.xex for this !! ; if not set this value will be FALSE autoswap = false ; when true, disables kinect health pseudo video at game launch ; if not set this value will be TRUE nohealth = true ; when true, disables dash locale setup screens when settings already exist ; if not set this value will be TRUE nooobe = true ; when true dash launch will automatically enable fakelive functionality only during official dash and indie play sessions ; if not set this value will be FALSE autofake = false ; if some titles benefit from fakelive, add them here - only 10 may be listed autofake0 = 0x00000000 autofake1 = 0x00000000 autofake2 = 0x00000000 autofake3 = 0x00000000 autofake4 = 0x00000000 autofake5 = 0x00000000 autofake6 = 0x00000000 autofake7 = 0x00000000 autofake8 = 0x00000000 autofake9 = 0x00000000 ; when true and autofake is enabled, contpatch will be enabled for community games only ; this option will be ignored if autofake is not enabled ; if not set this value will be FALSE autocont = false
-
*PUSH and requesting a STICKY for this Topic because xxxxx people asking for emulators ...
- 38 replies
-
- bestnoob
- emulator pack
-
(and 8 more)
Tagged with:
-
I didnt updated the Xbox360 or PC Packs, because of to few response and other things. But i have added a new Mirror for you guys: *MEGA is now a alternative Download Mirror.
- 38 replies
-
- bestnoob
- emulator pack
-
(and 8 more)
Tagged with:
-
How can i get save/check that Patches/Fixes etc. also inlcuded and updated ? And not only the Dashboard.
-
Hmm password reset is working but we cannot login with the new passwords your website sended oO ?
-
I will maybe do that with the update of my pack that i planned. Any other FEEDBACK ? New Emulators i should add ? smth. else ?
- 38 replies
-
- bestnoob
- emulator pack
-
(and 8 more)
Tagged with:
-
Okay, ye its hard work i know... I got it now to work, maybe i do a good understandable Tutorial for E users (when i have time and the will to do xD) I used J-Runner to update. But its quite simple, the only difference is the WB4G Option to set. And btw. good NEWS J-Runner 0.3 Beta (8) [0.3.8.2] is no longer detected as virus/riskware from the AntiVirus Programs. https://www.virustotal.com/de/file/63bcf0f63d4355995ef556e6b1e25dc209b9403a1cb6563259a21fa0df9ee143/analysis/1541371029/
-
Settings - Module - Nova (press A) - RB What does it show when you go "Verify" Is UPnP, Data Port & Broadcast Port Passed or Failed ?
-
Can you please look onto and activate my friends accounts ? GameZofLife LordSherb
-
So can you explain my what i should do ? To be safe ? I wont pay again for a Re-Flash xD With my Xbox360 Slim E with 16,5MB NAND Size. An Winbond Patch >< XeBuild GUI or xeBuild generate Hacked Image with NAND Backup from Simple 360 NAND Flasher and than use updflash.bin for xell update ? Because last time..... i used xebuild the WB4G Patch was missed and ******** had to flash it new for me =( and last time i flashed it myself with J-Runnerso the actual state is a NAND flashed with J-Runner and WB4G Patch. The main question was why Dashlaunch & xeBuild doesnt recognize that this Patch is needed my Console is shown as Corona no info about Winbond, also XeBuild GUI select Corona instead of Corona4g
-
Xebuild 1.19.1 Update! 17526 Retail Update
BestNoob replied to Chrishockey55's topic in XeBuild & XeBuild GUI
Neither xeBuild GUI or xeBuil recognizing the NAND dumb as Corona 4G ( Winbond WB4G ) its recognized as Corona also in Dashlaunch ! can you fix this please ? The Xbox360 E Winbond WB4G patch is only included when you select "Corona4g" or ? So its very important. Because the last time, it was missed and my console need a reflash .... -
Neither xeBuild GUI or xeBuil recognizing the NAND dumb as Corona 4G ( Winbond WB4G ) its recognized as Corona also in Dashlaunch ! can you fix this please ? The Xbox360 E Winbond WB4G patch is only included when you select "Corona4g" or ? So its very important. Because the last time, it was missed and my console need a reflash ....
-
I only know this behaviour from Websites who are under DDoS ? Can this be or do you have another problem ? 502 Bad Gateway nginx Fatal error: Uncaught IPS\Db\Exception: Too many connections in /home/RMS/system/Db/Db.php:206 Stack trace: #0 /home/RMS/system/Db/Db.php(119): IPS\_Db::_establishConnection('IPS\\Db', Array, true) #1 /home/RMS/system/Session/Front.php(304): IPS\_Db::i() #2 [internal function]: IPS\Session\_Front->write('g3oro9gsb2eoqqr...', '') #3 {main} thrown in /home/RMS/system/Db/Db.php on line 206 We're sorry, but a temporary technical error has occurred which means we cannot display this site right now. You can try again by clicking the button below, or try again later. Threads consolidated ! Dr.Gonzo.
-
Still not able to recover password for a friends account or create a new one with . de mailadress ...... we want to make a RGH LAN Party but .. we need a second account. And xbox is still instantly shutting down when ports are blocked .. RSS feed is disabled.
-
1. Did you tested this with a .de mailadress ? Becasue my friend and me doesnt recieved a mail 2. done this. Doesnt worked for me still crashing 3. Yes i know just a info that the site admins here contact google/mozilla to solve this (there is a formular to reject such site blocks) Hmm okay. Just want to let you know.