Skip to main content

Posts

Showing posts with the label fix

TinyMCE not starting

While (ab)using TinyMCE all of the sudden it stopped working and there was no error/notice in the JS errors Console. I've tried several things without success and after 20 minutes I've thinket to start "tamper data" in firefox to check what was wrong. The problem was quite simple ... a plugin was completely missing (404 page). If TinyMCE doesn't start check the errors console, missing files, missing div/textarea with relative ID.

Adobe Reader X - Eula problem (again)

Acrobat Reader X is quite boring with useless problems that are annoying a lot of users. This time I got this message "Before proceeding you must first launch Adobe Acrobat and accept the End User License Agreement" while opening pdf files downloaded via browser. The previous solution (run adobe reader without any pdf file and accept the eula) haven't worked The only method that have worked for me is to add the following registry key to accept the eula for the browsers. --copy the following text in a .reg file and run-- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\10.0\AdobeViewer] "EULAAcceptedForBrowser"=dword:00000001

Sign java application - solve the mixed signed code of pjirc

How to remove the boring mixed signed code in applets like pjirc (I've done this post for this specific one). Tools needed java JDK  (just download it from the sun/oracle website). http://www.oracle.com/technetwork/java/javase/downloads/index.html I've used the same password ... it's not a good idea .... but who cares. password keystore: pjircpjirc12345 key password: pjircpjirc12345 Remember to have the jdk binaries in the PATH Go to the pjirc folder and rename the irc-unsigned.jar to irc.jar Use those lines in a batch file. Modify them as much as you want. -----batchfile.bat------ keytool -genkey -keyalg rsa -alias pjirc -dname "CN=Trueliar, OU=Somebody, O=SomeCompany, L=Somewhere, ST=Somewhere, C=IT" -storepass pjircpjirc12345 -keypass pjircpjirc12345 keytool -export -alias pjirc -file pjirc.crt -storepass pjircpjirc12345 jarsigner -storepass pjircpjirc12345 -keypass pjircpjirc12345 irc.jar pjirc jarsigner -storepass pjircpjirc12345 -keypa...
This is an old patch for the latest version of urchin 5 that is no longer supported. Fix for Urchin 5.703 This is quite old so I don't know  if it covers all the bugs but for sure most of the xss and apache bugs have been solved.