Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

OK So What do you think?


soodanim

Recommended Posts

Posted

B)

Ok the product's a little boring, it's order forms. HAHA an online ordering system for order forms....

 

but hey they wanted it, they got it.

 

Still awaiting more products (well forms!) and their speil for the home page...

 

But Hit me with it....tell me what I have missed, is it too complicated?

 

Here it is......Online Ordering Site, No Payment and Membership Only

 

well seeing as its members only you'll need an email address and password

 

[email protected]

testing

 

Let me know what ya think :)

Posted

I like it B)

 

Nice colorscheme.

A bit slow, but hey NZ is 1/2 a turn around the planet from where I'm sitting...

Somewhat confusing that the breadcrumb-trail is right-aligned. :ph34r:

 

What contrib have you used to 'lock' access to the shop?

I was not prompted to save user/pass by XP - is it supposed to be like that? :blink:

Petter - Arktisk Pudder

Posted
:o and thats bad because?

Because people who use and develop the internet every day like to be able to right click.

 

Its an amaturish way of trying to "hide" your source or images- anyone with a lick of sense could get it anyway.

My advice comes in two flavors- Pick the one that won't offend you.

 

Hard and Cynical: How to Make a Horrible osCommerce Site

 

Warm and Fuzzy: How to Make an Awesome osCommerce Site

Posted
Because people who use and develop the internet every day like to be able to right click.

 

Its an amaturish way of trying to "hide" your source or images- anyone with a lick of sense could get it anyway.

 

If you want to steal someone's code, then you know how to do it :P

 

I know this is an open source code and I will share any changes if asked but it was basically a requirement of the client they didn't want people right clicking to save images, tho i have told them there are ways around it (not that i think they are particularly exciting and have watermarks anyway but they ARE his products) but it gives them a false sense of security, then so be it.

 

A bit slow, but hey NZ is 1/2 a turn around the planet from where I'm sitting

 

Ok, there's a thought, im using a broadband connection, are u using a 56k connection? will have to get others to test. Thanks

 

Somewhat confusing that the breadcrumb-trail is right-aligned.

 

Was just trying that out, might put it back now :) does look a tad strange...lol

 

What contrib have you used to 'lock' access to the shop?

 

i took part of the code from the account.php and placed it in the top of the pages I wanted people to have to login to view.

 

I was not prompted to save user/pass by XP - is it supposed to be like that?

 

Im also on XP, tho it does ask me if i want to save username and password? not sure why yours didn't?

 

Thanks for the Input so far B)

Posted

soodanim,

 

There are other ways of protecting your client's images...

 

One way is to insert a TD using the actual image as the background and a 1x1 pixel tansparent gif image in front of it...that way people still have right click functionality, but right clicking on the image and saving it only saves the 1x1 pixel transparent gif with nothing in it..hehe

 

if you like I can locate the coding for you..:)

 

it would have to be modified as it was originally written for ebay auctions...but it shouldn't be difficult..

Contribs added:

AdminLogin-Catalog With Images-Credit Class/Gift Voucher-CoolMenu

EasyPopulate-LoginBox-Paypal Shopping Cart IPN-PDF Catalogs

Product Listing In Columns - Image Strip

--

...the young jedi said to his master "you want me to do WHAT?"

Posted

:D yeah Ive heard of that.

 

:blink: But how would that work on the "pop up" for the larger image? really am an "amateur" lol so don't shoot me for asking :(

Posted
There are other ways of protecting your client's images...

 

Thats all foolishness.

 

Simply look in your browser cache or save the page and you will have all the images.

Posted
Simply look in your browser cache or save the page and you will have all the images.

or just simply SnagIt and be done with it

Posted

;) ok thanks guys I realise thats there's bugger all someone can do about "protecting" the site as such

 

Can I please have input on the layout, colour and working, if you can get past the fact that I have disable the right click? if you can't don't worry about it :D

Posted

have any of you heard of meta tags?

 

Prevent caching, of the images and pages - simple. Do the pixel trans thing. Add a couple of lines of ENCRYPTED javascript and the page cant even be saved, right clicked, no teext select, no smart tage no NOTHING. Insert evil laf here.

 

So you say "well i'll just turn off me javascript in the browser". Great idea. Problem with it is that you now need to reOPEN the browser to effect the change and doing so also disables the pop-up function so you cant even get to the bigger picture.

 

Now you are protecting your copyright images and anything else on the page you may not want saved - and it works 110% ;) I protect video this way and it aint been defeated yet - cheaper than DRM too :P

Posted

You can also copy, modify and save the following from notepad or a like program as .htaccess and drop it into your catalog root folder - or add it to the .htaccess file already there:

 

AuthUserFile /dev/null
AuthGroupFile /dev/null

RewriteEngine On

RewriteCond %{HTTP_REFERER} !^http://www.yoursite.com ?[NC]
RewriteCond %{HTTP_REFERER} !^http://yoursite.com [NC]
RewriteCond %{HTTP_REFERER} !^http://www.yoursite.com:80 [NC]
RewriteCond %{HTTP_REFERER} !^http://yoursite.com:80 [NC]
RewriteCond %{HTTP_REFERER} !^http://123.456.789.012 [NC] 
RewriteCond %{HTTP_REFERER} !^http://123.456.789.012:80 [NC]
RewriteRule /* http://www.yoursite.com/badpage.html/ [R,L]

 

Dont say i never give ya nuttin :P

Posted

oh and on a different note - so how does one get into your store then? I didnt QUICKLY notice anywhere to buy a membership or register. I dint spend a lot of time due to the fact that there was nuttin to see....

 

Also preventing people from grabbing your images is more of an excersize in bandwidth management retaher than copyright protection. The big thing is to watermark your pics and stop others from using them on their site while calling them from yours. Thr adult "community" was notorious for stealing content and deep linking. Thus all of the drm and digital signing you now see today:)

 

Porn - always good for technical innovation. Ask the guy who invented the VCR.

Posted

Since we can only look at your home page, it is a very nice home page. "The best printing place in NZ" I think should be in the same blue as the other writing and you top banner is too big, I would cut everything above "Cnr Southhampton and Wexford Rds". I like simple and your home page is simple. Good job.

 

Peter

 

Why not set up a test account so we can take a look at the rest of the site for a day. Take out the product images and then after remove the test account.

Posted

have stopped access at the moment, tho i did have the test account details in the first post.

 

Hope to have it back up again soon on the actual www that it will be hosted at....

 

Cheers

Cindy

Posted

Oh yeah i removed the "right click disabled" will just watermark the images

 

:)

 

Let me know what you think

 

Cheers

  • 1 year later...
Posted
have any of you heard of meta tags?

 

Prevent caching, of the images and pages - simple. Do the pixel trans thing. Add a couple of lines of ENCRYPTED javascript and the page cant even be saved, right clicked, no teext select, no smart tage no NOTHING. Insert evil laf here.

 

So you say "well i'll just turn off me javascript in the browser". Great idea. Problem with it is that you now need to reOPEN the browser to effect the change and doing so also disables the pop-up function so you cant even get to the bigger picture.

 

Now you are protecting your copyright images and anything else on the page you may not want saved - and it works 110% ;) I protect video this way and it aint been defeated yet - cheaper than DRM too :P

 

 

Please tell me a site where you did that, so that i see if i can copy the image. I bet i can, but ya never know. :)

K Groner

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...