Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 56 of 192
Search took 0.45 seconds.
Search: Posts Made By: Mkj
Forum: Warrior Forum Classified Ads 19th November 2016, 04:00 AM
Replies: 367
Views: 8,998
Posted By Mkj
Re: Fresh Store Builder V7 Review+BEST BONUS+Discount& Make A Profit Pulling Azon Site In 30 Minutes

Odd. Just bought this script and was in the process of setting up my first store when the Fresh Store website went offline! Still offline as I write this?
Forum: Programming 17th January 2013, 05:58 AM
Replies: 44
Views: 3,417
Posted By Mkj
Re: Open Source Shopping Cart Scripts

I have tried a number of opensource shopping carts lately. I eventually settled on a rather odd one as I really liked the admin mainly. I also found that some of these opensource shopping carts are...
Forum: Programming 17th January 2013, 05:35 AM
Replies: 3
Views: 513
Posted By Mkj
Re: Question

Awesome script / template and support with this software:

Adult Flick Script | Usoft Labs Community and Video Software (http://usoftlabs.com/view-item/42/adult-flick-script.html)

And if you can...
Forum: Programming 14th January 2013, 03:09 PM
Replies: 14
Views: 933
Posted By Mkj
Re: Confused with PHP

I wanted to do the same some time back and worked my way through html and css but javascript? What an headache. Bought some expensive books on the subject but it was just a waste of money as far as...
Forum: Programming 14th January 2013, 03:00 PM
Replies: 4
Views: 560
Posted By Mkj
Re: How to make Header Clickable

Well normally you just add an url to it:
<a href="/" title="Home"><img src""></a>

Something like that. Just look where the header image is and try and work it out - that is if you can access the...
Forum: Programming 13th January 2013, 11:53 AM
Replies: 7
Views: 539
Posted By Mkj
Re: Quick SQL question

Not sure if I follow you for all of it but combining 2 tables isn't that hard:

= "SELECT table1.email, table2.email".
"FROM table1, table2 ".
"WHERE table1.email = table2.email";

Not...
Forum: Search Engine Optimization 11th January 2013, 07:10 AM
Replies: 3
Views: 313
Posted By Mkj
Seo PPC for this site?

How do I go about marketing this new site:

UK Shopping Hub (http://ukshoppinghub.co.uk)

It has a lot of bad karma with regard to Google as it is immense and has over a million products with...
Forum: Website Design 11th January 2013, 07:01 AM
Replies: 5
Views: 371
Posted By Mkj
Re: Shopping site review?

I have jazzed up the forum now. Added social bookmarks that work off the post title. Also used a rating system that feeds from the forum into the site categories. Think the most boring part was...
Forum: Website Design 10th January 2013, 09:53 AM
Replies: 5
Views: 371
Posted By Mkj
Re: Shopping site review?

Nicely put :rolleyes:. Original post altered now
Forum: Website Design 10th January 2013, 04:34 AM
Replies: 5
Views: 371
Posted By Mkj
Shopping site review?

Had fun developing this site.

This site is massive and is fed by many datafeeds which are now all automated. There are way over a million products in all. I have also created an offer forum with...
Forum: Programming 9th January 2013, 02:33 PM
Replies: 8
Views: 1,674
Posted By Mkj
Re: What shopping cart is this site using?

I just knocked up an ecommerce test site on a spare domain I had. I wanted to see how a shopping cart worked. Only took me a few hours to become familiar with the code and then I altered it to suit...
Forum: Programming 5th January 2013, 08:49 AM
Replies: 5
Views: 2,858
Posted By Mkj
Re: WooCommerce Stock Update & Caching

This is what I did with a similar problem. In fact I removed the required authentication which thinking about it was probably a mistake. But I did protect the directory the file was in from any...
Forum: Programming 5th January 2013, 07:01 AM
Replies: 5
Views: 2,858
Posted By Mkj
Re: WooCommerce Stock Update & Caching

Are you clearing a cache directory when you do this:

WooCommerce -> System Status and clicking Clear Transients

or are you updating the database instead?

If the above is a cache directory...
Forum: Website Design 30th December 2012, 09:53 AM
Replies: 19
Views: 557
Posted By Mkj
Re: How to Strech a DIV to Bottom?

Does it work with the doctype back in and the 'position: absolute' added to the styling?

It is not a good idea to remove a doctype entirely but you could read up on them and try various ones that...
Forum: Website Design 30th December 2012, 09:12 AM
Replies: 19
Views: 557
Posted By Mkj
Re: How to Strech a DIV to Bottom?

Are you using a doctype? Try it without the doctype. Without the doctype the browser will default to 'quirks mode'. To correct the doctype version try adding 'position: absolute' to the styling:
...
Forum: Programming 30th December 2012, 08:49 AM
Replies: 2
Views: 697
Posted By Mkj
Re: Want Clickthrough Hidden Div In Peel-Away Ad

The z index setting is causing it but I can't see how you would get around it. If you apply a similar z index with a higher setting to the div with the links then your peel away ad won't show at...
Forum: Programming 29th December 2012, 06:48 AM
Replies: 2
Views: 697
Posted By Mkj
Re: Need help with problem related to .htaccess, getting rid of the .html in a url, and Dreamweaver

I think htaccess redirectmatch will work:

redirectMatch 301 ^(.*).html $1

The above will remove ALL html extentions.
Forum: Programming 26th December 2012, 08:07 AM
Replies: 4
Views: 533
Posted By Mkj
Re: Help I may have been hacked

You seem to have more than just the above going on as the links and pages on your site are not redirecting properly. They are returning 404 error messages. Check results below.

Google Site...
Forum: Programming 25th December 2012, 03:18 AM
Replies: 5
Views: 522
Posted By Mkj
Re: Technical Question - Experienced Please Read!

You can do this with Affiliate Window links. They even provide a Firefox addon exactly for this. They refer to this at AF as 'deep linking'. Quite a few other affiliate companies do similar so see...
Forum: Programming 23rd December 2012, 03:43 PM
Replies: 13
Views: 809
Posted By Mkj
Re: Terribly Slow Wordpress Blog

The cache plugins that work well on my wordpress installation are these:

WP Super Cache
(caches database queries)

DB Cache Reloaded

I tried W3 Total Cache but found it wasn't always...
Forum: Programming 22nd December 2012, 06:04 AM
Replies: 3
Views: 575
Posted By Mkj
Re: Script Creation - Script that searches product feeds and generates cheapest product

Easier said than done.

There are helpful scripts but they will still need quite a lot of work. Not only do you need a script to do as you want but you have to consider the number of results. If...
Forum: Programming 22nd December 2012, 05:51 AM
Replies: 10
Views: 959
Posted By Mkj
Re: Recommended Wordpress plugin for forums?

Simple:Press (http://simple-press.com/)

Simple Press is an extremely powerful forum. I always found it a bit of an overkill on small sites though. Can be a bit slow at times too though I think...
Forum: Programming 20th December 2012, 10:10 AM
Replies: 12
Views: 766
Posted By Mkj
Re: Word Press 3.5 is Killing my sites...

Are you using any type of redirect plugin or permalink plugin? These can sometimes still affect the site even if you have disabled them in admin. Try removing them entirely from the plugin folder -...
Forum: Programming 15th December 2012, 10:33 AM
Replies: 3
Views: 486
Posted By Mkj
Re: Can anyone recommend a secure WordPress plugin for 301 redirects?

Well I use this one:

Simple 301 Redirects Plugin for Wordpress | Scott Nelle.com (http://www.scottnelle.com/simple-301-redirects-plugin-for-wordpress/)

Seems to work fine for me.
Forum: Programming 14th December 2012, 04:13 PM
Replies: 13
Views: 1,129
Posted By Mkj
Re: Joomla 300GB MYSQL Database Migration to Wordpress,

Sounds like a 'why bother' scenario. Maybe a typo and the poster meant 300mb? I really can't see how a database could be so big. After all you don't store images in a database. Must be a mistake.
Forum: Programming 13th December 2012, 09:30 AM
Replies: 1
Views: 820
Posted By Mkj
Re: Request for Wordpress php error message advice.

This might be the problem and the solution:

WordPress › Support » [3.5 RC1]Function declares twice (http://wordpress.org/support/topic/35-rc1function-declares-twice)
Forum: Programming 12th December 2012, 04:49 PM
Replies: 8
Views: 998
Posted By Mkj
Re: My Robots.txt file got changed??

Not a bad idea if the robots.txt file is directing the crawlers to the site itself and not the one outlined. I don't think the site attracta.com is the same site. It is the site that provided the...
Forum: Programming 12th December 2012, 05:27 AM
Replies: 8
Views: 998
Posted By Mkj
Re: My Robots.txt file got changed??

Check the permissions on the robots.txt file and make sure it isn't 777. Put the file back as it was and then alter the permissions to 644. If you intend to use a seo plugin again then the file...
Forum: Programming 11th December 2012, 03:36 AM
Replies: 3
Views: 443
Posted By Mkj
Re: Amazon programming problem

Well to acheive what you want you would have to get rid of them on the shop itself. which I doubt you are allowed to do.

To use your own menu the links you create need to target the iframe (or...
Forum: Programming 10th December 2012, 04:03 PM
Replies: 3
Views: 443
Posted By Mkj
Re: Amazon programming problem

Why don't you use an iframe installation of the Amazon script instead? To do this all you need to do is use the iframe to display the script within any page you create on your site. The code for an...
Forum: Programming 21st November 2012, 03:13 PM
Replies: 3
Views: 456
Posted By Mkj
Re: best domain-wide redirect = htaccess I assume?

Wouldn't this save a lot of work?

RedirectMatch 301 /something/(.*) http://www.newwebsite.com/$1
Forum: Programming 15th November 2012, 04:32 PM
Replies: 22
Views: 1,084
Posted By Mkj
Re: Hosting Speed

Lol. Don't panic. Got it all covered. Backups are downloaded to another computer and burnt to a cd at times. Not so sure about the burglary though. Can't see them nicking the server as it weighs...
Forum: Programming 15th November 2012, 03:20 PM
Replies: 22
Views: 1,084
Posted By Mkj
Re: Hosting Speed

What on earth are you talking about?

I regularly - like clockwork - make full file and database backups.

I was running around 60 sites which were all datafed comparison sites with probably a...
Forum: Programming 15th November 2012, 03:07 PM
Replies: 22
Views: 1,084
Posted By Mkj
Re: Hosting Speed

Heard all that before. Just doesn't apply.

My internet is rock solid so my server is rock solid.

Servers are just peanuts to buy. I paid £75 for mine off Ebay and that was with del. A...
Forum: Programming 15th November 2012, 02:50 PM
Replies: 22
Views: 1,084
Posted By Mkj
Re: Hosting Speed

Why not consider a home server setup? With home broadband being so reliable and powerful now it makes perfect sense. I have been running one for ages and it is far better than any paid hosting I...
Forum: Programming 15th November 2012, 07:27 AM
Replies: 22
Views: 1,084
Posted By Mkj
Re: Hosting Speed

Might be a good idea for you to use Firefox with the Firebug addon and analyze where any slow loading is occuring. It could well be your adverts are slowing the site and not the site itself.
Forum: Programming 14th November 2012, 03:52 PM
Replies: 5
Views: 963
Posted By Mkj
Re: Best way to learn LAMP?

Running a server locally can be great fun and you can do so whilst using your computer for your everyday business. If you really want to go at it full hog so to speak then you could delve into...
Forum: Programming 11th November 2012, 01:51 PM
Replies: 8
Views: 4,442
Posted By Mkj
Re: Want Pop-Up To Show Only Once Per Visit Per Day

Probably easier to control it say once per browser session.

This is a pretty nice script and action that can be adjusted for once per browser session.

Dynamic Drive-Amazon style Drop-in...
Forum: Programming 11th November 2012, 07:52 AM
Replies: 3
Views: 460
Posted By Mkj
Re: Post-Purchase Website File Upload

Looks like you could do with some professional help. Wouldn't cost a lot and might well save you a lot of head scratching.
Forum: Programming 11th November 2012, 07:49 AM
Replies: 5
Views: 645
Posted By Mkj
Re: How To Load A iFrame Inside A Page?

If you want an amazon store that isn't based on an iframe check this script out:

Associate-O-Matic (http://www.associate-o-matic.com/)
Forum: Programming 9th November 2012, 06:34 PM
Replies: 7
Views: 857
Posted By Mkj
Re: Running Main Domain on WordPress via Subdomain?

To be honest that is sure a weird need. Thinking about it I would probably do this:

1. Install the wordpress in a subdomain.
2. Alter all the database settings and anything else in the...
Forum: Programming 9th November 2012, 05:59 PM
Replies: 7
Views: 857
Posted By Mkj
Re: Running Main Domain on WordPress via Subdomain?

To be honest I have no idea what backupcreator is or what it can do. If you are moving wp from a sub to a main then maybe this post will help. I don't envy you. Just make sure you backup all the...
Forum: Programming 9th November 2012, 04:38 PM
Replies: 7
Views: 857
Posted By Mkj
Re: Running Main Domain on WordPress via Subdomain?

What happened when you did the latter - moved your site from sub to main?
Forum: Programming 9th November 2012, 04:24 PM
Replies: 7
Views: 857
Posted By Mkj
Re: Running Main Domain on WordPress via Subdomain?

Not sure I understand this? You want to run a wp site from a subdomain yet it should appear that it is the main domain? Or am I right in thinking you want to move your wp installation from the...
Forum: Programming 9th November 2012, 08:03 AM
Replies: 4
Views: 517
Posted By Mkj
Re: How classified sites create sub domains?

It is possible if you own your a server and can access apache files and so on. Other than that it will take some doing I think. Maybe take a good look how wordpress manages it and nick their ideas.
Forum: Programming 9th November 2012, 03:59 AM
Replies: 6
Views: 594
Posted By Mkj
Re: Built website on ip and then added domain later - How to make domain not ip?

I have carried this out loads of times. It can get complicated when you are using a cms say like wordpress but other packages can be similar.

If your site displays the ip address and not the...
Forum: Programming 9th November 2012, 03:30 AM
Replies: 4
Views: 517
Posted By Mkj
Re: How classified sites create sub domains?

You can do this with wordpress and the multisite setup (http://codex.wordpress.org/Create_A_Network). It isn't that hard to do either as I did it myself recently. I opted for creating subcategories...
Forum: Programming 4th November 2012, 12:30 PM
Replies: 17
Views: 768
Posted By Mkj
Re: Troubleshoot an htaccess problem

Try this:


Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^solwaytimberengineering.co.uk[nc]
RewriteRule ^(.*)$ http://www.solwaytimberengineering.co.uk/$1 [r=301,nc]...
Forum: Programming 2nd November 2012, 06:29 PM
Replies: 34
Views: 675
Posted By Mkj
Re: I Still Need HELP with WordPress htaccess on Apache server PLEASE

I am not sure this will work but this code added to the main domain wordpress htaccess file should restrict the htaccess code actions to only the main domain:

RewriteCond %{HTTP_HOST}...
Forum: Programming 2nd November 2012, 05:46 PM
Replies: 34
Views: 675
Posted By Mkj
Re: I Still Need HELP with WordPress htaccess on Apache server PLEASE

Weird. I run my own server and I can see why the above would cause all sorts of problems.

Is it possible to move the main domain to a subdirectory of it's own instead of in the root as it is...
Forum: Programming 2nd November 2012, 04:47 PM
Replies: 34
Views: 675
Posted By Mkj
Re: I Still Need HELP with WordPress htaccess on Apache server PLEASE

It looks to me that your problem could well be your file and domain structure. You have your html sites within your wordpress installation. That doesn't look at all right to me. You say you...
Forum: Programming 2nd November 2012, 04:02 PM
Replies: 9
Views: 908
Posted By Mkj
Re: I need to block an IP in htaccess

This is the code I use:

order allow,deny
deny from 82.193.109.248
allow from allI have that at the beginning of my htaccess file. Just replace the above ip address with whatever one you want to...
Forum: Search Engine Optimization 17th October 2012, 02:52 PM
Replies: 18
Views: 594
Posted By Mkj
Re: Google's arrogance and other questionable stuff?

Well you have the right attitude. I on the other hand hate being dictated too be it by Google or any other sod. Nothing good ever comes from it. The dictator always becomes too big for their own...
Forum: Search Engine Optimization 17th October 2012, 02:15 PM
Replies: 18
Views: 594
Posted By Mkj
Re: Google's arrogance and other questionable stuff?

Oh really?

Apparently Google now owns around 90% of the global search market and close to 100% of the mobile market. Not my made up stats as you can see here:

Google owns mobile search. -...
Forum: Search Engine Optimization 17th October 2012, 01:23 PM
Replies: 18
Views: 594
Posted By Mkj
Re: Google's arrogance and other questionable stuff?

Did anyone read the articles? I don't give a fig about linking to the damn forum. I did so for the articles listed in the post. Saved me having to repost the blasted links on here. Those I thought...
Forum: Search Engine Optimization 16th October 2012, 05:48 PM
Replies: 18
Views: 594
Posted By Mkj
Google's arrogance and other questionable stuff?

Came across this post recently. Sure makes some interesting reading.

Re-thinking "search"engines...
Showing results 1 to 56 of 192

 
Forum Jump


All times are GMT -6. The time now is 08:06 AM.