PDA

View Full Version : Site Thumbnail Alexa Thumbshots Mod


relinkd
11-06-2005, 05:29 AM
This mod will allow your phpLD directory script to display site thumbnails next to each link.

Instructions
--------------

1. If you use this mod it'd be great if you'd give me a link. Thanks!
Content visible to registered users only.

2. Turn on Display PageRank in phpLD admin area


3. Open /templates/pagerank.tpl and find...
Content visible to registered users only.

4. Replace the above line with...
Content visible to registered users only.Comply with Alexa's usage requirements (http://www.alexa.com/help/terms): Change the [yoursite.com] above to your site! ie; ?id=yourdomainnamehere.com&size=

5. Save pagerank.tpl file


6. Open /main.css and find...
Content visible to registered users only.

7. Change the height (92px seems to work about right)


8. Save main.css


9. Enjoy! You're done!


Others have contributed some great tweaks and variations of this mod in this thread and others where you can find out how to update/create the Alexa thumbnail, show thumbnails for featured links only, create a link for visitors to update thumbnails, show the thumbnail without the pagerank, and more so read on.

PS: If you like this mod and you're using Firefox, you can get the same effect for Google, Yahoo, MSN and other search engines with BetterSearch (http://bettersearch.zottmann.org/) or Google and Yahoo searches with GooglePreview (http://ackroyd.de/googlepreview/).

kickass
11-06-2005, 03:23 PM
VERY nice! Yes, if I ever get done with paying work and get back to working on my own projects, seek locally will benefit by this one . . . just wish we could use it without that pr bar . . .

Bill
11-06-2005, 04:05 PM
Content visible to registered users only.

I bet there is a way to use it without the PR bar.

relinkd
11-06-2005, 11:04 PM
Content visible to registered users only.

I bet there is a way to use it without the PR bar.[/quote]

Just replace steps 2-5 above with this for no PR bar...

Open up a new file paste this
Content visible to registered users only.

Save as pagerank.tpl replacing your old pagerank.tpl

no PR bar for you!

oh and I guess this also links the image with nofollow attrib and click track ID

richm
11-15-2005, 10:20 PM
While going through your site, if you find items that do not have current Alexa thumbnails, you can update them by going by visiting:
htxp://thumbnails.alexa.com/update_thumbnail?url=nameofsite.com

I click on the link, and paste "http://thumbnails.alexa.com/update_thumbnail?url=" before the url and press enter. Alexa will update the thumbnail within 2 days.

Nobody
11-16-2005, 10:59 AM
Maybe you should somehow add a link in the admin approve links section of the phpLD directory script, so that all new sites get a thumbnail.

richm
11-16-2005, 05:10 PM
Since sites change over time, I would also love to see a little php program that goes through the database (starting at a given record number) and opens this window for every record a few seconds apart. Would it be difficult to program such a thing (as a standalone php program).

For now, I am counting on the users to update the thumbnails. Therefore, my pagerank.tpl file, which displays the thumbnails, includes an "Update Thumbnail" button for the directory script users:

Content visible to registered users only.

To make this work, I had to increase the height of my thumbnail area by changing the following in main.css:
Content visible to registered users only.

Peter_Rosado
11-16-2005, 06:13 PM
Hey...weird, I just did that this morning on my directory (the update thumbnail thingy) :?
I also added that to the approve e-mail.

richm
11-16-2005, 07:38 PM
Tell me how you added this to the email notification function. I looked at adding it to the email "function" at the bottom of dir_approve_links.php, or adding it as a button in dir_approve_links.tpl. Neither of these seemed ideal (besides, I didn't know how to add it to the function, echo?).

0r... are you saying that you added this to the text of the email message that you send, telling the submitter to click on the link (not a bad idea).

Hizson
11-17-2005, 02:29 PM
I love this mod. But I am having a slight problem with it.

In FireFox it looks great as you can see at

{no longer using thumbnails and link removed}

But if you go to the same page in IE the site discription drops down and beneath the alexa thumbnail.

Does anyone know what I can do to fix this? Could this be because I am using vkaryl's great mod?

Thanks,

Jere

HighPageRank
11-17-2005, 03:29 PM
link.tpl

Content visible to registered users only.
Replace ALEXA-ID
Example : {link removed - no longer using thumbnails}

richm
11-17-2005, 06:35 PM
Hizson: It looks as if you are IE is clearing your alignment after the title. Could you post your link.tpl file and the styles you are using in your stylesheet?

vkaryl
11-19-2005, 04:06 AM
Hey Jere.... yep, it's no doubt because this mod wasn't available when I set up the description class for this template.

I'll work it over this weekend, and post back when I've got a usable solution.

Thanks for the heads up!

Hizson
11-21-2005, 02:46 AM
Great Varkyl...I really appreciate the help.

Jere

vkaryl
11-21-2005, 06:00 AM
Hi Jere (and anyone else who might need this) -

See attachment: this includes pagerank.tpl and main.css - fixes both IE and FF for use with the Alexa thumbs mod.

This is good with the thumbs but is a tad bit wonky without, so I'm providing it as just these two files instead of including it in the main template distro.

Let me know if you run into any problems (but start a new topic in the Design forum, please!); I tested at 800x600, 1024x768, 1280x1024, and 1600x1200 on both FF 1.5 RC3 and IE 6.

BTW, I took out the border=0 in the img call, inline css is a real no no, you should have a css selector in your stylesheet to cover no borders on images and images used as links/anchors (and since I'm including my main.css, you WILL have same if using my template). For those not using my template, but not sure what to put in the stylesheet, see following (implements no borders on images and images used as links/anchors):

img, img a {
border:0;
}

Other than that, relinkd, this is an OUTSTANDING mod, and thank you very very much for providing it to this community for free.

Hizson
11-21-2005, 04:14 PM
Thanks Varkyl. That straightened everything out for my directory. As always, great work.

Jere

vkaryl
11-27-2005, 11:07 PM
For anyone who's the same sort of "validation control freak" I am, here's an amended call which validates:

Content visible to registered users only.

This adds an automatic alt="", changes the bare ampersands to & and self-closes the img tag....

Follow the rest of the original instructions....

Relinkd, thanks again, and I'm linking as requested....

Ap0s7le
12-05-2005, 08:18 AM
I'm using Alexa on one of my sites, but in the Link Details sections.

What I did though was create it as a seperate mod.

Also, I wrote a function that when Alexa gives their No Image available image, it goes ahead and contacts them so their's no need for human contact.

It wouldn't be hard to add something like that into the Validate section, so the bot would know to check all the links :lol:

later

-Casey

Neticus
12-13-2005, 12:46 AM
Hi, im trying to attempt alexa thumbshots for featured links only. If this takes some timely coding then perhaps a way to supress page rank being attached to featured links?

Mike77
12-18-2005, 01:34 PM
Content visible to registered users only.

Hi Casey,

did you alredy finish this Link Details mod?I like the idea to have alexa image on details page. Is this mod available from where? Free,payable?

Ap0s7le
12-18-2005, 03:59 PM
Hi Mike77,

I have the mod done at home, I just haven't written it up yet.

I was thinking of asking for a couple bucks for it, but figured it wouldn't be required.

I'll post it up when I get home.

-Casey

thompson
12-29-2005, 07:51 PM
Content visible to registered users only.

i cant find it yet ;)

best-p4u
01-17-2006, 05:55 PM
It is a nice mod and easy to install

Thanks a lot!!

fworth
01-29-2006, 05:17 PM
Content visible to registered users only.

Where's the download link to the mod?
Lore :oops:

Neticus
01-29-2006, 06:21 PM
There is no download link :D just follow the instructions in the first post.

http://www.phplinkdirectory.com/forum/viewtopic.php?t=1125

gkarten
02-07-2006, 12:56 AM
hi,

i installed the mod and tried to show a preview of a special google map - see a google maps example: http://maps.google.co.uk/maps?ll=51.434287,-.214212&spn=0.006040,0.006706&t=k&hl=en

the problem is that it do not show the map like in this example wimbledon - it always shows the google maps startpage.

any ideas?

thanx

relinkd
02-08-2006, 05:40 AM
Content visible to registered users only.

Well, that's a nice idea but I'm pretty sure the Alexa thumbnail is just of the root www page of the domain not individual pages or especially not custom generated pages with ? var= & . You might try submitting that URL to the Alexa thumbnail update (read previous in this thread) and hope they create a thumbnail of it but I don't think so. I think if you really wanted to make this work you'd have to create your own thumbnails.

Take care.

multilang
03-15-2006, 07:02 AM
Hello,

I think I screwed up in the early days of isntalling the mod. Could anyone check if my pagerank.tpl is correct? I copy/pasted the whole content below. I think I have deleted what was originally there and the thumbnails don't show up :( I have performed all other changes in the other

<div class="pr">

http ://{$link.URL}"http ://pthumbnails.alexa.com/image_server.cgi?site=[betranslated.com]&size=small&url={$link.URL}




</div>

or if someone could help me by indicating the original content of that file, that would help too as I'd follow the steps indicate by linkrd.

Thanks

anon
03-15-2006, 07:23 AM
Content visible to registered users only.

get rid of them.

or use

Content visible to registered users only.

FB
03-17-2006, 05:12 AM
Is it just me or did alexa change the url for the update thumbnail feature? I click on update thumbnail and get a restricted access page???

vegabond
03-17-2006, 07:34 AM
Content visible to registered users only.

May they are updating site :(

pragent
03-18-2006, 10:45 AM
I solved the problem in such a way:

pagerank.tpl
Content visible to registered users only.

vegabond
03-18-2006, 11:02 AM
Good job :D

pragent
03-18-2006, 11:38 AM
Thank you! :oops:

The Script is very good. :P
I try to make only the best from it! :wink:

gmschmitz
03-26-2006, 06:25 AM
Does anyone else have the problem with the screen shot image not being there sometimes? Whrn I refresh the screen sometimes one or two will go away and then refresh again and they might come back.

Thanks,
Gary
Http://www.us-realestatedirectory.com

anon
03-26-2006, 06:38 AM
if it's that important for you, you can use thumbshots on your directory for $25 a month. Only other alternative i cant think of, other than you doing it all yourself.

edit:

after looking at your directory, it's all out of whack with your thumbnails. you need to fix that. (they are overlapping)

gmschmitz
03-26-2006, 06:56 AM
Must be the browser, looks good to me. What Browser are you using?

anon
03-26-2006, 08:19 AM
i use both IE & FireFox.
i also code for both IE & FireFox. So whatever works in one, will work in the other. a real challenge to get working and validated when you are dealing with lots of complex stuff.

i see you have taken the thumbs down. did you check in multiple browser and see what i was talking about?

gmschmitz
03-26-2006, 04:33 PM
No I just took them down last night untill I could take a look at it. I use IE6 and it looked fine to me. I'll have to check oter browsers. I don''t have fire fox. I'm going to take a look at it today.

Gary

gmschmitz
03-31-2006, 09:49 PM
sorry I didn't respond back sooner, but I did see what you were talking about and did fix the problem. Now it looks good in both browsers.

Do you know how to add thumbshots.org. The reason I'm asking is because I really want the thumbshots to show up every time not when ever like Alexa thumbshots. I know that you can use them if you provide a link on every page that you are using the thumbshots, but I'm not sure how to incorperate it with phpld.

Any suggestions?

Gary

relinkd
04-02-2006, 11:11 PM
Using Thumbshots.org thumbnails instead of Alexa thumbs? The original instructions for the Thumbs mod (http://www.phplinkdirectory.com/forum/viewtopic.php?t=1125) would read

4. For thumbnails provided by Thumbshots.org replace the above line with...
Content visible to registered users only.Comply with Thumbshots.org license (http://www.thumbshots.org/license.pxf) and attribution requirements (http://www.thumbshots.org/attribution.pxf): Must be included on all web pages that use Open Thumbshots content


As far as providing a link on every page that you are using the thumbshots:
Open up footer.tpl and insert this after the link to phplinkdirectory.com Content visible to registered users only.

gmschmitz
04-03-2006, 12:33 AM
Tried it and it doesn't give me a thumbshot. Any suggestions. I'll keep trying it.

Gary

gmschmitz
04-03-2006, 12:45 AM
Never mind it is working, I just realized that it only has thumbshots of sites that are in the dmoz directory. So back to the drawing board. Just wish Alexa would work all the time.

Brandon Sheley
04-09-2006, 09:24 AM
works great, thank you
I added your link here
http://link2share.com/Business/Real_Estate/

jeeplaw
05-09-2006, 06:59 PM
Does anyone know how to get this mod to work in the directory script with the DISPLAY URL mod? I've got a bunch of affiliate entries that I want thumbnails for, but right now, all I have is the shareasale site thumbnail. I know i can do it by using the displayurl parameters, just not sure how.

ewwharhar
05-13-2006, 04:01 AM
It didn't work for me, this mod.
When I put in the code, the thumbnail didn't show, only the code showed. The actual [/img] that code line showed instead of the thumbnail next to each link. HELP?

ewwharhar
05-13-2006, 05:36 AM
Tried that, no luck. It didn't show the code but it showed nothing x_X

KPR
05-19-2006, 11:35 AM
My thumbnails here are overlapping any ideas on how to fix this anyone.

/index.php?p=h

bold
05-23-2006, 08:18 AM
For some reason, it's not showing up in ie for me.

neurosis4u
05-23-2006, 09:53 AM
please, post your url, so that someone can see it

Neticus
05-23-2006, 05:11 PM
Content visible to registered users only.

?

- Version number
- Template (original or other please specify)

Neticus
05-23-2006, 08:47 PM
Have you enabled 'show pagerank' in admin? The alexa method in this post only works if 'show pagerank' is enabled in admin.

Admin>system>edit settings>directory

Or alternatively you can try this alexa call method;

This replaces the original mod instructions in the first post. Just add this code you don't have to place anything in
pagerank.tpl.


In main.tpl try placing this:

Content visible to registered users only.


after

Content visible to registered users only.

See how that goes...

neurosis4u
05-23-2006, 09:01 PM
its curious... in Firefox they are shown... only in Ie there is nothing^^

Neticus
05-23-2006, 09:12 PM
I'm using an IE6 browser. Have just installed alexa mod on peppermint (using method in my last post), it shows fine. Maybe it's browser settings...who knows? :rolleyes:

bold
05-23-2006, 10:10 PM
Any more ideas? :(

Domie
05-27-2006, 05:28 AM
Is it possible to only use this for featured links?

Neticus
05-27-2006, 05:33 AM
Content visible to registered users only.

http://www.phplinkdirectory.com/forum/showthread.php?t=3553

Please read full post to get general idea.

dynn
06-07-2006, 11:19 AM
i'm have problem for this mod...help me pls... my ver 2

{strip}
<div class="pr">
Content visible to registered users only.

{if $pr gt -1}
PR: {$pr}
{else}
N/A
{/if}
<div class="prg">
<div class="prb" style="width: {if $pr gt -1}{math equation="x*4" x=$pr}{else}0{/if}px"></div>
</div>
</div>
{/strip}

Neticus
06-07-2006, 02:53 PM
Forget about the mod instructions at the beggining of this post and start again (this means restore the original pagerank.tpl like you never touched it).

Now try this:


In link.tpl

after

Content visible to registered users only.

add

Content visible to registered users only.

See how that goes. If you have anymore problems please describe the problem in more detail.

Thanks
Net.

Redmatrix
06-13-2006, 12:33 PM
I mean no disrespect to other members on this forum.
A lot of the CODE presented here gets parsed and thus,
it's hard to copy over easily. For the sake of anyone
new reading this thread, here is how I have implimented
this modification on my directory, using version 3.0.5.

STEP 1
I replaced the entire file pagerank.tpl with the following:
------------------------------------------------------------
<div class="pr">
<a href="{$link.URL}" id="{$link.ID}" rel="nofollow">
<img src="http://pthumbnails.alexa.com/image_server.cgi?id=http://www.YourDomain.com/&size=small&url={$link.URL}" alt="" />
<a href="http://thumbnails.alexa.com/update_thumbnail?url={$link.URL}">Update Thumbnail</a>
</a>
</div>
------------------------------------------------------------
Change the part that says "YourDomain" to whatever your domain is. If you need to change the ".com" then do it.

STEP 2
I changed part of my CSS file to give the thumbnail space.
------------------------------------------------------------
div.pr {

...8<....cut out code...>8....

height: 125px;

...8<....cut out code...>8....

}
------------------------------------------------------------
I changed it to 125 pixels, but you could make it smaller if you aren't including the Update Thumbnail hack.

Please remember to ENABLE pagerank through your Admin Control Panel. (ACP).

~Dave

Neticus
06-13-2006, 02:51 PM
Content visible to registered users only.

Every little helps. :)

I still think the other method posted in my post above yours is better. It places the thumbnail code in link.tpl and dosen't depend on Pagerank being on or off. But each to their own.

arindra
06-19-2006, 02:22 AM
thanks for this , i used neticus's method ... its quite simple and neat .

arindra
06-19-2006, 09:33 PM
hey Neticus ,
the thumbnails dont come on IE but comes on FF :eek:

Neticus
06-19-2006, 11:30 PM
If you read from Page 3 (near bottom) (http://www.phplinkdirectory.com/forum/showthread.php?t=1089&page=3) you will see that Bold had the same problem as you, we never resolved it, at least not in public anyway. Maybe you can PM him, he may have found the solution. Thumnbnails show up fine for me in IE6..are you using IE6?....perhaps it's a host settings problem..it really is a mystery. :confused:

arindra
06-19-2006, 11:51 PM
sorry i shud have read one ... i think it must be some IE settings onmly , will play around with it

arindra
06-20-2006, 12:44 PM
hi dommie / anyone else interested ,
if you want to know how to have the featured link only to show the thumbnail let me know . i have done it on my site , which i have also mentioned here (http://www.phplinkdirectory.com/forum/showpost.php?p=24688&postcount=32) .

webon
06-25-2006, 08:53 PM
Hello Reallinkd

does this mod works for v3.05 ? i have tried and it does not show the images but showing the actual source code ... please help ! thanks in advance

KartKorner
06-25-2006, 09:48 PM
It does work with 3.06 but you need to alter the original source code in order for it to work with 3.0.5 Instad of using [img] use <img>

netizen
07-04-2006, 05:07 PM
Could anyone please post the Alexa mod here for version 2.xx ?
It is very bad that no one offer here a good morking mode for Alexa Thumbshot.

Optimit
07-04-2006, 05:25 PM
Content visible to registered users only.

What do you mean nobody offers it? It is plastered all over the forums. Try searching for alexa mod?

here is just one. Oh by the way. It is in the mods section.

http://www.phplinkdirectory.com/forum/showthread.php?t=1089

netizen
07-04-2006, 05:37 PM
Content visible to registered users only.

It is every where in the forum but none is working for me. I have planned a thumbnail creating script/application to get thumbnails of each of the link submitted at my site and I will add it manually. This alone make things best than alexa thumbnails. The alexa thumbnails also not displaying every time. It displayed randomly.

Optimit
07-04-2006, 06:25 PM
Yes, Alexa has been having issues lately.

The link I gave you works like a charm. DOuble check to make sure you have it like it is stated in the instructions.

anon
07-04-2006, 07:23 PM
bahaha Jamey :)

Just saying hello from (west palm beach.... stopped for a few)
I also agree with you. Alexa mod it *EVERYWHERE* on these forums!

arindra
07-04-2006, 08:31 PM
alexa thumbnails is working fine today i saw

mrbadgolf
07-06-2006, 12:21 AM
The Wonderful city of West Palm. I moved from there and moved to New Orleans 6 weeks before Katrina. Dumb me closed down my sports bar and and moved to New Orleans. If I only knew now.LOL

Brandon Sheley
07-06-2006, 12:44 AM
Content visible to registered users only.

they have been having issues for me for 2 weeks now..
I've tried to update 2 of my sites thumbnail and they haven't changed.
u can see here (http://link2share.com) in the featured links

KartKorner
07-06-2006, 12:03 PM
I can't even run a simple search within alexa. Have been receiving an error. Am hoping to find out why size=small is back working but size=large is still not working :(

weaddyou.com
07-10-2006, 10:34 PM
just installed this after a little trouble but its working now thank you guys!

weaddyou.com
07-11-2006, 01:13 AM
this is working great on my site but i wanted to know how i can space the images out more. theyre to close to each other. example here

/index.php?c=12

arindra
07-11-2006, 01:53 AM
As of right now .... even alexa toolbar is not working on my IE ...

weaddyou.com
07-11-2006, 02:44 AM
maybe in a tpl i can add a br or something just dont know where. ive been looking for it. can anyone help or am i just out of luck?

KartKorner
07-11-2006, 03:56 AM
Just add some style=margin:xpx within the Alexa img tag. (found within the tpl file)

MelH
07-22-2006, 12:01 AM
I can't believe how valuable this mod is - to me, the directory owner.

I thought it would just be eye-candy for the users, but I'm using it to quickly scan site's thumbnails to ensure they're still a valid website.

I hang out in my directory a lot, just browsing cats and listings, and I can usually tell right away if a site needs a closer look... just deleted about 4 sites that have changed owners or not been renewed etc...

Now if Alexa would just turn the Update Thumbnail script back on.... :rolleyes:



MelH

dynn
08-01-2006, 10:44 AM
i still not successfull in using this mod in my new directory.
pls help

phpld ver. 3.05
template Stone Flash.

www.seodirectorys.com

MelH
08-01-2006, 03:32 PM
Content visible to registered users only.paste the code from your pagerank.tpl

MelH
08-01-2006, 10:58 PM
Anyone else get this email?

Hello,

I wanted to let you know that Alexa's partner Thumbnail ("pthumbnail") service you have been using on your website is being retired. We have replaced it with the Alexa Site Thumbnail service, which was recently released through Amazon Web Services http://aws.amazon.com/ast.

Please let me know if you have any questions.

Thanks,

Kelly Dragoo
Alexa Internet


Pricing
* Pay only for what you use. There is no minimum fee, and no start-up cost.
* $0.0002 / thumbnail returned (i.e. $0.20 per 1,000 thumbnails)
* No charge if the thumbnail does not exist






Nothing stays free forever...


~peace~

gustotelmy
08-01-2006, 11:10 PM
ok... is this worth doing ourselves now or getting from Alexa?

MelH
08-01-2006, 11:15 PM
you gonna do it yourself????

crazy...


Me? I'm gonna pay Alexa .0002 per...

:)




~peace~

MelH
08-02-2006, 01:46 AM
bummer - requires php 5.0

guess I'm springing for that dedicated box a little earlier than I expected....

arindra
08-06-2006, 09:27 AM
anyopne updated this code or any code for AST ?

anon
08-06-2006, 09:38 AM
Content visible to registered users only.
Yes, I have in place the code to upgrade www.delightfulblogs.com once this service is no longer available.

You need to register in order to use this.

You must provide an access key id as well as a secret access key in order to use the services.

There are *requirements* as well:

* Notes: Requires PHP 5. Your PHP installation must include the libcurl module for these methods to work.

You can call them 1 at a time or in an array. The one thing that sucks about it, is they only offer 2 sizes currenly. Large & Small (202x147 and 101x74 respectively)

Rob

angeljs
08-18-2006, 03:39 PM
Is it my imagination, or has Alexa changed their image directory? All of my site images have stopped showing up now! :(

Steven Myers
08-18-2006, 03:40 PM
I've noticed this since last night, I'll check up on it.

EDIT: pthumbnails.alexa.com is down, might be doing server updates. I've done some research on other sites using pthumbnails.alexa.com such as golexa.com (odd search engine btw) and their site thumbnails are down as well, so it's not just us directory owners :)

angeljs
08-18-2006, 04:24 PM
Phew...thought it was just me! :) I was wondering if it may have something to do with this:
http://www.amazon.com/gp/browse.html?node=236156011

Steven Myers
08-18-2006, 04:38 PM
I've paid for the service but having a T_OBJECT_OPERATOR error on line 32, I've notified them about this, but seems I'm not the only one either with this problem.

So far, everything is good, just need this issue fixed, but I'll let you all know how it turns out.

taz
08-18-2006, 04:45 PM
Content visible to registered users only.

You need to upgrade your php and mysql to 5.x before you can use the alexa php script.

angeljs
08-18-2006, 04:47 PM
Yes, I'm quite willing to pay for their service, but as to what code goes where, I haven't a clue! I've been struggling with this all day for my new directory. They have a developers forum, but I'm not a developer...I'm still struggling with HTML! :(

PortProphecy
08-18-2006, 05:28 PM
Try Rob's (an0n) Alexa alternative. Thanks, Rob! :)


Content visible to registered users only.

Steven Myers
08-18-2006, 05:32 PM
Pure genious!!

Thank you VERY VERY much Port!!!


Goes to cancel alexa service muahaha :)

angeljs
08-18-2006, 09:22 PM
Oooh, nice! Thanks a bundle! xxxxxx

Jama62
08-18-2006, 11:19 PM
Thanks for the code.

tmeyer45458
08-19-2006, 03:01 AM
Anyone know if it's possible to update the MSN thumbnails manually...like Alexa. Gotta say, MSN thumbs load 10 times faster than Alexa. Also, is there an option for a larger pic. I tried googling these questions but didn't come up with much.

Steven Myers
08-19-2006, 03:15 AM
I was just looking at the Alexa update PR auto and would like to see this for MSN as well...nice request.

proprod
08-19-2006, 06:49 AM
Content visible to registered users only.

Thanks a million!

briansol
08-25-2006, 08:51 AM
sweet :) Thanks!

fmatch
08-25-2006, 09:26 AM
http://www.thumbshots.org

http://www.boutell.com/webthumb/ if you run a linux server

shzor
08-25-2006, 12:30 PM
plz check my site www.kingdomofurl.com, tell me what is problem with Alexa Thumbnail, these are not displaying :(

anon
08-25-2006, 12:55 PM
Content visible to registered users only.
read post #108 on this very same page, in this very same thread. :)

proprod
08-25-2006, 03:33 PM
Content visible to registered users only.

As originally provided by anon, I think ;) :


Content visible to registered users only.

Steven Myers
09-06-2006, 11:37 PM
Is there an update line for MSN as like alexa to update the thumbnail?

weaddyou.com
09-25-2006, 10:01 PM
ok i got it to work but now why does it show up all together?

example http://www.weaddyou.com/health/

i would like to space them so the PR shows and its not cluttered. thanks ahead of time.

anon
09-25-2006, 10:33 PM
Content visible to registered users only.
out of curiosity, do you nofollow every single link in your directory and expect people to pay for a listing?

TravisTX
10-01-2006, 09:29 AM
Content visible to registered users only.

Content visible to registered users only.

The height of the image is 74px, but you have it inside of a div with a height of 30px as per your css file. You need to increase the height of div.pr in your css file.

Hope this helps.

pluto459
11-25-2006, 07:58 AM
After spending over an hour trying out the mods starting with post 1, I finally get to the MSN mod and it works great.

Change the pagerank file and i even made the thumbnail bigger by adjusting the size and works great.

GUYS, keep up the good work.

SteveAR
01-26-2007, 09:19 PM
is this still good for 3.10 ?

yes it does and this is the code i used for the pagerank.tpl

Content visible to registered users only.

deebee
02-04-2007, 05:21 PM
Noob question - is it possible to make the thumbnail clickable?

bochgoch
03-20-2007, 09:20 PM
Excellent - #126 above works great on on v3.1 directory.

offordscott
04-26-2007, 10:35 PM
has alexa always charged for this service?

Also,
I tried copy/pasting and editing the code provided and can't get this to work on my site. I have the lastest v3.x

Scott

offordscott
04-26-2007, 10:39 PM
ok...

I copy/pasted the MSN code instead, and it worked first time!

Scott

Content visible to registered users only.

dargre
04-27-2007, 03:36 AM
Content visible to registered users only.
It's unclickable :D dangerous.
The only way to make it clickable is to put a link to my directory :D

offordscott
04-27-2007, 04:09 AM
I have v3.0

here's what i did, I changed it a lot, and you also need to play with the CSS a little too:

Content visible to registered users only.

in the css doc:

Content visible to registered users only.

thegamer
08-08-2007, 06:45 PM
{broken link removed}
or any directory, the text is over linking the thumbnail, when I try to change the main.css div.pr it changes itself back, I would assume

div.pr {
font-size: 6pt;
color: #fff;
float: left;
height: 70px;
margin-right: 5px; <---- Should be more like 10-20?? but when you change it and save it it reverts back to 5 so I'm missing a change someplace else I guess?

P.S. It's working perfectly in Opera and FireFox, just messed up in IE 7 ???

thegamer
08-08-2007, 07:42 PM
I had to add the correct width and hieght to the div.pr wich wasn't the exact width and hiedth of the thumbnail, had to play with it to get it to fit perfectly in all three browsers and still display everything correctly

shadav
08-08-2007, 08:49 PM
Content visible to registered users only.

glad you got it fixed :D and right there that was what your problem was :mad: IE sucks!!!!!

thegamer
08-08-2007, 09:24 PM
I remember back when it was just IE and Netscape, don't know how IE ever ended up winning the race...... :rolleyes:

deanhennings
09-03-2007, 06:32 AM
:D
just worked!!!!

Content visible to registered users only.

bruleo
09-03-2007, 02:03 PM
Content visible to registered users only.

Reminds me of VHS vs Betamax (or even V2000, which was far superior!).

CALTRADE
09-14-2007, 10:05 AM
Could someone point me in the right direction to a mod that allows you to put a large Alexa thumbnail on the details page. I thought I saw it here, but now I can't find it.

Thanks

Rob

offordscott
01-06-2008, 06:02 PM
I just found this. http://www.snap.com/

For some reason MSN thumbnails stopped working on my site. But SNAP was a simple FAST replacement.

10+ out of 10 rating for this.

Scott

CALTRADE
01-06-2008, 06:40 PM
Thanks Scott, the MSN technique most of us used stopped working for everyone. Most of us switched to www.thumbshot.org, but there is a long thread here where other approaches are discussed.

best

Rob

d3scr1pt0r
02-16-2008, 09:45 PM
Content visible to registered users only.

it is cool and autoupdates :)

d3scr1pt0r
02-16-2008, 09:51 PM
Content visible to registered users only.

that's better keeps the pagerank too at a good level :) just replace a "/" next to http cause this is my first posts and the system would not allow me to post the full http code :)

Pdfx
03-07-2008, 01:16 PM
Hello
Thanks for this, is it possible for only the featured links to have thumbnails?
Thus making people more interested in paying the small fee..

P

GeO3x
03-07-2008, 08:12 PM
Hi, I wanna know step by step what should I do to install this mod for phpLD v 3.3 .. if I read all the posts in this thread it confuses me.

shadav
03-07-2008, 09:09 PM
Pdfx there's 2 things you can do
http://www.phplinkdirectory.com/forum/showthread.php?t=13938&highlight=featured+thumbnail
Content visible to registered users only.
or
Content visible to registered users only.

GeO3x simply open your link.tpl and wherever you want for it to display place whatever thumbnail code you choose to use

if you like send me your ftp info along with what thumbnail source you want to use along with the name of the template you are using and i'll set it up for you.

neobus
03-30-2008, 08:18 AM
Content visible to registered users only.
Hi Rob,

Where is that long thread? I would like to suggest my free service. http://www.shrinktheweb.com :)

neobus
03-30-2008, 08:42 AM
Nevermind... I found it ;)

ClearBlueDaze
04-07-2008, 05:09 PM
Ok somebody just color me STUPID. Aren't these to lines of code identical? Help!
3. Open /templates/pagerank.tpl and find...
Code:
{if $pr gt -1}
4. Replace the above line with...
Code:
{if $pr gt -1}

neobus
04-08-2008, 11:08 AM
Yeah, it looks like the code he posted got truncated somehow. Either that or something's missing because I'm right there with ya on that. I used a different thread to integrate Alexa thumbnails back before I launched my own website thumbnail service.

In fact, I believe it was a mod I found on a 3rd-party site. But, I remember it wasn't too bad to integrate.

Best of luck to you!

Brandon

teotrad
04-08-2008, 06:46 PM
Hi,

I am totally confused with the whole installation. Can someone shed me some light please? or at least lay down a step-by-step on this installation. This thread is too long and confusing now......:confused:

neobus
04-08-2008, 07:38 PM
Maybe this will help:

Open up your link.tpl file for the phpLD theme you are using.

Near the top of the template, right after the table and first row are opened (<table><tr>) add the following:
Content visible to registered users only.

Please keep in mind that you need a free account with Shrink The Web (http://www.shrinktheweb.com) to use the code as-is above. Then, you will need to replace [SECRET] and [ACCESSKEY] with the values assigned to your STW account.


That might work in one case for you, but if you want only featured images to get a thumbnail, that will require the use of {if} statements.


Let me know if this helps at all...

Best regards,

Brandon

teotrad
04-11-2008, 01:49 AM
Hi neobus,

thanks for your advice, it work brilliant. However yesterday morning, I have a problem with two of my listings. What happen is, I added both listing under different categories, both thumbnail displayed with not problem, BUT with opposite order (switched order)
Is it common? I don't have the problem with other listing, only these two.

Also, I got another query, as some of my listings are affiliate links, therefore the displayed image is not the right one. I wonder, is there anyway to make it right?

James
04-11-2008, 01:54 AM
if you use the affiliate mod make sure you use the right variable for the image ;)

I personally wouldn't go with a newcomer to the thumbnail market... they have a way of disappearing OR offering free service for x time then wanting to charge

however I see something on the horizon ;)

neobus
04-11-2008, 02:06 AM
Content visible to registered users only.
Glad it helped!

Content visible to registered users only.Hmm... It's not common but I have seen this in rare cases when the queue has been backed up. I thought it was fixed but may still have an issue there. Please PM me the links so that I can investigate and see.

Content visible to registered users only.I also use affiliate links in one of my directories and it works ok because the "root domain" is valid for the program. However, in the case that the "root domain" is a blank page or not configured, it won't work. In that case, you would have to capture specific pages (i.e. the FULL URL) but no service currently offers that (that I know of). My service will soon support that but only as a PRO feature.

Please send me a link example of this also, so that I can see if we can get it working without having to use a full URL feature.

Content visible to registered users only.Very true but I think our features, speed, and reliability are too valuable to ignore. Besides, I've been consulting and building companies online since 1998... not likely that I'll be going away anytime soon. ;)

ShrinkTheWeb is also designed to always be free for more services than others charge for. The model is not a simple bait-and-switch like Alexa and others. There are no limits and I never plan to have any. The only upgrade option is for features that only 1% of webmasters will need and aren't supported by other services (plus it'll still be ultra-inexpensive). ;)

Best regards,

Brandon

James
04-11-2008, 02:21 AM
I still advocate not using a new thumbnail provider.

As I said I see something on the horizon that will make this discussion point moot :)

neobus
04-11-2008, 02:33 AM
Content visible to registered users only.
Ok.

Content visible to registered users only.Integrating a lesser quality service -even as an included feature to phpLD- wouldn't keep people from switching to a more reliable and feature-rich service after it's set up.

Of course, ultimately, the people will decide. :)

James
04-11-2008, 02:46 AM
Where did I say intregrate any service?

People will decide that is true.

teotrad
04-11-2008, 06:24 PM
Hi neobus,

Thanks again for your advice. As for the first query, I already solved. I simply login into my account in ShrinkTheWeb and then refresh, it work brilliant. No problem.

As for my second query, affiliate link is still an issue. You can find the affiliate link in the following pages in my site:

http://www.moneysearch4u.co.uk/Investment/Share_Dealing/

http://www.moneysearch4u.co.uk/Insurance/Home_Insurance/

Thanks for your help. :)

neobus
04-11-2008, 07:27 PM
Content visible to registered users only.
You're welcome. Glad that helped. I checked into it and it appears that this could still be an issue (though very rarely) and won't be fixed for at least a month or so. However, this should be a very rare occurrence.

Content visible to registered users only.As I feared, this is because the full URL (with all the variables) is required to redirect to the proper website. As far as I know, no online-based service will give you the right screenshot in this case.

We will be offering it for PRO users and that will fix it for you.

We will be charging for PRO membership (less than 1% will require it), but the GOOD NEWS is that your account will be grandfathered in as an early adopter. So, you will automatically be upgraded to a paying account (without paying) when the times comes. ;)

Sorry that it cannot be fixed immediately, but I will PM you when that feature is ready.

Best regards,

Brandon

teotrad
04-12-2008, 01:58 PM
Thanks neobus,

Look forward for the new upgrade. Thanks again....:)

hizzle
04-12-2008, 07:02 PM
James - I am wanting to add thumbnails to my site what do YOU recommend doing.

shadav
04-12-2008, 09:58 PM
Content visible to registered users only.

as James suggested :)
Content visible to registered users only.
Hide Affiliate links (http://www.phplinkdirectory.com/forum/showthread.php?t=21819&highlight=affiliate)

neobus
04-24-2008, 10:07 AM
Content visible to registered users only.
Hi teotrad,

I thought I'd mention that I've launched the specific page in BETA now. You can see that it does generate the correct page for your affiliate program now:

Content visible to registered users only.The only difference is that I added:
Content visible to registered users only. to the query string and that tells my system that it needs to use the exact page. Since my code is the only one that supports dynamic URLS for specific page captures, I don't think you'll get the right page with any other service. ;)

At any rate, you can combine features with this one and get a variety of results. More on that in our forum (http://www.shrinktheweb.com/stwtalk/viewtopic.php?t=38).

Cheers,

Brandon

Michelle Waters
04-27-2008, 03:56 AM
Neobus,

I'd like to add your screenshots to my detail page. Can you show me how to do that?

Thank you!

Michelle

neobus
04-27-2008, 04:51 AM
Content visible to registered users only.
Sure, I assume you want something like I'm using here:
http://www.neobus.com/detail/link-41.html



If so, then open up your details.tpl file for the phpLD theme you are using.

Near the top of the template, right after the table and first row are opened (<table><tr>) add the following:
Content visible to registered users only.Please keep in mind that you need a free account with Shrink The Web (http://www.shrinktheweb.com) to use the code as-is above. Then, you will need to replace [SECRET] and [ACCESSKEY] with the values assigned to your STW account.


This is the exact code I use to show my screenshots on that page, so if you want it formatted differently, you would just play around with the tables. The img src code will be the same once you replace the proper parts with your unique credentials. ;)

Please let me know if that helps!

Cheers,

Brandon

p.s. That is my code used in my phpLD 3.3 template, but if you have a different version it's probably still the same. If you find that the URL isn't being shown correctly, you may have to play around a bit with the {$URL|escape|trim} variable and I'm sure a helpful phpLD moderator would be happy to assist you with that part.

YongS
09-19-2008, 10:10 AM
WOW, Thanks for share!