Archive for March 11th, 2009|Daily archive page

svn

Stand-alone clients

Cornerstone – A GUI Subversion client for Mac OS X.
eSvn – cross-platform QT-based GUI frontend to Subversion
FSVS – fast subversion command-line client centered around software deployment
KDESvn – A Subversion client for KDE
QSvn – A cross-platform GUI Subversion client
RapidSVN – A cross-platform GUI front-end for Subversion
RSVN – Python script which allows multiple repository-side operations in a single, atomic transaction.
SmartSVN – A cross-platform GUI client for Subversion
Subcommander – A cross-platform Subversion GUI client including a visual text merge tool.
SvnX – A Mac OS X Panther GUI client.
Syncro SVN Client – Cross-platform graphical Subversion client.
Versions – A GUI Subversion client for Mac OS X.
WorkBench – Cross platform software development GUI built on Subversion written in Python
ZigVersion – a Subversion Interface for Mac OS X. Aims to design an interface around the typical workflows of programmers.

Desktop-integrated clients

Cascade – Cross-platform file system driver frontend to Subversion, both GUI and command line. Also provides other higher-level functionality.
KSvn – A Subversion client for KDE — a plugin for Konqueror
SCPlugin – Subversion integration for Mac OS X Finder
TortoiseSVN – A Subversion client, implemented as a windows shell extension

more here: http://subversion.tigris.org/

——————————————————————————————–

http://sig9.com/blogs
http://www.petefreitag.com/item/505.cfm
http://www.lasmovies.com/blog/
http://www.sephiroth.it/examples/firefox/extensions/flashtracer.xpi
http://drawlogic.com/2007/08/10/helpful-flash-debugging-tools/
http://www.rapleaf.com/
http://www.visual-blast.com/category/javascript/
http://dev.victorstanciu.ro/experimente/prototype-showcase/
http://www.piksite.com/carousel.us/carousel.us.php
http://www.ajaxrain.com/tag.php?tag=effects&page=3
http://blog.liip.ch/open-source/
http://www.psd2html.com/examples/
http://www.strategyandaction.com.au/slideshow/logogal.html
http://www.classycode.co.uk/CoverFlow/
http://www.linux-sxs.org/networking/openssh.putty.html
http://www.askapache.com/htaccess/apache-authentication-in-htaccess.html
http://xqus.com/archive/2005/02/19/regenerate-php-session-id (session regenerate)

——————————————————————————————

$POST_MAX_SIZE = ini_get(‘post_max_size’);
$mul = substr($POST_MAX_SIZE, -1);
$mul = ($mul == ‘M’ ? 1048576 : ($mul == ‘K’ ? 1024 : ($mul == ‘G’ ? 1073741824 : 1)));

Video Application

http://blog.kovyrin.net/2006/10/08/lighttpd-memcoder-flvtool-for-streaming/

http://www.flashinsider.com/2006/07/26/how-to-create-your-own-youtube-site/

http://blog.kovyrin.net/2006/10/14/flash-video-flv-streaming-nginx/

http://www.boutell.com/newfaq/creating/video.html

http://www.funnymonkey.com/diy-private-video-sharing

http://www.yvoschaap.com/youtube/   (YouTube Drag-Drop)

Some Google Tricks

Some Google Tricks revealing sensitive data
Everyone knows google in the security sector…and what a powerful tool it is,just by entering certain search strings you can gain a vast amount of knowledgeand information of your chosen target…often revealing sensitive data…thisis all down to badly configured systems…brought on by sloppy administrationallowing directory indexing and accessing , password files , log entrys ,files , paths ,etc , etc
Search Tips
so how do we start ?
the common search inputs below will give you an idea…for instance if youwant to search for the an index of “root”
in the search box put in exactly as you see it below

Search Strings :

“Index of /admin”
“Index of /password”
“Index of /mail”
“Index of /” +passwd
“Index of /” +password.txt
“Index of /” +.htaccess
index of ftp +.mdb allinurl:/cgi-bin/ +mailto

administrators.pwd.index
authors.pwd.index
service.pwd.index
filetype:config web
gobal.asax index

allintitle: “index of/admin”
allintitle: “index of/root”
allintitle: sensitive filetype:doc
allintitle: restricted filetype :mail
allintitle: restricted filetype:doc site:gov

inurl:passwd filetype:txt
inurl:admin filetype:db
inurl:iisadmin
inurl:”auth_user_file.txt”
inurl:”wwwroot/*.”

top secret site:mil
top secret site:mil
confidential site:mil

allinurl: winnt/system32/ (get cmd.exe)
allinurl:/bash_history

intitle:”Index of” .sh_history
intitle:”Index of” .bash_history
intitle:”index of” passwd
intitle:”index of” people.lst
intitle:”index of” pwd.db
intitle:”index of” etc/shadow
intitle:”index of” spwd
intitle:”index of” master.passwd
intitle:”index of” htpasswd
intitle:”index of” members OR accounts
intitle:”index of” user_carts OR user_cart

Let me show how it works.

1# Enter the search string in the search box of google.

2# Now we check search results one by one.

For more visit http://badmash-orkut.blogspot.com/2008/07/some-google-tricks-hacks.html

http://badmash-orkut.blogspot.com/

Wap Push Short Code

A short code is a 3-6 digit phone number that is used for sending and
receiving premium or non-premium SMS. Most customers are familiar
with a full phone number, known as a long code, that is typically 7 or
more digits in length depending on the numbering plan of the home
country. For example, in North America, a long code is 11 digits in
length (the first digit is the country code followed by a national
number of 10 digits). In order to send and receive premium SMS or
receive high volumes of non-premium SMS, network operators
require the activation of a short code.
A short code is usually 5 digits in length, such as 55424, and is
activated on a specific wireless network. The same 5 digit code can
be activated with more than one operator, allowing user’s to be able
to interact with your application across carriers.

Short codes can be configured to support premium billing, or the
ability to charge the recipient a fee for your service. Premium
messaging fees may be triggered on either mobile terminated
(outgoing SMS to phone) or mobile originated (incoming SMS from
phone) SMS.

http://www.codeproject.com/KB/IP/wappush.aspx

http://forums.devshed.com/mobile-programming-20/wap-push-over-smpp-mblox-395786.html

http://dev.sellingsource.com/2006/12/07/sending-wap-push-messages-with-kannel-php/

http://www.workingsoftware.com.au/index.php?h=WebLog&author_id=1&entry_id=65  ()

http://dev.sellingsource.com/2006/11/13/configuring-kannel-to-send-sms/

Encode a Wap-Push using PHP

http://php-classes.de/class/wap-push/

http://pomoc.alombra.de/About/WAPPushSMS

http://www.activexperts.com/activsms/sms/wappushsi/  (Description)

http://www.codango.com/php/dir/webapps/industry/mobileco/?pg=1&tab=refined&order=desc

http://wiki.triangle-solutions.com/index.php/SMS_WAP  (Toturial)

http://www.intellisoftware.co.uk/sms-gateway/php-sdk/

katana

http://sprintdevelopers.com/node/271
http://ra.pcslab.com/upload/index.php  (gcd uploader)
http://sprintdevelopers.com/node/270
http://www.sprintusers.com/forum/archive/index.php/t-42076.html  (addtype)
http://www.netmask.com/pcsdownloads.html
http://www.tech-recipes.com/rx/531/setting-up-your-own-server-to-download-ringerwallpapers-sprintpcs/
http://www.star-webs.com/sprint-pcs/
http://dev.sellingsource.com/2006/12/07/sending-wap-push-messages-with-kannel-php/
http://pcs.cruz-network.net/faq.php#gcd
http://rumkin.com/tools/sprint/faq/index.php  (Faq)
http://www.docstoc.com

Keep Browsing

Keep Browse
http://www.keepbrowse.com/

FilterNoob.Co.CC
http://www.filternoob.co.cc/

Ktunnel
http://www.ktunnel.com/

LAMP useful Resources

http://www.canavese.org/resume
http://thinkd2c.blogspot.com/2006_03_01_archive.html
http://www.sajithmr.com/smpp-library-in-php/
http://www.kannel.org/ (SMS)
http://developer.apple.com/internet/webservices/soapphp.html
http://www.vueling-sc.com/SMS-testPost.asp (SMS)
http://www.blogohblog.com/top-10-javascripts-for-image-manipulation/  (js img)
http://jquery.khurshid.com/ifixpng.php
http://phaedo.cx/archives/2007/07/25/tools-for-optimizing-your-website-etag-and-expire-headers-in-django-apache-and-lighttpd/
http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/2/

http://www.bigresource.com
http://www.mysqltutorial.org/  (mysql)
http://www.mysqlperformanceblog.com/2007/10/16/  (Mysql)
http://www.mysql-apache-php.com/  (LAMP)
http://myy.helia.fi/~karte/kurssit/lamp-linux-apache-mysql-php-quickstart.html (lamp)

How To Install Or Upgrade LAMP: Linux, Apache, MySQL and PHP Stack Using Yum


http://www.mysql-apache-php.com/website_screenshot.htm
http://www.mysql-apache-php.com/apf-firewall.htm  (Firewall)
http://www.mysqlperformanceblog.com/2007/10/16/  (Mysql)
http://pingability.com/  (Monitor)
http://www.mysql-apache-php.com/dns-server-tutorial.htm  (DNS)
http://www.linuxjournal.com/article/7327  (SPF spam/junk for hotmail, aol etc.)
http://www.onlamp.com/pub/a/onlamp/2008/05/13/creating-applications-with-amazon-ec2-and-s3.html  (EC2)
http://ibiblio.org/g2swap/byteofpython/read/what-programmers-say.html  (Python)
http://jyotirmaya.blogspot.com/2008/11/xampp-python-django.html  (xampp + python)
http://blog.chomperstomp.com/?p=150 (xampp + python)
http://www.prosoxi.gr/2008/12/11/xampp-settings-with-plain-text-configuration-files/  (xampp + php)
http://www.cyberciti.biz/tips/redhat-enterprise-linux-4gb-plus-ram-support.html  (more RAM)
http://www.yolinux.com  (Articles)
http://www.solarenergyhost.com/content/view/157/155/  (Joomla)
http://fonefinder.net/  (us phone no)
http://www.tp2location.com/  (Phone finder)
http://ffmpeg-php.sourceforge.net/  (ffmpeg-php)
http://www.crucialp.com/resources/tutorials/server-administration/how-to-install-ffmpeg-centos-rhel-redhat-enterprise-easy-way.php   (cenOS 4.7 Final)
http://www.cyberciti.biz/faq/explain-mx-record-mx-priority/  (MX Record)
http://www.tldp.org/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/chap29sec295.html  (FTP user)
http://www.crucialp.com/blog/2008/09/27/how-to-install-webmin-on-ubuntu-7-or-8-by-using-ubuntu-deb-packages/  (Webmin)
http://blog.getasysadmin.com/2009/02/more-apache-benchmarks-using-ec2.html  (scalr + EC2 + ubuntu)
http://doxfer.com/Webmin/ProFTPDServer#Configuring_logging  (Webmin)
http://dev.sellingsource.com/2006/12/07/sending-wap-push-messages-with-kannel-php/  (Wap Push)
http://www.passitto.com/

http://techandother.wordpress.com/2006/02/01/rapid-web-prototyping-with-open-source-part-5/  (Joomla)
http://wiki.triangle-solutions.com/index.php/SMS_WAP
http://mu.wordpress.org/forums/topic.php?id=10540  (Paypal API)
http://valet.webthing.com/link/  (broken links)
http://codex.wordpress.org/Changing_File_Permissions
http://www.zimbio.com/PHP/articles/144/Htaccess+Example+Codes
http://codex.wordpress.org/htaccess_for_subdirectories  (stop script execution)
http://www.bigresource.com/PHP-Stop-Direct-Execution-kZxnWn2H.html
http://www.artzstudio.com/2008/08/using-modconcat-to-speed-up-render-start/  (Combine css, js etc.)
http://aciddrop.com/php-speedy/
http://www.ejeliot.com/blog/72
http://bizrules.info/weblog/2005/08/database_vs_rulebase_vs_knowle.html  (DB vs KB)

http://www.securityfocus.com/infocus/1818  (SSL)

http://www.vanemery.com/Linux/Apache/apache-SSL.html  (SSL)

http://www.tc.umn.edu/~brams006/selfsign_ubuntu.html  (SSL)

http://developer.apple.com/internet/opensource/php.html (PHP on MAc)

http://www.databaseanswers.org/data_models/
http://dhtmlkitchen.com/scripts/tabs/Tabs/demo/dual.html#content4  (key Tabs)
http://jquery.khurshid.com/ifixpng.php
http://blog.scubetech.in/?p=107