14 Aug, 2010
Php find mac address
Articles related to php find mac address
http://digitalpbk.com/perl/perl-script-check-google-pagerank
Perl Script to check Google pagerank
In order to
find out a Google Pagerank of a webpage, we can use the WWW::Google::PageRank module in Perl.
Click WWW::Google::PageRank to download the Google Pagerank module. Here is a simple script that takes the Website URL as a command line argument and prints the Google PageRank.
OR
Alternatively you can install the module using cpan
cpan -i WWW::Google::PageRank
#!/usr/bin/perl
$webpage = $ARGV[0];
use WWW::Google::PageRank;
my $pagerank ...
Published 2 years ago
http://digitalpbk.com/sony-vaio/install-updated-nvidia-drivers-on-vaio
Update Nvidia drivers on Sony Vaio
Updating Nvidia graphics drivers on Sony Vaio is been a problem recently as the driver installation is not detecting your hardware. Sony Vaio OEM provided drivers are not up to date and when installing drivers directly from the Nvidia GeForce website, the screen says
NVidia installation cannot continue
This graphics driver could not
find compatible graphics hardware
To Solve the problem you need to change an inf file after you downloaded your drivers ...
Published 6 months ago
http://digitalpbk.blogspot.com/2007/01/get-smart-against-phishing.html
the target url on the status bar (bottom of the page), Is it the url ? Copy the link
address and paste it to a new text file and examine it from head to tail. Do a google search for the site, if anything related to phishing comes up...One old phishing technique was to mask the target server using the http://username:password@www.site.comSo the fraudster would mask his url as http://www.urbanksite.com/somevrylongtext/todistractyou@www.evilsite.comNow this technique has depricated since most browsers warn ...
Published 5 years, 4 months ago
http://digitalpbk.com/ubuntu/install-wireless-wifi-drivers-linux-karmic-9.1-sony-vaio-cw
)
3f:00.0 Host bridge: Intel Corporation QuickPath Architecture Generic Non-core Registers (rev 02)
3f:00.1 Host bridge: Intel Corporation QuickPath Architecture System
Address Decoder (rev 02)
3f:02.0 Host bridge: Intel Corporation QPI Link 0 (rev 02)
3f:02.1 Host bridge: Intel Corporation QPI Physical 0 (rev 02)
3f:02.2 Host bridge: Intel Corporation Device 2d12 (rev 02)
3f:02.3 Host bridge: Intel Corporation Device 2d13 (rev 02)
The ethernet adapter is 02:00.0 Network controller: Intel ...
Published 2 years, 1 month ago
http://digitalpbk.com/perl/solve-netmysql-hang-problem-if-database-result-has-only-1-row-or-empty
. If the result set is having just one row MySQL returns FE 00 00 02 00. The function on Net::MySQL package checks for end of packet and fails to
find if the result set has only 1 row.
# Line 460
sub _has_next_packet
{
my $self = shift;
return substr($_[0], -5) ne "\xfe\0\0\x22\x00";
}
Thus the Perl module loops back and waits for more data from the server, thus the blocking socket call to recv
makes the script hang.
Solve Net::MySQL Hanging Problem
In order to solve this problem use ...
Published 2 years, 1 month ago
http://digitalpbk.com/hdmi/hdmi-laptop-tv-connection-fix-no-audio
on Detect button to see if the newly connected HDMI monitors and TVs are recognized by windows.
Don't have an HDMI port?
Find out other options to Connect laptop to TV
HDMI
TV
Hardware ...
Published 8 months, 1 week ago
http://digitalpbk.blogspot.com/2007/01/extracting-embedded-album-art-in-mp3.html
, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is
addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its ...
Published 5 years, 4 months ago
http://digitalpbk.blogspot.com/2006/11/network-traffic-calculator-using-vc-6.html
.hCursor = LoadCursor(NULL,IDC_ARROW); wc.hbrBackground = (HBRUSH)GetStockObject(BLACK_BRUSH); wc.lpszMenuName = NULL; wc.lpszClassName = szAppName; RegisterClass(&amb;wc); } /*gets network
addresses*/ char localaddr[5][17]; if(getInterfaceList(localaddr,5)) return 1; char szTitle[100]="Traffic Calc on "; strcat(szTitle,localaddr[0]); /*window creation hwnd = CreateWindowEx(WS_EX_TOOLWINDOW|WS_EX_TOPMOST,szAppName,szTitle,WS_SYSMENU,CW_USEDEFAULT,CW_USEDEFAULT,240,40,NULL ...
Published 5 years, 6 months ago
http://digitalpbk.blogspot.com/2008/05/bash-mp3-player-mpg123-sed-playlist.html
on your / "
find / -name *.mp3 > mp3list.txtfiecho -n > tpl.tmpi=1while true; dol=`echo $1, | cut -d"," -f$i`let i=i+1if [[ -z "$l" ]]; thenbreakfi`cat mp3list.txt | grep -i $l >> tpl.tmp`donesed = tpl.tmp | sed 'N;s/\n/\t/;s/\/.*\///g;s/.mp3//' | more # number lines and strip of directories and extensions.line=1;max=`wc -l tpl.tmp | cut -s -d" " -f1`if [ ! "$max" -eq 0 ] && [ ! "$max" -eq 1 ] thenecho -n "Enter ...
Published 3 years, 11 months ago
http://digitalpbk.com/laptop-tv/how-to-connect-laptop-tv
How to connect laptop to TV
Various methods to connect laptop to TV, S-Video, DVI, RCA, VGA and steps to configure your laptop
Want to Connect laptop to your TV?
Find out how to connect your laptop to TV based on what technologies are available on your laptop and television.
There are many options to connect your laptop to TV, choosing a connection depends on what laptop and Television you have.
Based on your laptop and tv connectivity options, here is a list
Laptop Technology
Television ...
Published 7 months, 3 weeks ago
Related help topics for php find mac address
More keywords like php find mac address
More pages for php find mac address