Jump to content


Corporate Sponsors


Latest News: (loading..)

* * * * * 1 votes

Contribution: Reciprocal Links


97 replies to this topic

#81 minniwelt

  • Community Member
  • 3 posts
  • Real Name:bia

Posted 01 October 2009, 20:52

I have testet

Quote

RewriteRule ^(.*)-l-([0-9]+).html$ links.php?category=$2&%{QUERY_STRING}

but it does not work. I don´t need the seo for the Reciprocal Links, it was only a test.

On this side it works:
http://www.minniwelt.de/freundeupartner.php

But if i try to filter "Kategorie" i get an "page not found".

Greetings to UK! ;)

#82 minniwelt

  • Community Member
  • 3 posts
  • Real Name:bia

Posted 01 October 2009, 20:54

Oh no! I´m stupid! Sorry....!!!

http://www.minniwelt.de/freundeupartner.php?category=2

:D

Okay, checked! Thanks a lot and very nice greetings!

#83 dedeman

  • Community Member
  • 9 posts
  • Real Name:Popa Iulian

Posted 02 October 2009, 14:29

I've succesfully instaled RecLinks contri. I also have installed SiteMonitor and also SecurityPro_1.0.2. When I'm trying to access Reciprocal Links from admin I get the following error:

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@bengelskinderkleding.eu and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 Server at www.bengelskinderkleding.eu Port 80

What is to do?

#84 spooks

  • Community Member
  • 7,017 posts
  • Real Name:Sam
  • Gender:Male
  • Location:UK

Posted 02 October 2009, 15:28

Look in your htaccess files, likely the issue is there.
Sam

Remember, What you think I ment may not be what I thought I ment when I said it.

Contributions:


Auto Backup your Database, Easy way

Multi Images with Fancy Pop-ups, Easy way

Products in columns with multi buy etc etc

Disable any Category or Product, Easy way

Secure & Improve your account pages et al.

#85 francois21

  • Community Member
  • 68 posts
  • Real Name:francois
  • Gender:Male
  • Location:France

Posted 13 November 2009, 15:12

Hello
all is good in my instal
In addmin I have thumbshots images
but not in front,
Have you an idea
Thank's
Francois

#86 spooks

  • Community Member
  • 7,017 posts
  • Real Name:Sam
  • Gender:Male
  • Location:UK

Posted 13 November 2009, 16:52

View Postfrancois21, on 13 November 2009, 15:12, said:

Hello
all is good in my instal
In addmin I have thumbshots images
but not in front,
Have you an idea
Thank's
Francois


Check your install again, and that you have emabled the links in admin. [img]http://forums.oscommerce.com/public/style_emoticons/default/smile.gif[/img]
Sam

Remember, What you think I ment may not be what I thought I ment when I said it.

Contributions:


Auto Backup your Database, Easy way

Multi Images with Fancy Pop-ups, Easy way

Products in columns with multi buy etc etc

Disable any Category or Product, Easy way

Secure & Improve your account pages et al.

#87 francois21

  • Community Member
  • 68 posts
  • Real Name:francois
  • Gender:Male
  • Location:France

Posted 13 November 2009, 17:33

thank's for your fast response.
links.php is the file in your contribution.
I am not modified it.
The links appears in the front but not thumbshots images
if I replace
<td width="130" align="center"><?php echo  '<a ' . ($links_tree['link_found'] ? '' : 'rel="nofollow" ') . 'href="'.$links_tree['link_url'] . '" target="' . $target . '" >';
			 if (!$links_tree['links_image']) { 
			         $pics_array[$i] = 'http://open.thumbshots.org/image.pxf?url=' . $links_tree['link_url']; 
							echo tep_image(DIR_WS_IMAGES . 'loading.jpg',$links_tree['link_title'],120,90,'name="pic' . $i . '"');$i++;
							} else { 
							echo tep_image(DIR_WS_IMAGES . 'links/' . $links_tree['links_image'],$links_tree['link_title'],'120','90');
							}'</a>'; ?>
</td>

by

<td width="130"><?php echo  '<a ' . ($links_tree['link_found'] ? '' : 'rel="nofollow" ') . 'href='.$links_tree['link_url'];?>"><img src="http://open.thumbshots.org/image.pxf?url=<?php echo $links_tree['link_url'];?>" border="0" alt="<?php echo $links_tree['link_title'] ?>" vspace="3"></a></td>

all is ok but not in according with your developement for images

#88 spooks

  • Community Member
  • 7,017 posts
  • Real Name:Sam
  • Gender:Male
  • Location:UK

Posted 13 November 2009, 18:29

View Postfrancois21, on 13 November 2009, 17:33, said:



Its hard to tell what u are saying, the code changes u made remove the check & display of your own link images, so I assume u added some, but don't want them, just delete in admin. [img]http://forums.oscommerce.com/public/style_emoticons/default/smile.gif[/img]
Sam

Remember, What you think I ment may not be what I thought I ment when I said it.

Contributions:


Auto Backup your Database, Easy way

Multi Images with Fancy Pop-ups, Easy way

Products in columns with multi buy etc etc

Disable any Category or Product, Easy way

Secure & Improve your account pages et al.

#89 francois21

  • Community Member
  • 68 posts
  • Real Name:francois
  • Gender:Male
  • Location:France

Posted 13 November 2009, 19:50

this my admin

[img]http://nsa11.casimages.com/img/2009/11/13/091113084816797973.gif[/img]

this my front

[img]http://nsa11.casimages.com/img/2009/11/13/091113085158289778.gif[/img]

with your code
I dont change any thing

thumbshots are ok in admin but not in front
Why?

my osco is rc1

Edited by francois21, 13 November 2009, 19:51.


#90 francois21

  • Community Member
  • 68 posts
  • Real Name:francois
  • Gender:Male
  • Location:France

Posted 13 November 2009, 20:30

I replace in links.php

<td width="130" align="center"><?php echo '<a ' . ($links_tree['link_found'] ? '' : 'rel="nofollow" ') . 'href="'.$links_tree['link_url'] . '" target="' . $target . '" >';
if (!$links_tree['links_image']) {
$pics_array[$i] = 'http://open.thumbshots.org/image.pxf?url=' . $links_tree['link_url'];
echo tep_image(DIR_WS_IMAGES . 'loading.jpg',$links_tree['link_title'],120,90,'name="pic' . $i . '"');$i++;
} else {
echo tep_image(DIR_WS_IMAGES . 'links/' . $links_tree['links_image'],$links_tree['link_title'],'120','90');
} ?>
</a></td>



with

<td width="130" align="center"><?php echo '<a ' . ($links_tree['link_found'] ? '' : 'rel="nofollow" ') . 'href="'.$links_tree['link_url'] . '" target="' . $target . '" >';
if (!$links_tree['links_image']) { ?>
<img src="http://open.thumbshots.org/image.pxf?url=<?php echo $links_tree['link_url'];?>" border="0" alt="<?php echo $links_tree['link_title'] ?>" vspace="3">
<?php /* $pics_array[$i] = 'http://open.thumbshots.org/image.pxf?url=' . $links_tree['link_url'];
echo tep_image(DIR_WS_IMAGES . 'loading.jpg',$links_tree['link_title'],120,90,'name="pic' . $i . '"');$i++; */?>
<?php } else {
echo tep_image(DIR_WS_IMAGES . 'links/' . $links_tree['links_image'],$links_tree['link_title'],'120','90');
}'</a>'; ?>
</td>

Now all is OK

If you have an other solution!!

#91 spooks

  • Community Member
  • 7,017 posts
  • Real Name:Sam
  • Gender:Male
  • Location:UK

Posted 13 November 2009, 22:18

View Postfrancois21, on 13 November 2009, 20:30, said:



Sorry, I`ve just twigged whats going on here, it sometimes hard to work out what some are saying & with no link.... [img]http://forums.oscommerce.com/public/style_emoticons/default/sweatingbullets.gif[/img]

1st You have failed to upload loading.jpg to your images folder

2nd It would appear the javascript is not running, that may be due to the above, or other javascipts failing on your site, or just a peculiality of your browser. [img]http://forums.oscommerce.com/public/style_emoticons/default/wink.gif[/img]
Sam

Remember, What you think I ment may not be what I thought I ment when I said it.

Contributions:


Auto Backup your Database, Easy way

Multi Images with Fancy Pop-ups, Easy way

Products in columns with multi buy etc etc

Disable any Category or Product, Easy way

Secure & Improve your account pages et al.

#92 francois21

  • Community Member
  • 68 posts
  • Real Name:francois
  • Gender:Male
  • Location:France

Posted 16 November 2009, 10:46

Hello
In front of the shop on the page link_submit
I have the field URL with reciprocal link:
if I put for exemple
http://www.mysite.com/infos.php?lang=1&info=9
and submit

in admin
in the field Reciprocal Link:
I have
http://www.mysite.com/infos.phplang=1info=9

The character ? and & are not (disappear)

If in admin I correct
http://www.mysite.com/infos.phplang=1info=9
by
http://www.mysite.com/infos.php?lang=1&info=9

and update the characteres are OK

Thanks and excuse my bad english

#93 spooks

  • Community Member
  • 7,017 posts
  • Real Name:Sam
  • Gender:Male
  • Location:UK

Posted 16 November 2009, 15:57

This inputs on the shop side are cleaned to remove any dangerous characters, to stop any hacking attempts http://forums.oscommerce.com/topic/313323-how-to-secure-your-site/

Are you sure people will need to include query strings in the url?

To allow additional chars, add them to the line:

$_POST[$key] = preg_replace("/[^ \/\na-zA-Z0-9@:{}_.-]/i", "", urldecode($_POST[$key]));


Sam

Remember, What you think I ment may not be what I thought I ment when I said it.

Contributions:


Auto Backup your Database, Easy way

Multi Images with Fancy Pop-ups, Easy way

Products in columns with multi buy etc etc

Disable any Category or Product, Easy way

Secure & Improve your account pages et al.

#94 takchin

  • Community Member
  • 3 posts
  • Real Name:Takchin Hobbyshop

Posted 09 June 2010, 12:39

Hello to all,
I have problem for registering utf-8 codes, like persian characters.
for instance when someone wants to enter his sitena, or his name in persian character, an error will occured in next step and nothing will register in system. this problem is not consist in admin side of this program.
Please solve this problem.
regards.

#95 DivingmaniaPalafrugell

  • Community Member
  • 2 posts

Posted 09 May 2011, 13:45

Hello (first sorry for my english, i now is horrible)

Thanks for the contribution is fantastic, all work right, well, one think don,t work for me.

I can add a reciprocal link right, and have a nice look in front page, is ok. Buy my reciprocal link, dont have image, is like this:

<a href="http://www.divingmania.es/tienda">Divingmania.es - Tienda de buceo</a>-Realiza tu compras de buceo en un entorno seguro y profesional. No solo el precio te sorprendera.

is just text. How i can have also image in the link? (i know i can put the image in the code but i think this contribution must be ready for get image and i do something wrong)

Another think is, how i can put a break line in my link, like...

<a href="http://www.divingmania.es/tienda">Divingmania.es - Tienda de buceo</a> <br> -Realiza tu compras de buceo en un entorno seguro y profesional. No solo el precio te sorprendera.

(But not in the language file)


Thanks.

#96 sahilsaid

  • Community Member
  • 101 posts
  • Real Name:sahil
  • Gender:Male

Posted 30 May 2011, 22:27

We have installed this contribution. It makes the job very easy but thumb images are not being displayed on the catalogue side (says "image loading"). visit the URL below to check. The thumbs are displayed fine on admin side. Please let me know the solution asap.
http://www.thecheaplaptops.co.uk/links.php

Edited by sahilsaid, 30 May 2011, 22:28.


#97 Freeman

  • Community Member
  • 81 posts
  • Real Name:fab
  • Gender:Male
  • Location:Italy

Posted 17 November 2011, 21:49

Hi! i noticed that these definitions are missing into includes/languages/yourlanguage/links.php

--------------------------------------------------------
define('MSSUG','Suggest a new Category');
define('MSCAT','Category');
define('MSCHOSE','Select a Category');
-------------------------------------------------------
I have the same problem with Image loading appearing only in admin side, working on it :)
Advice on forum are Free, Email or Pm to fix your site is work...which I charge for :)
-------------------

#98 Freeman

  • Community Member
  • 81 posts
  • Real Name:fab
  • Gender:Male
  • Location:Italy

Posted 17 November 2011, 23:43

I fixed the "image" not being updated following Francois advice on top.I think that should be implemented as standalone into the contribution pack!
Advice on forum are Free, Email or Pm to fix your site is work...which I charge for :)
-------------------