[How To] Install Skyscape on android / iphone / ipad / blackberry

First download these two files.
KEYSERVER :http://rapidshare.com/files/425402314/KeyServer-v1.3.4.rar (the program)
KEYSERVER UPDATE : http://rapidshare.com/files/452483493/KeyServer-data-20110311.rar (new .xml file to overwrite the old one in the keyserver folder)

Overview: Skyscape is provides hundreds of trusted medical resources for mobile devices (WM/Android/iPhone)
Image

To use: (use only for medical emergency)
- Run KeyServer on your PC.
1 .Check all products you want (including any already installed, otherwise the reader will remove them).

2. Show the latest version of the application

3. check to set PC as the download server for the device

4. Force download means download apps to PC as a zip file instead of directly to the device

5. Shows the IP address of the PC (copy this and paste into DNS setting of device as in the next picture)

skyscape keyserver

DNS skyscape server

- If installing on many devices, you might want to download the file to PC by right clicking on the item.
- Choose options you want:To update data file:

  1. “Send reader updates”
    Tell the reader about latest known (from data file) version of the reader.
  2. “Force download server to this host”
    Tells reader to download from this PC instead of real server (from data file). Use when installing on many devices using local copy of data (downloaded as above).
  3. “This hosts IP”
    The ip address that the DNS server will send to the reader, also used for downloads (if option above is used).
  4. “Enable DNS server”
    Enable a DNS server that sends this hosts IP when reader requests server address. Configure device to use this host as your DNS server instead of normal DNS server, no need to modify hosts files then. If you do not use DNS server you will need to modify your /etc/hosts file or modify entries in your real DNS server (see XML for which hosts are needed).
    – Install reader on device (if not already installed).
    - KeyServer will add rules for Windows Firewall, if using another firewall you need to allow connections.
    – Launch reader on device.
    - Update reader resources: ‘Tools’ -> ‘Update Resources’
    - When prompted for username and password use anything you like.
    – Do not connect to real server after using. Use a firewall or modify /etc/hosts file to be safe.
    - Look at XML, understand.
    - Get version numbers from windows trial version/other users/etc.
    - Work out new download url, download it and check sizes.
    - Update xml.

Thanks to Xer0 for translations.

Important:
Read instructions!

You must enable tools DNS server (and change phone settings to use it) or modify your hosts file/DNS server.
If you don’t know how to operate your phone, change network settings, etc. do not post here – find android forum instead.

Posted in Uncategorized | 1 Comment

Must Have Google Chrome Extensions

  1. Google Dictionary
    With a double click on a word, a window will appear showing the definition of it and shows the source.
  2. Scribefire
    As i mentioned this plugin for firefox in one of my old post. It is a very handy plugin for bloggers, the plugin opens on a new tab and can manage several types of blog platforms, no need to enter API key , just your username and password (at least for wordpress). Then you’re all set to blog without entering your admin control panel. It has all basic features like formatting, delete posts, change permalinks, categories and tags. One thing that annoys me is that picture formatting is not available.
  3. Feedly
    Is a news feed reader, feedly takes all the feeds from google reader and presents it in a magazine style layout. It is definitely a new way to browse the feeds and interact with it. Sharing , saving to read , rating and most of functions from google reader that i did not know it existed is nicely laid out and invites the reader to use them.
Posted in Uncategorized | Leave a comment

How-To Bypass Right Click Block /Copy Paste Protection

Some websites disables right clicking on the site to protect the site content of being copied.

To bypass this, just turn off the javascript setting in your browser , and reload the webpage. The block is gone , but dont forget to turn javascript on again after that.

Posted in Uncategorized | Tagged | Leave a comment

WordPress 3.0

ITS OUT !!! Not much of a difference from 2.7

  • WordPress and WordPress MU have merged, allowing the management of multiple sites (called Multisite) from one WordPress installation.
  • New default theme “Twenty Ten” takes full advantage of the current features of WordPress.
  • New Custom Menu Management feature, allows creation of custom menus combining posts, pages, categories, tags, and links for use in theme menus or widgets.
  • Custom Header and Custom Background APIs.
  • Contextual help text accessed under the Help tab of every screen in the WordPress administration.
  • Ability to set the admin username and password during installation.
  • Bulk updating of themes with an automatic maintenance mode during the process.
  • Support for Shortlinks.
  • Improved Custom Post Types and Custom Taxonomies including hierarchical (category-style) support. (Try the Custom Post Type UI or GD Custom Posts And Taxonomies Tools plugins to see the possibilities.)
  • A lighter admin color scheme to increase accessibility and put the focus more squarely on your content.

Posted in Uncategorized | Leave a comment

[How to] Remove DRM from PDF files

Don’t you just hate it when you have purchased an ebook and it is protected with DRM. If you dont know what DRM is, it means you cannot print pages from the book , cannot copy text and cant open the file with a different computer.

There are alot of programs you can purchase out there that claim to be able to remove DRM but i don’t want to spend more money on something that is already mine.

So here is a hack i found to remove DRM protected pdf files / ebooks :

  1. Install Python
  2. Install PyCrypto
  3. Google for ineptkey.pyw and ineptepub.pyw and put them into one directory (desktop). These files are python scripts and is basically a text file with .pyw ending in windows. If you cant find the .pyw file with google, just copy the script text and paste into a notepad file and rename it to the correct .pyw files.
  4. Run (double click) ineptkey.pyw. It will find a key and write it to hard disk as “ADEPTKEY.DER ” in the same directory where ineptkey.pyw is.
  5. Run ineptepub.pyw
  6. A dialog windows with three parameters will pop up :
  7. Key file ADEPTKEY.DER (filled automatically if the ADEPTKEY.DER-file and ineptepub.pyw reside in the same directory)
  8. If not, click on the “…” button and select a file.
  9. Input file
  10. Click on the “…” button to choose your  ebook. You’ll find it in “My Documents\My Digital Editions“.
  11. If you just can’t find the  ebook, open Adobe Digital Editions and find the path in the properties of the ebook.
  12. Output file
  13. Click on the “…” and enter a filename.

Open your newly created DRM-free pdf  file with your favorite application (on whatever device you like ! YAY !!!

Posted in Uncategorized | 8 Comments