14 Aug, 2010

404 errors with get parameters on codeigniter

Articles related to 404 errors with get parameters on codeigniter

CHM Files Navigation to the webpage was cancelled

http://digitalpbk.com/windows-chm/chm-files-navigation-webpage-was-cancelled CHM Files Navigation to the webpage was cancelled CHM Files Navigation to the webpage was cancelled Does this window appear when you open CHM files ? This happend to me after upgrading to Internet Exporer 7. If you are wondering why you cant read the CHM files, just do the steps below : Steps for solving Navigation to the webpage was cancelled Close the CHM fileOpen it again and you will get the same popup as shown below Uncheck the checkboxAlways ask before opening this file (Highlighted in the image above). Press Open Now ...
Published 2 years, 2 months ago

Solve Write Permission Denied on Files Windows 7

http://digitalpbk.com/windows/solve-write-permission-denied-files-windows-7 Solve Write Permission Denied on Files Windows 7 Solve Write Permission Denied on Files Windows 7 Windows 7 file attributes and earlier versions of windows such as XP or 98 is very different. The difference is notable if you use NTFS file system which has more security features. On Windows 7 if you get "Write Permission Denied" on any file , Right Click > Properties On the security tab, click on edit as highlighted in the screenshot below : On this window, check the Write option and click Apply and Ok Now you ...
Published 1 year, 10 months ago

PERL Code to change Google talk status

http://digitalpbk.blogspot.com/2009/02/perl-change-google-talk-status.html => "neuron");$Con->Send("");$Con->Process();my $iq = $Con->SendAndReceiveWithID("");my ($status,$statuslist,$show) = ("","","");$status = $1 if($iq->GetXML() =~ m/(.*?)/);$statuslist = $1 if($iq->GetXML() =~ m/()/);$show = $1 if($iq->GetXML() =~ m/(.*?)/);my $status = $ARGV[0];#Change ...
Published 3 years ago

Installing Google Go on Linux Ubuntu

http://digitalpbk.com/google-go/installing-google-go-linux-ubuntu Installing Google Go on Linux Ubuntu One command install, Bash script to install Google Go in one Go #!/bin/bash ARCH=386 #CHANGE this setting to amd64 if you are on 64 bit. sudo apt-get install bison make gcc libc6-dev ed mercurial { cat ~/.bashrc; cat ~/temp.bashrc mv ~/.bashrc ~/.bashrc.old mv ~/temp.bashrc ~/.bashrc export GOROOT=$HOME/go export GOARCH=$ARCH export GOOS=linux export GOBIN=$HOME/gobin export PATH=$PATH:$GOBIN mkdir $GOBIN hg clone -r release https ...
Published 2 years, 2 months ago

Introduction to Windows - Programming for Windows

http://digitalpbk.blogspot.com/2007/09/windows-and-c-programming.html (WNDCLASSEX); wcl.hInstance = hInstance; wcl.lpszClassName = szWinName; wcl.lpfnWndProc = WindowFunc; wcl.style = 0; wcl.hIcon = LoadIcon(NULL, IDI_APPLICATION); wcl.hIconSm = NULL; wcl.hCursor = LoadCursor(NULL, IDC_ARROW); wcl.lpszMenuName = NULL; wcl.cbClsExtra = 0; wcl.cbWndExtra = 0; wcl.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH); if(!RegisterClassEx(&wcl;)) return 0; hwnd = CreateWindow(szWinName,"Windows ...
Published 4 years, 4 months ago

Dataone Account Usage Checker in PERL

http://digitalpbk.blogspot.com/2008/06/free-dataone-account-usage-checker-perl.html => "cookie.jar",autosave=>1);$mech=WWW::Mechanize->new(cookie_jar=>$cj);print "GET $url\n" if($verbose);$mech->get($url);exit unless($mech->success());my $cnt = $mech->response->as_string;$cnt =~ s[action="../(.*?)"][action="$1"]is;$mech->update_html($cnt);$mech->form_number(1);$mech->field("username",$username);$mech->field("password",$password);print "LOGIN\n" if($verbose);$mech->submit();exit unless($mech->success());$cnt = $mech->response->as_string;$|=1;my $uri;my $maxre ...
Published 3 years, 7 months ago

An Introduction to PHP

http://digitalpbk.blogspot.com/2007/04/introduction-to-php-part1.html the GET and POST. Similarly the output of a PHP file can be in the form of an HTML file, JPG file, XML file or any format as you wish (Yes!!)The PHP LanguageAs mentioned above, PHP files are ordinary text files with the extension PHP. Suppose you want a dynamic page that shows say todays date. Today's dateTodays date is : //PHP code beginecho date("M d Y H:i:s");//PHP code end?>The tag marks the beginning of the PHP code segment and the ?> marks the ending of the code segment ...
Published 4 years, 9 months ago

Protect yourselves from phishing

http://digitalpbk.blogspot.com/2007/01/get-smart-against-phishing.html Protect yourselves from phishing Phishing? Haven't heard that...Phishing is very similar to fishing. In fishing, we put a bait and wait for the fish to catch it. In Phishing, a fraudsters acting as a genuine bank employee or web admin, sents you an email (the bait) asking for confidential and personal data, that could potentially harm you (Its not nice to see your savings balance to drop to ZERO, right?)Fraudsters are getting smarter and equipping with techniques that almost fool you. So ...
Published 5 years, 1 month ago

Perl Script to Login to Orkut

http://digitalpbk.blogspot.com/2007/05/perl-script-to-login-to-orkut.html and GET the redirect page URLGoto the redirect pageGoto Orkut.com/home.aspxYour done.Note:Tested on Linux (FC6, Perl 5.8.8)The following script is for linux, Will run on Windows too but the ANSI coloring may not work...Windows Program is given below the program for Linux (without ANSI coloring).For Linux (with ANSI coloring)use WWW::Mechanize;use HTTP::Cookies;use HTTP::Request::Common;$cj=HTTP::Cookies->new(file => "cookie.jar",autosave=>1,ignore_discard=>1);$mech ...
Published 4 years, 9 months ago

Statistics for your website, the way you want...

http://digitalpbk.blogspot.com/2009/09/statistics-for-your-website-way-you.html Statistics for your website, the way you want... Hey matesHead over to stats.kitiyo.com and sign up to get a cool statistics graph for your blog or website. You might need this invitation code : iwantitbadlyScroll down to see my statistics. This is still in beta stage, so let me know of feature suggestions or anything you would like to add. :)I have added most features that you would find in any ordinary stats site, like popular pages, referers search keywords etc.Lots of features yet to come ...
Published 2 years, 4 months ago

Related help topics for 404 errors with get parameters on codeigniter More keywords like 404 errors with get parameters on codeigniter
More pages for 404 errors with get parameters on codeigniter


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Transport Ships Bringing Raw materials to Havelock Transport Ships Bringing Raw materials to Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk