Latest Threads

Forum Statistics
  • Forum posts:1 160
  • Forum threads:183
  • Members:1 350
  • Latest member:bagnallhauss


Posted by: Ashus
29.3.2012 10:58
Forum: Guides / Návody
- No Replies

The console shows Unhandled DOMException: INVALID_STATE_ERR on running:

Code:
opera.extension.onconnect = function(event){
 event.source.postMessage(...);
}; 
I tried a little debug with my own extensions using similar postMessage, the trick is to use opera.extension.broadcastMessage instead of event.source.postMessage . Replace it in the extension's background.js and it should work again.

Print this item


Posted by: Ashus
21.3.2012 01:25
Forum: Guides / Návody
- No Replies

If your Nvidia 3D Vision Video Player 1.7.5 crashes on MKV video open, it could be caused by CoreAVC 3. Haali Media Splitter uses custom media type for H.264, which is used to override FourCC to avoid using WDF system builtin decoder. Either disable CoreAVC priority or disable custom media type in Haali configuration and try to open your SBS video again.
Windows' application log shows the crash ID 1000 for StereoPlayer.exe in module Stf.dll.
Oh and others seem to think forcing WinXP SP3 compatiblity mode for the player should help. Well it did not help me.

Print this item


Posted by: Ashus
8.3.2012 09:50
Forum: Guides / Návody
- Replies (1)

V případě, že budete potřebovat přesunout obří databázi - např. 1GB velkou, z jednoho stroje na jiný, setkáte se s několika problémy.

Začneme klasicky: vytvoříme dump databáze:

Code:
mysqldump -uroot -pheslo dbname > dump.sql

Bohužel pro jakoukoli úpravu dumpu se setkáte s problémem, kdy nebudete moci otevřít tak velký soubor v editoru (mcedit, nano). Proto bude nutné soubor rozkouskovat a zase spojit - a budete potřebovat dvojnásobek místa na disku.
Code:
mkdir dump; split -b 1MB dump.sql dump/dump.
/* úpravy zde */
cat dump/* > dump2.sql; rm -r dump/


Dále je vhodné na začátek dumpu přidat tyto řádky snižující zátěž při importu:
Code:
SET foreign_key_checks=0;
SET sql_log_bin=0;
SET unique_checks=0; 

A za každý CREATE TABLE, kde budou stotisíce řádků vložíme:
Code:
ALTER TABLE tablename DISABLE KEYS; 
Není nutné řešit enable keys, protože to se provede po importu automaticky.


Soubory zase spojíme a už jen provedeme čistý import:
[code]mysql -uroot -pheslo dbname 

Print this item


Posted by: Ashus
5.3.2012 11:16
Forum: Guides / Návody
- No Replies

If you happen to encounter this bug - the second mini-game in the Carnival is too dark to see - and win - and continue the game, you need to disable Antialiasing in VGA control panel.
I've searched and didn't found any other solution. Also, some lights flicker a lot throughout the game, with and without the gore patch.

Print this item


Posted by: Ashus
8.12.2010 07:26
Forum: Other
- No Replies

You need to use Opera browser and extract the JavaScript files to your customJS folder. Also for all of them to work, you need to enable User JavaScript on HTTPS http://opera:config#UserPrefs|UserJavaScriptonHTTPS.
The scripts are non-invasive, executed only on relevant webpages (excl. reserved hotkeys).
Opera 15 version is here.


.rar terminus.rar Size: 56,34 KB  Downloads: 575

.7z Opera-CustomJS.7z Size: 3,66 KB  Downloads: 530



Ashus's reserved hotkeys


Blocks webpage use of following keys: Esc, F5, F6, F7 and dot. Those keys are reserved for browser's actions in my case and I don't want any webpages to interfere. Google used my Esc key for switching to search bar instead of closing tab and inline searching using dot didn't work, Twitter blocked F5 and used F6 for blocking or something like that.

Google.com


Hides advertisement (ads) and +1 links, shows cache links.

IMDb.com


Modifies the page title, leaves only the movie name. For easy webpage saving using Ctrl+S.

Adf.ly


Automatically redirects to target when the button appears.

1337x.org


Creates links to IMDb from text-only in torrent description.

TorrentLeech.org


There has been a problem with displaying ASCII graphics when system language is not English (CP 437, IBM PC, OEM). Download the Terminus font and install it, then restart Opera.
List of changes:
  • make "filters" and "categories" buttons look not clicked
  • hide panels filters and categories
  • remove support TL banner
  • 2 custom buttons (your favourite feeds)
  • make all IMDB links look like buttons
  • make the logo smaller
  • cancel bold font style on torrent links, change the (NEW) text to yellow
  • fix ASCII graphics for non-English OS on textual NFOs, open links in new window, replace BBCodes and links to images with clickable images (easy comparison of the same frame centered to window)

Titulky.com


Upraví titulek okna, změní výšku iframe pro stažení titulků, opraví chybu při nahrávání titulků, kdy není možné vložit velikost v bajtech s mezerama (kopírovanou z vlastností videa). Při hledání automaticky rozklikne první titulek, pokud najde jen jeden výsledek hledání. Odstraní pár reklam, do menu přidá vybírátko varianty webu Normální / Premium. Slovenské titulky označí ve výsledcích hledání oranžově.

CSFD.cz


Upraví titulek okna pro snadnější uložení Ctrl+S, na první místo ve výsledcích hledání přesune hledání v originálních názvech, odstraní reklamu etarget.

Print this item


Posted by: Ashus
14.11.2010 12:45
Forum: Guides / Návody
- No Replies

Nová verze navigačního softu iGo Primo nemá zatím v UI moc nastavovátek co se týče zařízení, nejde nastavit ani GPS nebo TMC port, vertikální zobrazení, použít jiné rozlišení atd.
Jak tedy otočit o 180° obraz navigace, když jste zvyklí na ten svůj způsob? Moje Omnia II má konektor nahoře a když chci za jízdy dobíjet, nemůže být za volantem otočena jinak.

Upravíte svůj sys.txt a vložíte do něho:

Code:
[screen]
preferred_orientation=2

Print this item


Posted by: Ashus
9.9.2010 04:03
Forum: Other
- Replies (12)

Vyhledávače do prohlížeče Opera - podporuje je od verze 8.5.
Tady je seznam všech vyhledávacích klíčů, které používám - zadávají se do adresního řádku s mezerou a hledaným řetězcem.
Rozbalte do adresáře s profilem (nahraďte starý search.ini).

g Google (podporuje suggests)

gj Google jQuery.com
gm Google Mysql.com
gp Google PHP.net

i IMDb
c CSFD
f Facebook
y YouTube (podporuje suggests)
w Wikipedia
we Wikipedia EN
map Mapy.cz
gmap Mapy Google
gc Geocaching
arin ARIN whois
ripe RIPE Database

alfa Alfa Computer
czc Czech Computer

b BTjunkie
m Mininova
p Piratebay
u Ulož.to
ddl DDL2
tl TorrentLeech.org
ppc PPCWarez
gppc Google PPCWarez
gcw GameCopyWorld
aa Astalavista.am
ab Astalavista.box.sk
au Astalavista.us
ac CrackSearch

t Titulky.com
tt Titulkari
to OpenSubtitles
tb Titles.box.sk
ts Subbiee
tss SubScene

Print this item


Posted by: Ashus
8.9.2010 06:07
Forum: Delphi programs
- No Replies

IPmon is a little resident tool to watch online/offline status of a list of IP address. On change it can show WinXP Bubble hint.
Useful for monitoring site integrity.

Print this item


Posted by: Ashus
28.7.2010 04:09
Forum: Other
- No Replies

GRemote Pro is a great remote PC control tool for PPC. To suit my needs, I created my custom profile for watching movies (as I did for PPC Tablet earlier).

Requirements:
Windows Mobile 6 or later PPC with WiFi, Bluetooth or other way of establishing TCP communication; WVGA resolution (480x800)
Windows XP/Vista/7 x86/x64 PC
GRemote Pro

.rar GRemote-Ashus-WVGA.rar Size: 3,29 MB  Downloads: 647


All auxiliary applications inside were made by me (Delayed Shutdown.exe, TinyHotkeys.exe, GirderAT.exe, Shortcuts.exe, RunAlt.exe).

   

Use it freely, share it with your friends and let me know if you like it. Read the readme file, installation is pretty complex.
Aside from the PNG images I also included PSD sources and a clean sheet for further customizations (it was nowhere to be found, so I had to improvise and remove some elements in Photoshop).

Print this item


Posted by: Ashus
21.7.2010 06:10
Forum: Guides / Návody
- Replies (1)

V nastavení do kolonky http://opera:config#Network|HostNameWebLookupAddress vložíme:

Code:
http://www.google.cz/search?q=%s
a zaškrtneme http://opera:config#Network|EnableHostNameWebLookup.

Pokud se příště spleteme a zadáme např. při špatně změněném rozložení klávesnice "seynam.cy", google nám automaticky nabídne jako první odkaz správnou doménu Smile

Print this item