<? DEW-CODE.COM  





Lost Password?
No account yet? Register

Downloads

Assorted scripts  (1)
DewNewPHPLinks  (9)

Dew-Code Newsfeed

Resources



Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
why do the site url's not show (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: why do the site url's not show
#1090
aelara (User)
Junior Boarder
Posts: 27
graphgraph
User Offline Click here to see the profile of this user
Re:why do the site url's not show 3 Years, 9 Months ago Karma: 0  
er... how do you send private messages in this forum?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1091
Dewed (Admin)
Admin
Posts: 610
graph
User Offline Click here to see the profile of this user
Dew-Code.com
Re:why do the site url's not show 3 Years, 9 Months ago Karma: 10  
Not offended.. just not a javascript coder.
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
#1092
Dewed (Admin)
Admin
Posts: 610
graph
User Offline Click here to see the profile of this user
Dew-Code.com
Re:why do the site url's not show 3 Years, 9 Months ago Karma: 10  
Click compose link near lower left menu and enter the user name you want to send to

I'll write you so you can just respond
 
Report to moderator   Logged Logged  
 
Last Edit: 2009/08/31 14:05 By Dewed.
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
#1093
Dewed (Admin)
Admin
Posts: 610
graph
User Offline Click here to see the profile of this user
Dew-Code.com
Re:why do the site url's not show 3 Years, 9 Months ago Karma: 10  
You should see you have 1 message in the your inbox, under the Dew-Code Mailbox heading to the left
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
#1094
Dewed (Admin)
Admin
Posts: 610
graph
User Offline Click here to see the profile of this user
Dew-Code.com
Re:why do the site url's not show 3 Years, 9 Months ago Karma: 10  
PS.. just to clarify
QUOTE:
redirect is bad


Done incorrectly they can be, but a 301 redirect, like the script currently uses is seen for what it is, the requested page is not here, and has been moved there "permanently"
Googlebot *DOES* count it as an inbound link... but since not everyone will ever agree with that, the javascript method is a decent alternative.
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
#1117
Dewed (Admin)
Admin
Posts: 610
graph
User Offline Click here to see the profile of this user
Dew-Code.com
Re:why do the site url's not show 3 Years, 9 Months ago Karma: 10  
Plain URLs, for the site preview pics at least

In /include/functions.php locat near line #1231

Locate . . . .
Code:

if ($thumbshot == "1"){$htmlsrc .="height=\"90\"> <td valign=\"top\" width=\"120\" class=\"" . $cell_color . "\" background=./images/na.gif> <a target=\"blank\" href=./out.php?ID=" . $sites_array[site_id] . ">"; $htmlsrc .="<img border=\"0\" align=\"top\" src=http://open.thumbshots.org/image.pxf?url=".
and replace with . . . .
Code:

if ($thumbshot == "1"){$htmlsrc .="height=\"90\"> <td valign=\"top\" width=\"120\" class=\"" . $cell_color . "\" background=./images/na.gif> <a target=\"blank\" href=\"" . $sites_array['site_url'] . "\" onclick=\"location.href='./out.php?ID=" . $sites_array['site_id'] ."';return false;\">"; $htmlsrc .="<img border=\"0\" align=\"top\" src=http://open.thumbshots.org/image.pxf?url=".
It's 1am here now, and big day tomorrow, so I'll try to address the remaining links tomorrow evening
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop
Freelance Jobs
Newsflash
Interested in
advertising?

This space for rent!

Sign up for PayPal and start accepting credit card payments instantly.
Copyright Dew-Code 2013