how do I make trades work without showing the out.php

Post Reply
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

how do I make trades work without showing the out.php

Post by admin »

cheryl_gc wrote:Also, how do I make trades work without showing the out.php in the url? I currently have:

<li><h3><a href="/scj/cgi/out.php?link=http://domain.com/gallery/<!--GALLERY_S ... UMB_LINK-->" target="_blank"><!--ALT--></a></h3>
<a href="/scj/cgi/out.php?link=http://domain.com/gallery/<!--GALLERY_S ... UMB_LINK-->" title="<!--ALT-->" target="_blank"><img src="<!--THUMB_URL-->" class="t_img" alt="" /></a>
<p><span class="date"><i>Added:</i> <!--ACTIVATION_DATE--></span> <span class="time"><i>Duration:</i> <!--DURATION--></span><span class="desc"><!--DESCRIPTION_40--></span></p>
</li>

I checked other sites and they don't show the out.php but they certainly get traded

Please, create a separate topic for a separate question.

You can use mod_rewrite for that. And chech out default templates - they use it.
Don't forget to run script update
cheryl_gc
Posts: 19
Joined: Tue Jul 16, 2013 9:41 pm

Re: how do I make trades work without showing the out.php

Post by cheryl_gc »

I have the following on all templates in the sub template area. I do not see the trading happening.

Code: Select all

<a href="/scj/cgi/out.php?link=<!--LINK-->&p=60&url=<!--URL-->" target="_blank"><img src=<!--THUMB_URL--> width="240" height="180" border="1"></a>

Code: Select all

<li><h3><a href="/gallery/<!--GALLERY_SLUG-->/index.html?<!--THUMB_LINK-->"><!--ALT--></a></h3>
<a href="/gallery/<!--GALLERY_SLUG-->/index.html?<!--THUMB_LINK-->" title="<!--ALT-->"><img src="<!--THUMB_URL-->" class="t_img" alt="" /></a> 
<p><span class="date"><i>Added:</i> <!--ACTIVATION_DATE--></span> <span class="time"><i>Duration:</i>  <!--DURATION--></span><span class="desc"><!--DESCRIPTION_40--></span></p> 
</li>
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: how do I make trades work without showing the out.php

Post by admin »

There are 2 different links

lets focus on the first one, what URL do you have as a result ?
Don't forget to run script update
cheryl_gc
Posts: 19
Joined: Tue Jul 16, 2013 9:41 pm

Re: how do I make trades work without showing the out.php

Post by cheryl_gc »

since then are both subtemplates on each template the first code does not appear. Only the code from the second subtemplate shows on the pages.
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: how do I make trades work without showing the out.php

Post by admin »

what URL do you see as a result ?
Don't forget to run script update
cheryl_gc
Posts: 19
Joined: Tue Jul 16, 2013 9:41 pm

Re: how do I make trades work without showing the out.php

Post by cheryl_gc »

<li><h3><a href="/gallery/thai-lbfm-fon-1-free-streaming-porn/index.html?5x1x26104">Thai LBFM Fon 1, Free Streaming Porn</a></h3>
<a href="/gallery/thai-lbfm-fon-1-free-streaming-porn/index.html?5x1x26104" title="Thai LBFM Fon 1, Free Streaming Porn"><img src="/scj/thumbs/26/104_Thai_Thai.jpg" class="t_img" alt="" /></a>
<p><span class="date"><i>Added:</i> 2013-08-06</span> <span class="time"><i>Duration:</i> 24:00</span><span class="desc">Thai LBFM Fon 1, Free Streaming Porn</span></p>
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: how do I make trades work without showing the out.php

Post by admin »

this is a HTML code

URL - http://domain.com/gallery/thai-lbfm-fon ... ?5x1x26104

ok, and this URL does not redirect you to trader , right ?

http://smartcj.com/wiki/doku.php?id=tro ... where_else

show your headers plz
Don't forget to run script update
cheryl_gc
Posts: 19
Joined: Tue Jul 16, 2013 9:41 pm

Re: how do I make trades work without showing the out.php

Post by cheryl_gc »

somehow it is working. I have attached a screenshot
header.gif
header.gif (37.76 KiB) Viewed 5846 times
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: how do I make trades work without showing the out.php

Post by admin »

Ok, if it works - fine.
Don't forget to run script update
Post Reply