MicrostockGroup Sponsors


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 - Ktools_Jeff

Pages: 1 [2]
26
Selling Stock Direct / Re: Ktools Photostore
« on: February 07, 2011, 09:46 »
And about hacking, my question is: what is necessary to protect our uploaded images? Does Ktools control it, or do we need something on our server side, some special software or an extra service from the hosting company?

There is always a risk when you put your photos on the internet, regardless of where you put it. The number one rule is, if you don't want it stolen don't put it on the internet!
While we designed the store to not show the details of the photo (filenames, path to the image, full size image, ability to rename directory, watermarking etc..) this doesn't stop things like someone hacking the server that your site is on. Say for example your site is on a shared hosting at any of the popular hosting places (godaddy, bluehost, hostgator, etc..). Someone on that server is running an insecured script on their site which is also on that same server. A hacker gets into the server using that insecured script. The hacker will or could have full access to all files on that server. Another potential issue is people that purchase your product but feels they need to share it with everyone they know, there is absolutely no way to stop that with a product like a digital photo. When it comes to displaying thumbs and samples of your photos online for people to look at, the number one thing you can do to prevent people from using it for what ever reason is to watermark it. Put your name, site name, or what ever to let others know it is yours across the photos.


Quote from: madelaide
My question regarding Paypal is actually about the risk of credit card fraud. They make so many verifications that I believe a fraud is not possible. Is it so?

Yes even with paypal, orders can still be fraud. I have see a lot of them in the past 8 years with people trying to steal our products on ktools.net. It affects all online businesses that sell digital content (photos, music, software, etc..). Paypal is pretty good, but there is still a risk of fraud orders. If you force mandatory accounts in your photostore, you will then be able to compare the details of that account with the details paypal sends you. Check names, address, state, country, etc.. and make sure they match up, if not then chances are it is fraud. I know it doesn't seem right, but almost 90% of the fraud orders we get don't have identical names. Example they will signup with a name like Ben that lives in the USA, yet they checkout with paypal using an account with the name of Morgan from the UK.

27
Selling Stock Direct / Re: Ktools Photostore
« on: February 05, 2011, 23:32 »
I want to take a moment to apologize for the confusion of our forum being closed. It is open, but only to those that have a ktools.net account. We don't allow direct signups on the forum, but you can signup at ktools.net and that account will also create a forum account for you automatically. Then you can just log into the forum using your ktools.net account email/password combo.

I know a lot of you stock folks don't want to hear this but selling events is the way to go. I see a lot of people have success at selling events, and that is for obvious reasons. Selling stock is a lot harder to do cause it takes a lot of advertising, as well as trying to get a few landed clients that will keep coming back for more on projects they do.

@ThomasAmby
If you get red X's on your store the best thing to do is right click on the red X, and click on properties. Copy the URL to the image, it should look like http://www.---your--site--.com/image.php?src=X (where X is an id number).
Paste that URL in your browser and try to view the photo outside of the page. When doing this it may report errors to you. Then you can follow those errors to see what the cause is. The most common two causes for this is the SEO feature was turned on in the settings, yet the server can't handle or is not setup to do mod_rewrite of the URL's. The second common issue is the error_reporting setting in PHP is turned up to high, set that setting to around 2039 (or completely turn it off for better security). However if you run into issues you will need to turn it back on for debugging. (after typing this up I seen you already posted again about the error_reporting, sorry for duplicating this)

@lisafx
If you submit a support ticket during our business hours we will usually answer right away. If you contact us on the weekends the response may or may not happen as soon. Just depends if any of us are in the office on the weekend.

@Whiz
To make the search term type a default you will need to edit the search_bar.php file.
You will see this:
Code: [Select]
<select name="match_type">   <option value="all" <?PHP if($_SESSION['search_match_type'] == "all"){ echo "selected"; } ?>><?PHP echo $search_match_all; ?></option>
<option value="any" <?PHP if($_SESSION['search_match_type'] == "any"){ echo "selected"; } ?>><?PHP echo $search_match_any; ?></option>
<?PHP if($setting->hide_id != 1){ ?>
<option value="id" <?PHP if($_SESSION['search_match_type'] == "id"){ echo "selected"; } ?>><?PHP echo $search_match_id; ?></option>
<?PHP } ?>
<option value="exact" <?PHP if($_SESSION['search_match_type'] == "exact"){ echo "selected"; } ?>><?PHP echo $search_match_exact; ?></option>
</select>

Right above that code put in this:
Code: [Select]
<?PHP
if(!$_SESSION['search_match_type']){
$_SESSION['search_match_type'] = "exact";
}
?>

That should make it so that when a new visitors visits, the search type is set to exact to start with.

@everyone else
Even though we don't offer direct customization support we do make articles on customizing and those can be found in our FAQ area here:
http://www.ktools.net/photostore/support.faqs.php?fid=
Example here is one that kind of tells what file is what in the store:
http://www.ktools.net/photostore/support.faqs.php?fid=165


I hope this helps, we appreciate your support in using our products.

Pages: 1 [2]

Sponsors

Mega Bundle of 5,900+ Professional Lightroom Presets

Microstock Poll Results

Sponsors