GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   I badly need page rank checker (https://gfy.com/showthread.php?t=177154)

Niki 09-19-2003 12:04 AM

I badly need page rank checker
 
cheap :)

hjnet 09-19-2003 12:09 AM

It might be a stupid answer, but
Google Toolbar

xl11 09-19-2003 12:12 AM

free & only for fun - http://scripts.xrenoder.com/
or if you have ie & google toolbar - http://www.abc-actu.com/abc-pr.html

cluck 09-19-2003 12:14 AM

Must... find... source...

chuk 09-19-2003 12:16 AM

Quote:

Originally posted by xl11
free & only for fun - http://scripts.xrenoder.com/
It spit this out at me: http://www.mentalshed.com
PR 5/10
LINKS 102

Is that good?

Niki 09-19-2003 12:42 AM

thanks guys, but it isn't what I'm looking for ... I need it for expired domains ... and I cannot check exp. domains via browser and toolbar, cuz I got this http://sitefinder.verisign.com/index.jsp fucking page ...

that's why I need PR checker, I've tried clean my register, reinstal IE, but everytime I tried expired domain, I got this url :(

xl11 09-19-2003 01:05 AM

Just edit your "hosts" file (in win xp - windows\system32\drivers\etc\ ). For every expired domain do something like that.

127.0.0.1 localhost
216.239.37.100 expired-domain1.com
216.239.37.100 expired-domain2.com
216.239.37.100 expired-domain3.com

It is the easiest way but time-consuming.

detoxed 09-19-2003 01:16 AM

How good is a PR6?

Niki 09-19-2003 01:33 AM

Quote:

Originally posted by detoxed
How good is a PR6?

$8.75 .... $1 000 000 .... depends on the site, not on the PR :)

Niki 09-19-2003 02:57 AM

bump :helpme

Niki 09-19-2003 06:52 AM

Quote:

Originally posted by Niki
bump :helpme
:GFYBand

Niki 09-19-2003 07:37 AM

800! :)

Niki 09-19-2003 03:35 PM

bump Bump BUMP! :)

lawked 09-19-2003 03:37 PM

Niki, I call sell you my scripts or I can provide you with that data for a monthly fee.

I'm going out tonight so reply back quick.

Niki 09-19-2003 03:40 PM

Quote:

Originally posted by lawked
Niki, I call sell you my scripts or I can provide you with that data for a monthly fee.

I'm going out tonight so reply back quick.

cool

my icq: 34904894

rowan 09-19-2003 03:51 PM

There was another site that let you enter up to 8 URLs and it would show the PR of each... I just want to be able to check PR of a few sites without the google toolbar sitting on my machine. Anyone know that URL? :) The above site is good, but it makes you wait 30 sec between queries...

WiredGuy 09-19-2003 03:53 PM

Quote:

Originally posted by Niki
$8.75 .... $1 000 000 .... depends on the site, not on the PR :)
Totally agree, it's about the site and traffic, not about some PR number that google assigned.

WG

Niki 09-19-2003 04:11 PM

I'm still looking for solution under $500 :)

igneus 09-19-2003 04:18 PM

are you looking for a windows or unix one? you can have my single thread windows one for well under $500

screenshot here, and a couple others basically showing the same thing on pr.html

WiredGuy 09-19-2003 04:24 PM

Quote:

Originally posted by igneus
are you looking for a windows or unix one? you can have my single thread windows one for well under $500

screenshot here, and a couple others basically showing the same thing on pr.html at the bottom

How's your unix version going? Still drilling though a couple hundred thousand domains per hour? My offer still stands for porting it to perl for free :Graucho

WG

Gateway69 09-19-2003 04:26 PM

expired domains listed by PR and other data

http://georedirect.com/expired-domains/

igneus 09-19-2003 04:28 PM

lol, i abandoned getting the responses myself and just generate a bunch of url files and use a bunch of wget's in the background hehe

it was going a few k/sec before because i was hitting some gay connection limit and it was just silently erroring very quickly, lol

ended up not selling it so it's ok though hehe

WiredGuy 09-19-2003 04:32 PM

Quote:

Originally posted by igneus
lol, i abandoned getting the responses myself and just generate a bunch of url files and use a bunch of wget's in the background hehe
So the script just generates the urls to fetch from google now (ie: checksum calculator slapped onto the url?)

WG

igneus 09-19-2003 04:34 PM

Quote:

Originally posted by WiredGuy


So the script just generates the urls to fetch from google now (ie: checksum calculator slapped onto the url?)

WG

yup..im the only one using it so its allowed to be ugly hehe

WiredGuy 09-19-2003 04:35 PM

Quote:

Originally posted by igneus
yup..im the only one using it so its allowed to be ugly hehe
Sure you don't need a perl port of that? :Graucho
No charge!

LOL, I'm just teasing ya, I'm still trying to get the CH formula :)
WG

igneus 09-19-2003 04:39 PM

Quote:

Originally posted by WiredGuy
Sure you don't need a perl port of that? :Graucho
No charge!

LOL, I'm just teasing ya, I'm still trying to get the CH formula :)
WG

hehe..easiest to just grab the code from the toolbar and port it from asm

i've ported it to 3 languages + php and i still have no clue wtf all the math is doing...guess it doesn't really matter though lol

just need to know assembly 8-)



and yes, im sure :winkwink:

WiredGuy 09-19-2003 04:43 PM

Quote:

Originally posted by igneus
hehe..easiest to just grab the code from the toolbar and port it from asm

i've ported it to 3 languages + php and i still have no clue wtf all the math is doing...guess it doesn't really matter though lol

just need to know assembly 8-)

Actually I believe the easiest would be to copy and paste from your code into here:

CH = (fill in blank here)

hehehe... I know an asm hacker could do it pretty quickly but I'm too lazy to bother. Would rather learn the method to do the assembler crack such that if google changes it in the future, I could go on unaffected.

WG

igneus 09-19-2003 04:46 PM

could tell you...but then i'd have to KILL YOU!#@!

nah jk...get a disassembler (w32dasm, ollydbg but then you have to load it from a module of ie) and load the toolbar dll

checksum algo is the function with all the raw asm in a row (no api calls)

that should help!! hehe

WiredGuy 09-19-2003 04:54 PM

Mind if I icq you for a few mins?
WG

igneus 09-19-2003 06:46 PM

go ahead (im back now..obviously eheh)

Niki 09-20-2003 09:20 AM

Quote:

Originally posted by igneus
are you looking for a windows or unix one? you can have my single thread windows one for well under $500

screenshot here, and a couple others basically showing the same thing on pr.html


plz icq me

PeekHoles 09-20-2003 09:52 AM

You can check the pr of expired domains on this site. Look at the bottom left hand corner.

http://www.bannedstuff.com/

Gateway69 09-20-2003 03:19 PM

I would like to add any of these scripts to my site if you have a google PR checker let me know hit me up.

http://georedirect.com/expired-domains/

icq:

47437985

fnet 09-29-2003 05:55 PM

Quote:

Originally posted by igneus
could tell you...but then i'd have to KILL YOU!#@!

nah jk...get a disassembler (w32dasm, ollydbg but then you have to load it from a module of ie) and load the toolbar dll

checksum algo is the function with all the raw asm in a row (no api calls)

that should help!! hehe

so what the heck is:

ID = 1033
0: ''
1: '?C?(??5?p?É?î?õ?????'
2: '?ê?¢?è?å?ó???m?[?ù'

detoxed 09-29-2003 06:34 PM

Quote:

Originally posted by Niki



$8.75 .... $1 000 000 .... depends on the site, not on the PR :)

I wasnt asking a dollar value for anything. How good is a PR6.
What does it take to get a 6, what does it take to bump that up to a 7.


All times are GMT -7. The time now is 02:58 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123