There may come a time in your life when you would like to check if someone is ‘Paypal Verified’ before you conduct business with them. Paypal kindly offers a link for this service:
https://www.paypal.com/us/verified/pal=email
If you login to your paypal account and replace ‘email’ with the email address you would like to check a page will display letting you know whether that particular email address is paypal verified or not. Now imagine that you needed to check hundreds or thousands of email addresses – this would be a tedious process… until now! The script below uses cURL to automatically login to paypal and check the status of the email address. Please use with caution and credit ecoIT.com.au!
Make sure you fill in your paypal account details!
WINDOWS
- Windows 95:Type winipcfg in command prompt and look for a box marked Adapter Address
- Windows NT: Type ipconfig /allat command prompt
- Windows 2000: Type ipconfig /allat command prompt
- Windows XP: Type ipconfig /allat command prompt
- Windows Vista: Type ipconfig /allat command prompt
MAC
- OS X: Click on Apple, click on System Preferences, and select Network, Pick a location who’s MAC address you need to find out

- Open Transport: Open the Apple Talk control panel. Go to the Edit Menu and select User Mode. Select the Advanced radio button and click OK. Click info.
UNIX
- Solaris/SunOS: The ethernet is typically called ie0 or ie0. First become root by using su. Type ifconfig -a and look up the relevant info.
- Linux: Become root/super user and type ipconfig -a
- FreeBSD: User command dmesg to display the MAC address
- IRIX: Coming soon..
- HP-UX: Type lanscan
NO OS INSTALLED
- No OS installed: Obtain a Fermi Linux floppy disk. This can be used no matter what OS you intend to install. Boot the machine to the “Choose a Language” screen. Then press Ctrl-Alt-F4. Look for the lines near the bottom of the screen that starts with the string “<6>eth0:”. Near the end of the line should be a string of 6 hexidecimal numbers separated by colons. This is the MAC address.
You receive a “Generic Host Process” error message after you start the computer, or DBCS attachment file names are not displayed in Rich Text e-mail messages
- go to http://whatsmyip.org/ website and find your IP
- go to http://www.iwebtool.com/ and click on ‘Reverse IP/Look-up’
- put your ip address in ‘Domain or IP:’ box and it’ll tell you the name of the ISP
- Search for the address in google map you want the latitude and longitude for
- Paste the code below into browser address bar and press enter
javascript:void(prompt(”,gApplication.getMap().getCenter()));
Activation monitors the system configuration. If it detects a major hardware change or even too many minor hardware changes within a set number of days (some believes it’s 180 days before it resets) then it crosses the threshold and requires reactivation.
If you reformat your hard drive and perform a clean installation of the operating system, you need to reactivate the product. But, as long as the new installation is on the same system and there won’t be any hardware changes it is possible to transfer the existing product activation and skip having to go through the product activation process again.
Follow the setps below to save the activation status information and restore it once your system is rebuilt:
- Copy the files wpa.dbl and wpa.bak located at C:\Windows\System32 on a disk.
- After reinstallation say no when asked to activate windows.
- Reboot your computer in Safe Mode
- Go to C:\Windows\System32 and copy wpa.dbl and wpa.bak from your disk.
- Restart your computer.
ScreenGrabis a firefox plugin which has following features
- Scrollable document save
- Draggable selection
- Copy to clipboard
- Save as JPEG or PNG
you can download the plugin from http://www.screengrab.org/
One of the following action script can make your flash video clickable.
on (release) {
getURL(“http://www.ecoit.com.au”, “_blank”); }
stage. addEventListener( MouseEvent. CLICK, GetUrl);
function GetUrl(e: MouseEvent): void {
var URLrequest: URLRequest = new URLRequest ( “http://www.ecoit.com.au/” ) ;
navigateToURL (URLrequest,’_blank’); }
Recently we installed JoomLearn LMS Silver edition on a website for a client. The system is fantastic, makes selling courses very easy and is nowhere near as expensive or costly as JoomLMS, but we ran into a bug:
Subsequent courses did not appear even after the prerequisite courses were successfully completed. Because this was an urgent fix (required in 1-2 hours) our solution was not to solve the issue, but to manage it. The JoomLearn system was inserting extra rows into the jos_lms_results table with the passed column marked as ’0′ even when the user hadn’t taken the course. The urgent fix was to change the following line in /public_html/components/com_lms/lms.php:
From
// get all results data of user from result table
$query="SELECT passed "
. "\n FROM #__lms_results"
. "\n WHERE tid=".$prevalue." AND userid=".$my->id;
To
// get all results data of user from result table
$query="SELECT passed "
. "\n FROM #__lms_results"
. "\n WHERE tid=".$prevalue." AND userid=".$my->id." ORDER BY passed DESC";
We reported the bugs to the staff at joomlashowroom so this should be fixed properly in upcoming releases.
Have a great week!
GNL @ ecoIT
Symptoms:
When you click on volume control in your taskbar, you get message saying “There are no active mixer devices available. to install mixer devices, go to control panel, click printers and other hardware, and the click add hardware.”
Resolutions:
- start>run>services.msc
- right click on windows audio and go to properties
- make startup type automatic
- click on start and click apply