• Home
  • About

Geeks and Phreaks :: We Hack.

Diino 2 GB free
Earn $$ with WidgetBucks!
Open your own web store

Firefox 3 optimization

by David in July 28th, 2008 
No Comment

The following hack makes firefox 3 go from a normal v6 engine to a screamin v8 with unlimited horsepower.  Use at your own risk, this will increase productivity!

1.Type “about:config” into the address bar and hit return. Scroll down and look for the following entries:

network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests

Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.

2. Alter the entries as follows:

Set “network.http.pipelining” to “true”

Set “network.http.proxy.pipelining” to “true”

Set “network.http.pipelining.maxrequests” to some number like 30. This means it will make 30 requests at once.

3. Lastly right-click anywhere and select New-> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0″. This value is the amount of time the browser waits before www.git acts on information it recieves.

Topics: Uncategorized
Tags: about:config, firefox, firefox 3, Hacks
Digg it     Delicious it     Stumble it     Favourite it    

Use google as a warez search tool.

by David in July 25th, 2008 
No Comment

Replace keywords with whatever file you want.

“keywords” intext:rapidshare.com/files/ OR intext:megaupload.com/?d= OR intext:sendspace.com/file/

Topics: Uncategorized
Tags: files, Google, hack google, warez
Digg it     Delicious it     Stumble it     Favourite it    

Firefox 3 : Wrap bookmarks toolbar entries

by David in June 19th, 2008 
No Comment

Isn’t it a pain in the ass to have to press the >> continuation buttons to get those important bookmarks/rss feeds you have on the bookmarks toolbar?

We’ll here’s an easy solution that involves editing your userchrome.css in %APPDATA%\mozilla\firefox\profiles\XXXXX.default\chrome\userChrome.css

Simply add this bit of CSS and you will have a multi line bookmarks toolbar that wraps.

/* Multi-row bookmarks toolbar */
#bookmarksBarContent {display:block !important;}
.places-toolbar-items {display:block !important; height: 48px !important;
overflow-y:auto!important;}
#bookmarksBarContent toolbarseparator {display:inline !important;}
#bookmarksBarContent .bookmark-item {visibility: visible !important;}
.chevron {height: 0px !important;}

Topics: firefox
Tags: appdata, bookmarks toolbar, css, firefox 3, firefox profile, multi line, profile, userchrome, wrap
Digg it     Delicious it     Stumble it     Favourite it    

PHP / PHProxy error 12263

by David in April 15th, 2008 
No Comment

It means your system is out of memory! DOH!  Took me a while to figure this one out.

Topics: Uncategorized
Tags: 12263, PHP, PHProxy
Digg it     Delicious it     Stumble it     Favourite it    

MySQL backup in windows environment

by David in March 25th, 2008 
No Comment

In order to backup MySQL database in windows, we need to make a batch file.  The contents of the batch file should be as follows:

o—–

@echo off
echo Running dump…
c:
cd \
cd “wampp2″
cd mysql
cd bin
mysqldump -u<user> -<pass> –all-databases –result-file=”c:\data\backup.%DATE:~0,3%.sql”
echo Done!

0—–

Okay now that our batch file is made we can run it and verify that it created an output .sql file in c:\data\

If it did, let’s schedule it so it runs once a day.  To schedule a task in Windows I prefer to use the commandline “AT” command.

So let’s open a command prompt and type:

c:\> at 02:00 /every:M,T,W,Th,F,S,Su c:\data\backup.bat

This is a self explanatory command.  It will automatically run our new backup batch file every day at 2:00.

If you have any questions, post in the comments.

Topics: Windows, mysql
Tags: 2000, 2003, backup, Batch, mysql, Windows, xp
Digg it     Delicious it     Stumble it     Favourite it    
« Older Entries
feeds

Search

Buy us Bawls!


The Chop Shop

    • Adult Friend Finder
    • Best Of
    • Blogging
    • Comics
    • Desktop
    • firefox
    • flickr
    • games
    • Goals
    • Google
    • Hacks
    • Linux
    • Mac
    • Microsoft
    • Monetization
    • Money
    • Mp3
    • Music
    • mysql
    • PDF
    • PHP
    • programming
    • PS3
    • Recover
    • Ron Paul
    • SEO
    • torrent
    • Uncategorized
    • Widget Bucks
    • Windows
    • world of wracraft
    • XBOX

Tag Cloud

  • Adult Friend Finder Apple Arcade Batch Best Buy Best Wordpress Plugins Blog for money Comic CPA CPM DivX firefox 3 Free games geeks Google Hacks Limewire Linux Desktop Mac Monetization Money Mp3 Music Search Napster Oink OS X Pac Man Password PDF PHP Playstation 3 PS3 Recovery Red Hat RSS SEO Shopping Sony Top 10 Plugins Ubuntu Warranty Widget Bucks Windows Wordpress

Monthly Top Commentors

    • No commentators.

Login - Logout

    • Login
    • Entries RSS
    • Comments RSS
    • WordPress.org

Recent Entries

  • Firefox 3 optimization
  • Use google as a warez search tool.
  • Firefox 3 : Wrap bookmarks toolbar entries
  • PHP / PHProxy error 12263
  • MySQL backup in windows environment
  • Play World of Warcraft through a VPN
  • Create Remote Desktop Shortcut
  • Hide Command Prompt Windows
  • Rumor Mill: Demonoid making a comeback!
  • New Year Goals
  • RSS Feed Submission
  • Free Ron Paul Bumper Stickers

Recent Comments

  • David » Best Buy Coupon
  • kcook » PS3: Orange Box is unplayable.
  • warcraftmmorpg.com » Blog Arc… » Everything I Have Heard is TRUE!
  • David » Warhawk : PlayStation 3

Hottest Entries

  • Warhawk : PlayStation 3 (1)
  • PS3: Orange Box is unplayable. (1)
  • Best Buy Coupon (1)
  • Everything I Have Heard is TRUE! (1)
©2006-2007 Geeks and Phreaks :: We Hack.
Designed by Elegant WP Themes

Valid XHTML and Valid CSS