line

Add to any feed reader

Peeking at PeekYou`s People Search

Some may think it a little ironic but one of the most popular things to find on the content-rich Internet is people. Many people want to find an old flame or classmate while others may need to check out a date a prospective employee or a new tenant. PeekYou is the latest engine to enter the people search arena. Today we ll take a peek at what it offers….

Refurbished and Used Networking Equipment Network Liquidators sells refurbished and used networking equipment for up to 95% off list, with a 1 year warranty. We buy and sell top brands like Cisco, Extreme, (more…)

More CSRF Redirectors

Today I learned about another CSRF redirector by another group of people in web application security called GNUCITIZEN.

Similar to the previous CSRF redirector it contains the same XSS vulnerability through the javascript URI scheme.

Example:

http://www.gnucitizen.org/util/csrf?…_url=javascript:alert(/…/);

Update: The bug is fixed for now…

(more…)

Re: Changing a File remotly

Unclear. And what does this have to do with MySQL? (more…)

Re: #1045 - Access denied for user ´root´@´localhost´ (using password: NO)

First, check to create a "config" folder on the phpmyadmin folder. Its not created by default, i dont know why.. i believe its too hard… (joke)

Second, run the config script, create a new server config with the info you desire. Then, save it.

3th Copy the config.inc.php folder the script create on the config folder to the main phpmyadmin folder.

4th Pray. (more…)

End Query with \G instead of ;

You can use \G instead of ; for tables with lots of fields.

mysql> SHOW STATUS LIKE ‘Qcache%’;
+————————-+———–+
| Variable_name | Value |
+————————-+———–+
| Qcache_queries_in_cache | 6990 |
| Qcache_inserts | 6990 |
| Qcache_hits | 3987 |
| Qcache_lowmem_prunes | 0 |
| Qcache_not_cached | 621 |
| Qcache_free_memory | 176329432 |
| Qcache_free_blocks | 1 (more…)

Next Page »