Darksat IT Security Forums
April 19, 2024, 01:31:05 pm
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Darksat IT Security Forum
From Firewall Support, AntiVirus Questions, Spyware problems, Linux and Windows Security, Black Hat SEO right down to Website Design and Multimedia
 
  Home Help Search Gallery Links Staff List Login Register  
  Show Posts
Pages: [1] 2 3 4 ... 203
1  Your Web / SEO Forum / NewSearch engine. 100% of its profits go to charity. Very Cool. on: June 01, 2012, 10:56:00 am
I saw this and had to share, a search engine that donates all its profits to charity.
http://benelab.org/
2  General / General / Support / We have hit 100,000 Visitors on: June 01, 2012, 10:54:48 am
Since our site has launched in 2007 we have had over 100,000 unique visitors.
Its a milestone and if you are reading this you are the .001%
Thanks.  Wink
Mike Darksat
3  General / General / Support / KinkLondon.com my new project on: March 22, 2012, 10:58:05 am
I have been rather absent at this forum for a long time.
The reason being I have a lot of personal projects.
One of which is a new kinky bar.
Check it out
KinkLondon.com VIP Kink Bar
4  Your Web / Business & E-Commerce / Tiger Force on: September 26, 2011, 04:18:18 am
A new security company with government and blue chip company connections.
Tiger Force PMC/PSC
5  Hardware, Software and Security / Hardware / How to hack electronic road signs on: March 25, 2011, 10:56:32 am
Possibly the simplest hack on the planet.
http://jalopnik.com/#!5141430/how-to-hack-an-electronic-road-sign
6  Multimedia & Design / Website Design / Adding Gzip compression in Apache using htaccess on: February 23, 2011, 07:15:14 am

Optimize your website loading time by compressing files into smaller size using htaccess on Apache.

Put this in your directory htaccess file.
Code:
# compress text, html, javascript, css, xml:
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript

Source

http://httpd.apache.org/docs/2.0/mod/mod_deflate.html
7  Multimedia & Design / Website Design / Skip the download dialogue using .htaccess on: February 23, 2011, 07:13:05 am
Usually when you try to download something from a web server you get a request asking whether you want to save the file or open it. To avoid that you can use the below code on your .htaccess file.

Code:
AddType application/octet-stream .pdf
AddType application/octet-stream .zip
AddType application/octet-stream .mov
8  Hardware, Software and Security / IT Security Forum / Using htaccess to stop hacking attempts on: February 23, 2011, 07:11:15 am
If you want to increase the security level of your website, you can chuck these few lines of codes to prevent some common hacking techniques by detecting malicious URL patterns.
Code:
RewriteEngine On
 
# proc/self/environ? no way!
RewriteCond %{QUERY_STRING} proc/self/environ [OR]
 
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
 
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*(.*) [OR]
 
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3E) [NC,OR]
 
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|[|\%[0-9A-Z]{0,2}) [OR]
 
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|[|\%[0-9A-Z]{0,2})
 
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]






Source
http://forum.joomla.org/viewtopic.php?p=2193205
9  General / Politics Religion & Humour / Hacker Humour on: February 10, 2011, 05:37:20 am
A thread for super nerdy hacker jokes.
Here is one I just came up with.
You need a hole for SOCKS to work properly.
10  The IT Department / Linux OS Forum / Unity Linux 2011 on: January 27, 2011, 06:03:06 am


A new 2011 release for unity linux has recently been announced.

Based on Mandriva, Unity is a nice minimalist operating system suitable for building custom solutions or special distributions.

http://unity-linux.org/
11  The IT Department / Linux OS Forum / Sabayon Linux Gaming Edition on: January 27, 2011, 06:00:58 am
New gaming edition of sabayon Linux including the following games.

Games included:
0ad
Alien Arena 2011
Battle of Wesnoth
Foobillard
Freeciv
Frozen Bubble
GNOME Games
M.A.R.S. a ridiculous shooter
Micropolis
NeverBall
Nexuiz
OpenArena
Pingus
Pychess
Scorched 3D
Simutrans
Spring
Stepmania
Torcs
Tremulous
Warsow
Warzone 2100
Wormux


More info here.
http://forum.sabayon.org/viewtopic.php?f=60&t=22616
12  Hardware, Software and Security / Software / Prey, Open Source Software for Tracking Stolen Laptops on: January 20, 2011, 07:17:32 am
Prey is a free and open source laptop tracking software developed by Fork, that helps recover computers by tracing their location through the remote retrieval of information. The software is activated from the outside by using a URL as a checking method, and phones home by sending a detailed report either to a centralized control panel or directly to the computer owner's mailbox.

Basically you install a tiny agent in your PC or phone, which silently waits for a remote signal to wake up and work its magic.

This signal is sent either from the Internet or through an SMS message, and allows you to gather information regarding the device's location, hardware and network status, and optionally trigger specific actions on it.

http://preyproject.com/


13  Multimedia & Design / Website Design / Pines Grid jQuery Plugin on: January 20, 2011, 07:13:21 am
Probably one of the best jquery table scripts I have seen.
http://pines.sourceforge.net/pgrid/

Flexgrid is also nice
http://www.flexigrid.info/

You can see the rest here.
http://www.1stwebdesigner.com/freebies/enhance-tables-functional-jquery-plugins/

or if you want a lightweight standalone you can use tinytable
http://www.scriptiny.com/2009/11/advanced-javascript-table-sorter/
14  Hardware, Software and Security / Hardware / Military spec ruggedised tough laptops and tablets on: December 18, 2010, 10:20:32 am
Been looking into Military Spec Rugged Laptops.

5 inch screen, windows XP, atom 1.6ghz 16-32gb flash drive
www.terralogic.co.uk/product_info.php?cPath=23&products_id=67

14 inch screen, dual core pentium M 1.6-2.5ghz
/www.steatite-rugged.co.uk/semi-rugged/durabook-u14m.html

Something Similar,2-2.8GHZ
ruggednotebooks.com/rnb-eagle-semi-rugged-laptop

Panasonic Toughtbooks range (very clunky & pricey)
www.toughbook.eu/sector/defence/sector-products

Dell Rugged Range.
www.dell.com/xfr
15  The IT Department / Linux OS Forum / Great tool for choosing the ideal distro on: November 30, 2010, 08:41:51 am
I found this Great tool for choosing the ideal distro for you.

Linux Distribution Chooser
http://www.zegeniestudios.net/ldc/index.php
Pages: [1] 2 3 4 ... 203
Powered by EzPortal
eXTReMe Tracker
Security Forum
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum


Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy
Page created in 0.056 seconds with 16 queries.