Thursday, November 20, 2008
Get ur Free Rapidsahre Premium Account
The most easiest way to get a rapidshare premium account is to, earn the money yourself and buy it. Here's how you can earn the money.
1) Go to www.alertpay.com and sign up for an Free account.
2) Enter the required information and complete the registration.
3) After creating an AlertPay account, Go to these sites (click on the banner below)
(Note : For security purposes, use different passwords for different sites.)
I request all of you, to not remove my referral ID which is caracat
kindly keying caracat into the referral(if any) column if it's blank.
4) Sign up in these sites, and start clicking on the ads to earn the money. Once you reach the minimum cashout balance in your account, ask for a cashout.
5) When you receive your money, Go to rapidshare.com and buy a premium account using your alertpay account.
6) You can also use this money for many more purposes. Alertpay is accepted in many places all over the internet world. You can even request a check to your home or even better, transfer the money in your account to your bank account.
I agree all this process takes time, but if you spend 15-20 mins everyday and click ads in all of the above sites for 1-2 months, you can buy yourself a rapidshare premium account valid for a year, like me.
How you make money
You view websites in 30 second sessions via the "Surf Ads" page. Once the 30 seconds is up, you'll either get a green tick sign or a red 'X'. The green tick sign means you've earned $0.01 and as premium member $0.0125 for the visit and the 'X' means you have not earned money for the visit. You'll get red X's when you have more than one website from the "Surf Ads" page open. When this happens, you get no credit.
A valuable benefit to both the members and the advertisers is the repeat exposure that the advertiser gets. Whenever you click and view a website, you can visit that website again in 24 hours as long as the visit cap hasn't been reached. That's right! After 24 hours you can click and view the website again. This gives the advertiser optimal exposure by using "repeat advertising" and it further increases the members earning potential.
Earnings example (based on current averages)
» You click 10 ads per day = $0.10
» 20 referrals click 10 ads per day = $2.00
» Your daily earnings = $2.10
» Your weekly earnings = $14.70
» Your monthly earnings = $63.00
although, we cannot guarantee that you will earn such a profit.
While we have no way of knowing how many ads will be available on a per week basis, we do know that the distributer is growing rapidly and advertisers are discovering the true potential of our service. We've just started and our advertiser base is small so BE PATIENT! Over the next coming months you will see an increase in the ads which will only increase your earnings! This is not a get-rich-scheme or scam, but it can put some extra gas money in your pocket
Good Luck!!!!!!!!!!!!
Thursday, November 13, 2008
Speed Up Startup & Loading Time In Firefox
√ Configure you Firefox Settings by Typing “about:config”in the address bar & Hit enter.
√ In Filter Type “network.http.pipelining.maxrequests” & Hit Show All .
√ Then Right Click to “network.http.pipelining.maxrequests” & Go to Modify . Modify Set Value to 30.
This Means it will make 30 requests at a time .
√ Right click Anywhere at Blank space & go to New > Integer > Type “nglayout.initialpaint.delay” & Set its value 0.
This Means Their is no Initial Delay before it Acts .
Tutorial - Installing Themes in Vista
√ Download This Pack Of Software & Patches which you Need to Install Themes in Vista SP0 & SP1-
√ After Downloading , Extract the Folder and you will Find Take Control , uxtheme pactches for Vista SP1 and SP2 both for 64 & 32 bit Vista .
√ Open Take Control Folder , Right Click it and “Run As Administrator”. Now Go to Add , Browse to C:Drive > Windows > System 32 and select Uxtheme.ddl , Uxsms.dll , shsvcs.dll , Open Them and Hit “Take Control” . This will help you to edit those files easily & rename them .
√ Now go to System 32 and rename those files to Uxtheme.backup , Uxsms.backup , shsvcs.backup respectively .
√ Now Go to Downloaded Folder and open the patch compatible to your Vista ( For Eg if you have Vista SP0 32 bit then open - ‘Patch Vista SP0 32 Bit’ ) . Copy all those three dll files to system32 folder .
√ Restart Computer before using any Theme (Important) .
√ Now You can use any themes or Visual Styles by Copying to c:\windows\resources\themes .
You are free now to use any Vista Theme or Visual Style in Vista .Please Give Feedback Of this tutorial . Hope this tutorial will help you .
Wednesday, November 5, 2008
Skin Windows Shutdown screen with Shedko sShutdown
There are plenty of skins available. See some of the coolest ones!
Create your own Shutdown Skin
Creation of theme is a complex process that demanding considerable efforts. Besides that you draw a theme so you still should understand with complex files of a theme.
But now creation themes for sShutdown became easy, now it is possible to concentrate on inventing of a theme, instead of on that how to describe themes in files.
Simply draw a theme, and then visually positioning buttons and choose effect for a background and the theme is ready.
But what for words if it is possible to look at the convenient interface of the program:
Options of effect for a background
Tuesday, October 28, 2008
000webhost.com Free Hosting Site
Weh Link : 000webhost.com
Enjoy...
Get a FREE Domain Name - www.YOU.co.nr !!!
|
Free Short URL - the shortest free web address on the net..
Free URL Redirection also known as free URL forwarding or domain forwarding service to redirect your free domain name to your real website address
No banners & No Popups, actually, NO ADS at all - Enjoy our free and banner free service!
Web Link : http://www.freedomain.co.nr/
Friday, October 17, 2008
RunMe v0.9.2.1
Thursday, October 16, 2008
How to easily Unprotect/Remove Password from a Protected Excel Worksheet
You may already know how easy it is to protect Microsoft Office Excel worksheets and workbooks from unauthorized changes with the help of a password. But, what to do if you can’t remember the password you used for protecting OR you downloaded an excel from the internet and would like to have a look at the formula's or the embeded information - but all that data might be inaccessible due to the password protection.I have a very simple method by which you can easily recover the password and also un-protect the worksheet or workbook. Please note : this method will only remove the protection from the excel file and not the password used to open the excel file itself.
Open the excel file which is password protected and goto Macro's (I am using Office 2007 so the menu's maybe different View >> Macros). Click on "Record Macro >> OK" and then click on "Stop Recording" from the same menu. Now goto "View Macros", you will find a Macro with a default name E.g. Macro1 - Select the macro name and click on Edit. Now a Visual Basic Editor opens up. Re-place the default code and Paste the below code.
Sub Macro1()
'
' Breaks worksheet and workbook structure passwords. Jason S
' probably originator of base code algorithm modified for coverage
' of workbook structure / windows passwords and for multiple passwords
' Jason S http://jsbi.blogspot.com
' Reveals hashed passwords NOT original passwords
Const DBLSPACE As String = vbNewLine & vbNewLine
Const AUTHORS As String = DBLSPACE & vbNewLine & "Adapted from Bob McCormick base code by" & "Jason S http://jsbi.blogspot.com"
Const HEADER As String = "AllInternalPasswords User Message"
Const VERSION As String = DBLSPACE & "Version 1.0 8 Sep 2008"
Const REPBACK As String = DBLSPACE & "Please report failure to jasonblr@gmail.com "
Const ALLCLEAR As String = DBLSPACE & "The workbook should be cleared"
Const MSGNOPWORDS1 As String = "There were no passwords on " & AUTHORS & VERSION
Const MSGNOPWORDS2 As String = "There was no protection to " & "workbook structure or windows." & DBLSPACE
Const MSGTAKETIME As String = "After pressing OK button this " & "will take some time." & DBLSPACE & "Amount of time " & "depends on how many different passwords, the "
Const MSGPWORDFOUND1 As String = "You had a Worksheet " & "Structure or Windows Password set." & DBLSPACE & "The password found was: " & DBLSPACE & "$$" & DBLSPACE & "Note it down for potential future use in other workbooks by " & "the same person who set this password." & DBLSPACE & "Now to check and clear other passwords." & AUTHORS & VERSION
Const MSGPWORDFOUND2 As String = "You had a Worksheet " & "password set." & DBLSPACE & "The password found was: " & DBLSPACE & "$$" & DBLSPACE & "Note it down for potential " & "future use in other workbooks by same person who " & "set this password." & DBLSPACE & "Now to check and clear " & "other passwords." & AUTHORS & VERSION
Const MSGONLYONE As String = "Only structure / windows " & "protected with the password that was just found." & ALLCLEAR & AUTHORS & VERSION & REPBACK
Dim w1 As Worksheet, w2 As Worksheet
Dim i As Integer, j As Integer, k As Integer, l As Integer
Dim m As Integer, n As Integer, i1 As Integer, i2 As Integer
Dim i3 As Integer, i4 As Integer, i5 As Integer, i6 As Integer
Dim PWord1 As String
Dim ShTag As Boolean, WinTag As Boolean
Application.ScreenUpdating = False
With ActiveWorkbook
WinTag = .ProtectStructure Or .ProtectWindows
End With
ShTag = False
For Each w1 In Worksheets
ShTag = ShTag Or w1.ProtectContents
Next w1
If Not ShTag And Not WinTag Then
MsgBox MSGNOPWORDS1, vbInformation, HEADER
Exit Sub
End If
MsgBox MSGTAKETIME, vbInformation, HEADER
If Not WinTag Then
MsgBox MSGNOPWORDS2, vbInformation, HEADER
Else
On Error Resume Next
Do 'dummy do loop
For i = 65 To 66: For j = 65 To 66: For k = 65 To 66
For l = 65 To 66: For m = 65 To 66: For i1 = 65 To 66
For i2 = 65 To 66: For i3 = 65 To 66: For i4 = 65 To 66
For i5 = 65 To 66: For i6 = 65 To 66: For n = 32 To 126
With ActiveWorkbook
.Unprotect Chr(i) & Chr(j) & Chr(k) & Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & Chr(i3) & Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
If .ProtectStructure = False And .ProtectWindows = False Then
PWord1 = Chr(i) & Chr(j) & Chr(k) & Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & Chr(i3) & Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
MsgBox Application.Substitute(MSGPWORDFOUND1, "$$", PWord1), vbInformation, HEADER
Exit Do 'Bypass all for...nexts
End If
End With
Next: Next: Next: Next: Next: Next
Next: Next: Next: Next: Next: Next
Loop Until True
On Error GoTo 0
End If
If WinTag And Not ShTag Then
MsgBox MSGONLYONE, vbInformation, HEADER
Exit Sub
End If
On Error Resume Next
For Each w1 In Worksheets
'Attempt clearance with PWord1
w1.Unprotect PWord1
Next w1
On Error GoTo 0
ShTag = False
For Each w1 In Worksheets
'Checks for all clear ShTag triggered to 1 if not.
ShTag = ShTag Or w1.ProtectContents
Next w1
If ShTag Then
For Each w1 In Worksheets
With w1
If .ProtectContents Then
On Error Resume Next
Do 'Dummy do loop
For i = 65 To 66: For j = 65 To 66: For k = 65 To 66
For l = 65 To 66: For m = 65 To 66: For i1 = 65 To 66
For i2 = 65 To 66: For i3 = 65 To 66: For i4 = 65 To 66
For i5 = 65 To 66: For i6 = 65 To 66: For n = 32 To 126
.Unprotect Chr(i) & Chr(j) & Chr(k) & Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & Chr(i3) & Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
If Not .ProtectContents Then
PWord1 = Chr(i) & Chr(j) & Chr(k) & Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & Chr(i3) & Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
MsgBox Application.Substitute(MSGPWORDFOUND2, "$$", PWord1), vbInformation, HEADER
'leverage finding Pword by trying on other sheets
For Each w2 In Worksheets
w2.Unprotect PWord1
Next w2
Exit Do 'Bypass all for...nexts
End If
Next: Next: Next: Next: Next: Next
Next: Next: Next: Next: Next: Next
Loop Until True
On Error GoTo 0
End If
End With
Next w1
End If
MsgBox ALLCLEAR & AUTHORS & VERSION & REPBACK, vbInformation, HEADER
'
End Sub
Finally, run the Macro(View >> Macros >> View Macros >> Run). You will get the password of the protected workbook and worksheet in Excel. I have tested the above in Microsoft Office Excel XP / 2003 / 2007..
Wednesday, September 17, 2008
Enjoy Flip 3D Effect in Your Windows XP
Vista users definitely enjoy tremendously the Window Flip 3D feature available in the new Window Vista operating system which uses the new Window Aero technology. Windows Flip 3D uses the dimension of visual depth to give users a more thorough and comprehensive view of open windows; at the same time it also helps users to avoid chaos when they open too many files. Vista users just need to use the “Start” and “Tab” key to initiate the 3D effect and flip through open windows by using arrow keys or the scroll wheel on the mouse. If you admire this excellent feature and is eager to run the same Window Flip 3-D effect in your Window XP, you can now do it with a unique program, WinFlip.
WinFlip is a special utility to allow you to enjoy the 3 dimensional window effect. What you need to do is download the WinFlip file. The file is compressed with Winzip. Unzip the WinFlip file to a specific location. Once it is done, look for the “WinFlip.exe” file and execute it. After you have executed the file, you can now have your open Windows arranged in 3D effect by pressing the button with the Window sign and the “Tab” button from your keyboard. Your open Windows will be shown in a 3 dimensional style.
Saturday, August 23, 2008
Connect Windows Vista PC to the network printer setup guide
Choose Add a local printer. Click on Create a new port. The default in the drop down box is Local Port. Do not change that. Click Next.
A dialogue box will appear asking for you to enter a shared user PC port name. type in the
\\computer name\printer name ie. My computer's name is basement and the printer name is epsonsty so i typed in \\basement\epsonsty
Yahoo! it worked.........
Share a Printer from XP to Windows 7/8/10
Setup Printer Sharing Step 1 : First make sure that the printer on the XP machine is shared. You can do this by right-clicking on the prin...
-
Problem "When I start any application of the MS Office 2010.. I have to wait 2mins for the 'Configuring Microsoft Office Enterprise...
-
Video Tutorial: Here is a Html code link. http://dl.dropbox.com/u/10106165/weeblypasswordprotect.txt
-
Just like to recommend for those who want to publish web site on the net.. 000webhost.com offers free hosting features: 250 MB disk space, ...