techian.com

A Blog With No Limits

Advertisement

Archive for July, 2008

Javascript For Dummie

Posted on July 17, 2008 by admin | No Comments

Wiley – Javascript For Dummies, 4th Edition

Product Description

Responding to reader feedback, the author has thoroughly revamped the book with more step-by-step coverage of JavaScript basics, an exclusive focus on Internet Explorer, and many complete sample scripts
Updated to cover JavaScript 1.5, the latest release of this popular Web scripting language
Using lots of examples, including a sample working Web site, the book shows how to create dynamic and interactive pages, build entire sites, and automate pages

Book Info
Explains, in plain English for the nonprofessional, how to use JavaScript to write programs for the Internet. The CD-ROM is packed with bonus and trial software and HTML scripting and editing tools. Previous edition not cited. Softcover. –This text refers to an out of print or unavailable edition of this title.

http://rapidshare.com/files/129932259/Javascript.rar.html

File size: 6.54 Mb

http://www.rarlab.com/rar/wrar370.exehttp://www.uploading.com/files/IZOOGVQZ/WinRar_Cracking_Kit.rar.html

..:: Intro ::…
Since winrar has updated twice, I will call this version 2 of the tutorial.
I will expand a little on modding the default installer.

…:: $tart ::…
Open up WinRAR.exe in W32Dasm (I use W32Dism, patched with extra features)
and search the ‘str ref’s’ for anything that looks suspicious…..
I found ‘evaluation copy’ first, but there are loads of references that lead to the same cmp
cmp byte ptr [004b2124], 00
‘rarreg.key’
‘rarkey’
‘Registered to’
‘Evaluation copy’
‘Correct registration’
‘Thank you for your support’ etc etc..

The fist thing I did was patch the ‘Evaluation Copy’ value in hex
from 803D24214B0000
to 803D24214B0001…….
The 01 on the end is the variable for the compare,
So changing this will make the compare using the wrong condition.
It worked but still says ’40 Day Trial Copy’ in the about box. There must be more cmp’s
So I decided to search for the compare in W32Dasm instead of a reference (cmp byte ptr [004b2124], 00)
There were loads,……. Why have the same compare for every one of the above??
They all seem related to the registration process.
So, maybe if I patch the whole lot it may make a difference.

…:: $earch the file ::…
Open up your favourite Patch creator, I use CodeFusion v3.0
The first page can be filled how you want, don’t forget to ‘Edit About Dialog’.
Then……

…:: Patching ::…
Click the + & add WinRAR.exe
Click the + & Enter the info….
Find – 803D24214B0000
Replace – 803D24214B0001
Make sure you select ‘Replace All’ from the dropdown box.
And click OK.

Run the patch on WinRAR.exe
It works*!
All references to the trial are removed & all features are enabled ^_^
Some times it pays to look for similar calls to different references.

…:: Cleaning up ::…
Now, if you want to remove the CodeFusion credits from your patch….

Before compiling the patch, Turn OFF
‘Encrypt Executable Data’ &
‘Pack Executable File’
or the data your looking for will be scrambled & dangerous to change.
Make the patch.
Open WinRAR.exe in a hex editor & search for…
-={ CodeFusion Runtime }=-

And replace, I use (same length)….
-={ Patch Presented By }=-

Then I used ResourceHacker to replace the icons & edit the text.
I use ResourceHacker ALOT. It’s good when used with CodeFusion.
You can add extra pictures, move the boxes around, chaange box names etc, etc.
Finaly, pack the finished Patch with a compression program. (Upx, AsPack, ARMProtector etc)

You should experiment with ResourceHacker it’s a great reversing program and has more uses than you may think.

…:: Changing the name in ‘About’ box ::…
I wanted to add my name in the about box, but couldnt find it in the .exe so I tried other options……….

I used FileMon to see if it checked for a keyfile by setting ‘key’ to highlight.
It showed 15 results pointing to ‘rarreg.key’

So I decided to put some text in the file it’s checking…..
Make a file called ‘rarreg.txt’
First I just entered…
I win
Cracked by Abe+!
And changed it to ‘rarreg.key’

But in the about box, it still said…..
Registered to
Cracked by Abe+!

So now I know the ‘Registered to’ will stay there, I have to add that first………
Registered to
Å߀±!_Ð_©mñí
¤ Tëàm -> DTA ¤

It works, time to roll a fat one*!
Well thats it. I have included all the programs needed to complete the tutorial.
I have used this method on the past four versions of WinRAR. And if it’s like WinZip, following versions
will probaly use the same method. (same idea, different addresses)

..:: Make It A Corporate Edition (no serial needed & extra programs) ::…
Copy the cracked WinRAR folder to a new location.
You can now add programs here, but you will need to make reg file changes manually.
Also add any files and folders you added to Uninstall.lst or they wont get deleted when uninstalling.

Highlight all the files in the new folder (not the folder its self or it will cause errors due to an extra folder in program files/winrar/*your folder*)
Add them to an archive and set these options…
Compression = Best
Create SFX archive
Put recovery record (i always set recover to 3% in advanced tab)
Lock archive

Click the advanced tab then SFX options.
All these options are listed below – took me fukin ages to figure this out, so I wont go into too much detail. Just be carefull with the shortcuts.
To call the installer use…
Setup=uninstall.exe /setup

Dont worry about the icons etc, thats next.

Lets Mod the WinRar Installer
open Resource Hacker and load winrar.

Click action and change bitmap then icons. I usually use the icons from the original winrar.exe as people trust them (I mimic the whole installer page really )

Then click ‘STARTDLG’ in the left panel. In there you can drag and drop the installers window contents. Right click to edit or add an item.
To save any changes there you will need to click ‘compile script’ then save th file (save to a new file again because it freezes sometimes)

Thats about it, roll another fattie and get wasted ;P


AIO Albert Einstein Books Collection 3.3 Mb

- Ether and the theory of relativity
- On the theory of relativity
- Physics of Illusion
- Principles of research
- Principles of theoretical Physics
- Relativity
- The world as I see it
- What is the theory of relativity
- Why socialism
- Einstein A – Z
- Words on spirituality and religion

Image

Linux From Scratch

Posted on July 15, 2008 by admin | No Comments


Linux From Scratch describes the process of creating your own Linux system from scratch from an already installed Linux distribution, using nothing but the source code of software that you need.
From the author’s introduction: “Having used a number of different Linux distributions, I was never fully satisfied with either of those. I didn’t like the way the bootscripts were arranged, or I didn’t like the way certain programs were configured by default and more of those things. I came to realize that when I want to be totally satisfied with a Linux system, I have to build my own Linux system from scratch. Ideally only using the source code. No pre-compiled packages of any kind. No help from some sort of cdrom or bootdisk that would install some basic utilities. You would use your current Linux system and use that one to build your own.

This, at one time, wild idea seemed very difficult and at times almost impossible. The reason for most problems were due to my lack of knowledge about certain programs and procedures. After I sorted out all kinds of dependency problems, compilation problems, etcetera, a manually Linux system was created and fully operational. I called this system and LFS system which stands for Linux From Scratch.”

Download Link


File-Size: 1.21 MB


Book Description:
This thorough, self-paced guide to Adobe Photoshop CS3–written by the experts at Adobe Systems’ is ideal for beginning users who want to learn key Photoshop concepts and techniques, while readers who already have some experience with Photoshop can use this book to learn Photoshop CS3′s more advanced features and newest tools. Using clear, step-by-step, project-based lessons, each chapter walks readers through the creation of a specific project, with each chapter building on the reader’s growing knowledge of the program, while review questions at the end of each chapter reinforce the skills learned in each lesson. Photoshop CS3, long the industry standard for digital imaging software, offers plenty of new features and enhancements for creative professionals and digital photographers alike. Users can enjoy unrivaled editing with non-destructive Smart Filters, improved curves, and adjustable cloning and healing with Preview Overlay. Increase productivity with Photoshop CS3′s streamlined interface and new Photoshop Lightroom ” integration. Anyone who wants to create a composite will benefit from the revamped Photomerge® tool, which lets you apply automatic layer alignment and blending to your images, while the new Quick Selection tool lets you select pixels not just by color, but by texture and shape as well. And digital photographers will be pleased to know that they can now process multiple Camera Raw images in a fraction of the time it used to take.

Download


Bootskins For Windows XP

Posted on July 15, 2008 by admin | No Comments


132 boot skins collection

Download

GLASS WALLPAPERS

Posted on July 15, 2008 by admin | No Comments




AND MORE

Download






Heres the skin list – 36 in total:

download links:
part 1, part 2, part 3

Join the files with hjsplit