Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Morter

Pages: [1] 2
1
Trade Pulse Support / Wordpress Multisite
« on: May 11, 2015, 08:09:40 AM »
While I have always been able to get this script working nicely with Wordpress I am wondering if anyone has set it up successfully with MULTISITE on Mapped Domains (Or just Multisite on it's own). Probably a bit of a stretch but hey you can't blame a guy for asking ;-)


2
Trade Pulse Support / Re: Is this a TP Hack?
« on: July 20, 2014, 09:45:12 AM »
Hi Mike yeah I appreciate the fact that you don't have anything to do with it. Thanks


3
Trade Pulse Support / Re: Is this a TP Hack?
« on: July 20, 2014, 07:23:51 AM »
Hi Mike,
Yes but this is a viral thing and it is very nasty. You guys should be able to drop this advertiser through your AvaTraffic.com account no? Anyway it doesnT matter to me anymore because I have dumped TP. Not sure you are understanding how bad this is. I have a 14 year old site and it has basically destroyed my site.

4
Trade Pulse Support / Is this a TP Hack?
« on: July 16, 2014, 12:33:18 PM »
I just had a complaint that people are getting redirected to those Police Websites. You know the ones that look like they are from your Countries Police force and they are monitoring you. In my case I am in Canada so I get RCMP then I can't get out of it. Is this a known issue? Is there a fix? How?

5
Trade Pulse Support / Re: Wordpress & Trade Pulse Setting up
« on: October 16, 2013, 02:26:05 PM »
Another trick you can do is add the ability to put a thumb in manually so you can link to an external page of your choosing by using 'Custom Fields' . You can make a thumb and put it in as a 'Featured Image' and set the external url to one of your choice.

 <?php if(has_post_thumbnail())
{
    $image_url = get_the_post_thumbnail( $post->ID, 'blog' );
    $external_url = get_post_meta( $post->ID, 'ExternalURL', true);

    if ( $external_url ) {
        echo '<a href="/tp/out.php?p=65&url='.$external_url. '" target="_blank">'.$image_url.'</a>';
    }
} ?>

6
Trade Pulse Support / Re: Wordpress & Trade Pulse Setting up
« on: October 16, 2013, 02:17:16 PM »
Well it seems to me that the solution to this problem is to remove the jquery all together and do this where you call your thumbs...

<a href="/tp/out.php?p=65&url=<?php the_permalink() ?>


7
Trade Pulse Support / Re: Wordpress & Trade Pulse Setting up
« on: October 16, 2013, 11:43:58 AM »
An observation and a question (My WP and Trade Pulse are working fine together)...

1) Observation: When you first scroll over a thumbnail and look at your address bar below on your site you see
the link:
 http://somelink.com which of course is normal.
After you click that link and then run over the same thumb you see:
 yoursite.com/tp/out.php?p=70&link=click&url=http://somelink.com which does not seem normal.
then the more you click that same link the longer that address gets because it becomes full of things like
%%%yoursite.com%%%/tp/out.php?p%%%%=70&link&&&=c%%%%lick&url=http://somelink.com%%%%%
Even though it is doing this the script seems to be functioning normally this however does not seem at all right to me.

2) Question: When we use this format in WP every link becomes active. I spent about 5 minutes (exaggerating but you get the idea) one time trying to go to my own home page because when I clicked the 'Home' link it kept sending me out to trades. Boy this must drive our surfers completely nuts and absolutely kill the production to the trades. Is there a way to remove these links from the out scheme?

8
Trade Pulse Support / Re: Spiders
« on: December 18, 2012, 10:23:11 AM »
Ok. The only other thing with it though is the production from it is 3% so it kinda kills your overall production. Is there a way to shut it off so I don't have to do math every time I want my ACTUAL production?

9
Trade Pulse Support / Spiders
« on: December 18, 2012, 08:16:32 AM »
I have noticed that my Spider traffic has been going up (way up) for the last few days. Is 9k a day normal??

10
Trade Pulse Support / Re: Wordpress & Trade Pulse Setting up
« on: December 17, 2012, 02:01:29 PM »
I did get my TP working with Wordpress. Is it possible to drop a toplist into a post or page? Will the toplists work at all with Wordpress?

11
Trade Pulse Support / Re: Toplist Image
« on: December 14, 2012, 06:27:56 PM »
Hi ip0li,
No reply? I also sent you a PM that is very important as my site is down because I can't get this to work with Wordpress. My trades are going to be dumping me here pretty quick.

12
Trade Pulse Support / Toplist Image
« on: December 13, 2012, 09:02:01 PM »
I would like to build a toplist that also displays a screenshot of the site  is it possible to assign an image to a specific trade like that? I of course will make the screenshots.

13
Trade Pulse Support / Re: STP Include
« on: December 04, 2012, 10:29:41 AM »
Actually I did get this to work. I had my host file set wrong so I was viewing the old site. So the soltion to this was your suggestion... {php}include("/absolute/path/to/toplists/all-text-50.html");{/php}

14
Trade Pulse Support / Re: STP Include
« on: December 03, 2012, 06:32:05 PM »
No I am afraid that isn't working either. This is going to drive me over the deep end :-(

15
Trade Pulse Support / STP Include
« on: December 03, 2012, 05:46:44 PM »
Man what is the right toplist include code for STP? It must be 'include' and not 'virtual' on my new server. Bepe says this {php}include("toplists/all-text-50.html");{/php} but it doesn't work. I have tried every variation I can think of. Any ideas?

Pages: [1] 2