All Vista & Office 2007 Cracks Activation Bypass

Posted by english-music-online | 4:31 PM | | 0 comments »


Guy's here i found a crack for vista ultimate and all the other versions, it will crack the system completely and the system will be working 100% and even i can go to micro$oft and update.

ON MY PC IT SAY'S WINDOWS ACTIVATED

Download Link
http://www.megaupload.com/?d=ZF4ZE8BH

Rapidshare Premium Link Generator Script in PHP

Posted by english-music-online | 5:22 PM | | 1 comments »

How to Install

1.Extract the archive files and upload to your server.

2.Create database and Run SQL Query Below:
Code:
CREATE TABLE `accounts` (
`id` int(10) NOT NULL auto_increment,
`login` varchar(150) collate latin1_general_ci NOT NULL default '',
`password` varchar(150) collate latin1_general_ci NOT NULL default '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;

CREATE TABLE `logs` (
`fid` int(10) NOT NULL auto_increment,
`filename` varchar(200) collate latin1_general_ci NOT NULL default '',
`fdate` varchar(150) collate latin1_general_ci NOT NULL default '',
`ip` varchar(150) collate latin1_general_ci NOT NULL default '',
`furl` varchar(150) collate latin1_general_ci NOT NULL default '',
`filesize` varchar(150) collate latin1_general_ci NOT NULL default '',
PRIMARY KEY (`f_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;


3.Edit file config.php on your favourite editor,I prefer use notepad.
Code:
$INFO['sql_driver'] = 'mysql';
$INFO['sql_host'] = 'localhost';
$INFO['sql_database'] = 'your dbname'; // db name
$INFO['sql_user'] = 'your dbuser''; // username db
$INFO['sql_pass'] = 'your dbpasword';// passwsord db
$INFO['base_url'] = 'http://www.yourdomain.com/index.php'; //The link to this script
$INFO['premium_act'] = '1'; //You should change this number according to the account id number found it the database.
$INFO['serverload'] = '50'; //Disable download when server load equal this value.
$INFO['dl_limit_perday']= '3'; //How many link can a user download per day 0 = unlimited;
?>


4.Save and upload config.php to your server.
6.Assuming you still on phpMyAdmin,run this SQL Query to insert your rapidshare premium account.
Code:
INSERT INTO `accounts` ( `login` , `password` ) VALUES ( 'your rapidshare login account' , 'your rapidshare password account');

5.Point your url on browser and enjoy.

6.If you have time just make your template is more great.

[Works 100%]


Download Link
http://rapidshare.com/files/107380617/rs_premium_link_generator_script.rar

VBScript, WMI, and ADSI Unleashed

Posted by english-music-online | 5:15 PM | , | 0 comments »


You will learn how to use VBScript, WMI, and ADSI to gain administrative control over nearly every aspect of every recent Windows server or client, including Windows Server 2003, Vista, XP, 2000, and NT. As you gain experience, Jones introduces more advanced techniques, ranging from modular scripting and script encryption to integrating VBScript with HTML code.
Jones concludes with a full section of ready-to-run, real-world examples¨Cfrom logon/logoff scripts to automated domain and network administration, from querying WMI to creating Active Directory groups. Every script is explained line-by-line, with challenging techniques described in even greater detail.

Detailed information on how to:-
*Decide what you can script: a framework for getting started fast
*Understand how scripts are designed, assembled, and run
*Master VBScript from start to finish: functions, I/O, data manipulation, program flow, and much more
*Use scripting objects for tasks ranging from retrieving network information to mapping drives
*Utilize FileSystemObject to manipulate the Windows filesystem
*Write ADSI scripts to manipulate any directory service your company uses, from Active Directory to Novell NDS
*Modify domain information, users, groups, and policies
*Query WMI information¨Cfrom basic to advanced
*Plan for errors, and test and debug your scripts
*Build your own ،°resource kit،± of reusable script components

Download Link
http://rapidshare.com/files/35272928/0321501713.zip

VBScript Professional Projects (with source code)

Posted by english-music-online | 5:12 PM | , | 0 comments »


Author(s): Jerry Lee Ford Jr.
Publisher: Course Technology
Year: 2003
ISBN: 1592000568
Language: English
Pages: 916
File type: CHM
Size (for download): 15 MB


The goal of this book is to provide programmers, power users, and system administrators who have a previous programming background with a project-oriented approach to learning the VBScript (Visual Basic Scripting) language. VBScript is a member of the Visual Basic family of programming languages that includes both Visual Basic and VBA (Visual Basic for Applications).

VBScript is a scripting language that acts as a tool for rapid application development in a host of different operating environments. VBScript provides the ability to automate tasks on Windows operating systems using the WSH (Windows Script Host). The WSH provides VBScripts with access to Windows resources, such as the Windows file system, the desktop, the registry, and network resources. In addition, when combined with HTML and executed within Internet Explorer, VBScript allows the user to create interactive client-side Web content.

The book's opening chapters provide a complete review of VBScript, covering all the elements that make up this scripting language. The bulk of the book focuses on exploring the implementation of four scripting projects, each of which is based on a real-life scenario. In the first project, VBScript and the WSH are used to assist a small team of desktop engineers with the customization and deployment of new computers. The second project demonstrates how VBScript and the WSH can be used to assist a team of programmers analyzing reports generated by a collection of applications for which they are responsible.

The third project builds upon the work performed in the second project by demonstrating how to establish a centralized management reporting station where the programmers can view summary reports based on data retrieved from distributed computers. The final project demonstrates how to use VBScript, the WSH, and Internet Explorer to create dynamic Web content that displays information extracted from data generated by the third project.


TABLE OF CONTENT:
Part 1 - Introducing Microsoft VBScriptBasics
Part 2 - Desktop Administration Using VBScript and the WSH
Part 3 - Analyzing Application Logs
Part 4 - Creating a Centralized Report Management Station
Part 5 - Reporting Application Summary Data via the Web
Part 6 - Introducing Microsoft VBScriptBasics


Download Link
http://rapidshare.com/files/57067669/vbspp.rar

Password:
ganelon

VBScript Programmer's Reference, 2nd Edition

Posted by english-music-online | 5:08 PM | , | 0 comments »


Author(s) : Adrian Kingsley-Hughes, Kathie Kingsley-Hughes, Daniel Read
Publisher : Wrox
Year : Jul 2004
ISBN 10 : 0764559931
ISBN 13 : 9780764559938
Language : English
Pages : 720
File type : CHM
Size : 6.1 MB (book + source code)

The VBScript standard has changed over time, and several new things have been introduced since this book first published in 1999. The current standard for VBScript is 5.6. The script debugger, script control, and script encoder have all changed and the Windows Script Component Wizard, regular expressions, and remote scripting have been introduced. Windows Script Host technology has also matured over time and gained in both effectiveness and popularity.

VBScript Programmer's Reference, 2nd Edition begins with discussion of the general syntax, functions, keywords, style, error handling, and similar language-specific topics and then moves into an expanded reference section covering the object models in detail. The book combines a comprehensive overview of the VBScript technology and associated technologies with practical examples at every stage from beginner to advanced user.

TABLE OF CONTENT:
Chapter 01 - A Quick Introduction to Programming
Chapter 02 - What VBScript Is—and Isn’t!
Chapter 03 - Data Types
Chapter 04 - Variables and Procedures
Chapter 05 - Control of Flow
Chapter 06 - Error Handling and Debugging
Chapter 07 - The Scripting Runtime Objects
Chapter 08 - Classes in VBScript (Writing Your Own COM Objects)
Chapter 09 - Regular Expressions
Chapter 10 - Client-Side Web Scripting
Chapter 11 - Super-Charged Client-Side Scripting
Chapter 12 - Windows Script Host
Chapter 13 - Windows Script Components
Chapter 14 - Script Encoding
Chapter 15 - Remote Scripting
Chapter 16 - HTML Applications
Chapter 17 - Server-Side Web Scripting
Chapter 18 - Adding VBScript to Your VB Applications


Download Link
http://rapidshare.com/files/83329393/vspr.rar

Password:ganelon


# Paperback: 432 pages
# Publisher: Addison-Wesley Professional (February 21, 2003)
# ISBN: 0201760398

Quote:
With coverage not found in other titles and endorsed by the architects of ASP.NET, this book is essential for any serious ASP.NET developer. Covers Visual Basic.NET.

Download Link
http://rapidshare.com/files/97329168/0201760398.chm

Whether you are using WinForms, WebForms, or Web Services, Database Access with Visual Basic® .NET, Third Edition, is your practical guide to developing database applications with Visual Basic .NET and ADO.NET. The authors provide real-world solutions to the data-access issues Visual Basic .NET developers face every day and share their secrets for becoming a more effective database programmer using .NET technologies.

The book begins by reviewing the fundamentals of database development, Structured Query Language (SQL), and Microsoft SQL Server™ 2000. It then examines how to use the major ADO.NET objects to access data stored in relational databases. Through detailed examples, readers learn how to use properties and methods, as well as more advanced features and techniques. Extensive code listings in Visual Basic .NET illustrate each concept, while business cases apply concepts to real-world applications. The final chapters provide a solid examination of how XML and ASP.NET integrate with ADO.NET to create various types of database applications. A companion Web site provides the code used in the book's myriad examples, all of which is compatible with Visual Basic .NET 2003.

Key topic coverage includes:
# SQL queries and commands
# Using SQL Server 2000
# ADO.NET objects
# Advanced ADO.NET features and techniques
# SQL Server and OLEDB, as well as ODBC .NET Data Providers
# Using Visual Studio .NET Data Projects for managing SQL Scripts
# Integrating XML with ADO.NET
# Developing Web-based database applications with ASP.NET
# Web services and middle-tier objects

Download Link
http://rapidshare.com/files/95013703/0672323435.rar