Page 1 of 1
how do I make trades work without showing the out.php
Posted: Mon Aug 12, 2013 10:16 pm
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.
Re: how do I make trades work without showing the out.php
Posted: Tue Aug 13, 2013 10:10 pm
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>
Re: how do I make trades work without showing the out.php
Posted: Tue Aug 13, 2013 11:52 pm
by admin
There are 2 different links
lets focus on the first one, what URL do you have as a result ?
Re: how do I make trades work without showing the out.php
Posted: Wed Aug 14, 2013 5:59 pm
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.
Re: how do I make trades work without showing the out.php
Posted: Wed Aug 14, 2013 6:10 pm
by admin
what URL do you see as a result ?
Re: how do I make trades work without showing the out.php
Posted: Wed Aug 14, 2013 6:18 pm
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>
Re: how do I make trades work without showing the out.php
Posted: Wed Aug 14, 2013 6:57 pm
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
Re: how do I make trades work without showing the out.php
Posted: Wed Aug 14, 2013 7:54 pm
by cheryl_gc
somehow it is working. I have attached a screenshot

- header.gif (37.76 KiB) Viewed 5854 times
Re: how do I make trades work without showing the out.php
Posted: Wed Aug 14, 2013 8:13 pm
by admin
Ok, if it works - fine.