Weblog Of Nirandas | home

Developer From INDIA

Launching an URL from your .NET Windows application

clock May 16, 2008 06:26 by author
Here's how you can launch any website from your .NET Windows applications.VB.NET Code:
System.Diagnostics.Process.Start(http://www.nirandas.com)
 This will launch the nirandas.com using the default browser.Just add ";" at the end to make it work in C#This way you can easily provide links to your website from the desktop programs created using .NET"A post from my old collection"
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


fixing the ZdStats plugin to not record admin hits.

clock May 5, 2008 04:57 by author
One annoying problem with ZdStats (statistics plugin for wordpress) is that it does not have a feature where by you can filter out visits of admin. Yes, there is IP filter, but it would not work for admins with dynamic IPs like me. Also there is a bug where AJAX requests from the admin panel are also counted in visits (2 x page views while writing a post). Not what you want.
What I did? Patched the zd_stats.php fileMore...

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


First thing you should do to secure wordpress from SQL Injection

clock May 1, 2008 05:14 by author
Today, there was an attempt to inject SQL into my wordpress and retrieve the admin log in from the IP 87.118.112.44. There was 14 attempts in total, few of them trying to inject SQL and few trackback attempt. Since there was an SQL Injection attempt from the same IP around the same time, I can safely say that all of them ware attempts of hacking.Yes, wordpress may have plugged all the holes in it, which allows remote injection of SQL, but still to be on the safer side, consider the first and basic thing you should do to not become an easy victim.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Who Am I?

I am Nirandas - a developer from INDIA

Sign in