Lazy Man's IPChecker - eBay Suspended & PayPal Limited Forums
eBay Suspension & PayPal Limited Forums  
Join Today
Register Subscribe
     

Registration is fast, simple and absolutely free so please, join our community today!


Go Back   Home > General Discussions (Off-Topic) > Everything Else

Everything Else For off-topic conversation. The rules are relaxed in here, but play nice!

Reply
 
Thread Tools
  #1  
Old 12-11-2016
empirestate's Avatar
Banned
 
Join Date: Mar 2015
Posts: 3,138
Thanks: 44
Thanked 667 Times in 486 Posts
Activity: 0%
Longevity: 52%
iTrader: (1)
Default Lazy Man's IPChecker

This is 1 click solution to check your IP. Drag it to Taskbar (for windows only). It auto copies the IP to clipboard, ready to be pasted at your disposal, very fast 2sec.

Lazy Man's IPChecker
Reply With Quote
The Following 4 Users Say Thank You to empirestate For This Useful Post:
access0ner (12-30-2016), easy.bake.oven (12-12-2016), quizmaniac (12-12-2016), TOOKNAPA (12-11-2016)
The complete step-by-step guide to get back to selling today!

  #2  
Old 12-11-2016
TOOKNAPA's Avatar
Senior Member
 
Join Date: Jul 2015
Posts: 665
Thanks: 87
Thanked 168 Times in 143 Posts
Activity: 0%
Longevity: 50%
iTrader: (0)
Default Re: Lazy Man's IPChecker

nice share again, you made it yourself ?
Reply With Quote
  #3  
Old 12-11-2016
GreenBean's Avatar
Executive [VIP]
 
Join Date: Sep 2007
Posts: 42,343
Thanks: 5,612
Thanked 9,142 Times in 7,106 Posts
Activity: 0%
Longevity: 96%
iTrader: (6)
Default Re: Lazy Man's IPChecker

Why be lazy?

Reply With Quote
  #4  
Old 12-11-2016
empirestate's Avatar
Banned
Threadstarter  
 
Join Date: Mar 2015
Posts: 3,138
Thanks: 44
Thanked 667 Times in 486 Posts
Activity: 0%
Longevity: 52%
iTrader: (1)
Default Re: Lazy Man's IPChecker

Quote:
Originally Posted by TOOKNAPA View Post
nice share again, you made it yourself ?
Yes bud, I polished the old .vbs and made it .exe so it is 1 clickable. You can also make a shortcut and assign keyboard hotkeys and you are all set!
Reply With Quote
The Following User Says Thank You to empirestate For This Useful Post:
bakica (12-12-2016)
  #5  
Old 12-12-2016
Senior Member
 
Join Date: Mar 2013
Posts: 723
Thanks: 446
Thanked 193 Times in 142 Posts
Activity: 0%
Longevity: 64%
iTrader: (2)
Send a message via ICQ to easy.bake.oven
Thumbs up Re: Lazy Man's IPChecker

Hi.
Thanks for that man


Fun thing is yesterday I made something similar and came here to share and you have just made one too.

As always, your is better so I think I will use yours.

Anyway here is the code (found on net) for the bat file I made:

Code:
FOR /F "tokens=1,2 delims= " %%A IN ('nslookup myip.opendns.com resolver1.opendns.com') DO IF "%%A"=="Address:" SET EXTIP=%%B
set /p=%EXTIP%<NUL|clip
msg * /time:5 "The external IP ("%EXTIP%") has been copied to the clipboard."

I also made a basic rubbish menu for myself to help with my work:

Line 1 shows current folder username
Line 2 date ebay/paypal (firefox) was last accessed
Line 3 current date

The rest is the menu options which I can change to anything I want.
Check proxy option opens an internet page of my choice just to make sure I am not on a proxy/OR
Menu option 5 changeip runs a program I made that changes my ip automatically. My ip changes in about 20-30 seconds



Code:
@echo off

rem folder name start

for %%* in (.) do echo %%~nx*

rem folder name end


rem last access start

for %%a in (FirefoxPortable\data\settings\FirefoxPortableSettings.ini) do set filedate=%%~ta
echo %FileDate:~-16%

rem last access end


rem date & time start

For /f "tokens=1-4 delims=/ " %%a in ('date /t') do (set mydate=%%a/%%b/%%c)
For /f "tokens=1-2 delims=/:" %%a in ('time /t') do (set mytime=%%a:%%b)
echo %mydate% %mytime%

rem date & time end


 :BEGIN
 CHOICE /N /C:1234567 /M "[1]CHECK PROXY [2]KILL IE [3]KILL FF [4]COPY IP [5]CHANGE IP [6]EXIT [7]START FF"%1
 IF ERRORLEVEL ==7 GOTO SEVEN
 IF ERRORLEVEL ==6 GOTO SIX
 IF ERRORLEVEL ==5 GOTO FIVE
 IF ERRORLEVEL ==4 GOTO FOUR
 IF ERRORLEVEL ==3 GOTO THREE
 IF ERRORLEVEL ==2 GOTO TWO
 IF ERRORLEVEL ==1 GOTO ONE
 GOTO END
 
 :SEVEN
start FirefoxPortable\FirefoxPortable.exe
 GOTO END
 :SIX
echo byebye
 GOTO END
 :FIVE
start changeip.com
 GOTO BEGIN
 :FOUR
@echo off
FOR /F "tokens=1,2 delims= " %%A IN ('nslookup myip.opendns.com resolver1.opendns.com') DO IF "%%A"=="Address:" SET EXTIP=%%B
set /p=%EXTIP%<NUL|clip
msg * /time:5 "external IP ("%EXTIP%") copied to clipboard."
cls
 GOTO BEGIN
 :THREE
cls
taskkill /f /im firefoxportable.exe /im firefox.exe 
 GOTO BEGIN
 :TWO
cls
taskkill /f /im iexplore.exe
 GOTO BEGIN
 :ONE
start iexplore "https://whoer.net/"
 GOTO BEGIN
 :END

Last edited by easy.bake.oven; 12-12-2016 at 09:36 PM.
Reply With Quote
The Following User Says Thank You to easy.bake.oven For This Useful Post:
empirestate (12-30-2016)
  #6  
Old 12-30-2016
access0ner's Avatar
Junior Member
 
Join Date: Feb 2014
Posts: 278
Thanks: 157
Thanked 17 Times in 14 Posts
Activity: 0%
Longevity: 59%
iTrader: (0)
Default Re: Lazy Man's IPChecker

Thanks! Now I'm scared because I have been logging IPv6 thinking that's what eBay see's but apparently with 4 of my account they are seeing the same IPv4 address. Woah, I'm blown away today!
Reply With Quote
  #7  
Old 06-28-2017
empirestate's Avatar
Banned
Threadstarter  
 
Join Date: Mar 2015
Posts: 3,138
Thanks: 44
Thanked 667 Times in 486 Posts
Activity: 0%
Longevity: 52%
iTrader: (1)
Default Re: Lazy Man's IPChecker

Quote:
Originally Posted by access0ner View Post
Thanks! Now I'm scared because I have been logging IPv6 thinking that's what eBay see's but apparently with 4 of my account they are seeing the same IPv4 address. Woah, I'm blown away today!
I would be more concerned about IPv4 than IPv6 right now. Make sure you log IPs.
Reply With Quote
Reply




Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Backup your stuff don't be lazy! LoopHole Everything Else 9 01-08-2016 11:51 AM
AMAZON Buyers are lazy beaches Amazon 15 12-21-2010 11:06 PM
TV, lazy person's drug discjokey Everything Else 27 02-24-2009 09:00 AM


Aspkin Group

All times are GMT -5. The time now is 03:09 AM.


Stop the guessing games and learn how you can quickly and easily get back on eBay today!
Read the best selling step-by-step eBay Suspension guide eBay Stealth!
Amazon Suspension? Read Amazon Ghost to get back on Amazon!
vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Ad Management by RedTyger
no new posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58