ClipShare Community Forums  

Go Back   ClipShare Community Forums > ClipShare - Standard & PRO - Version 2 and Previous > Pre-Sales Questions
Register FAQ Bug Tracker Members List Calendar Mark Forums Read

Pre-Sales Questions If you have any pre-sales questions, here's the place to ask.


Reply
 
Thread Tools Display Modes
Old 10-24-2007, 10:17 AM   #11
test
Member
|Forum Newbie|
 
Join Date: Mar 2007
Posts: 16
test is on a distinguished road
Default

Quote:
Originally Posted by Guthix2007 View Post
hey guys can you tell me if this version's CSS layout will be compatible with 3.0 when it comes out as i'm gonna buy 2.6 today mainly because the new CSS skins look nice and i can easily change to a different shade of blue e.t.c

thanks
Probably won't know until it comes out.
test is offline   Reply With Quote
Old 10-24-2007, 10:21 AM   #12
Guthix2007
Member
|Forum Newbie|
 
Join Date: Sep 2007
Posts: 44
Guthix2007 is on a distinguished road
Default

ahh ok then, but do you think its easy to change a few images on the skin such as where it says "clip share pro" i want to insert our own custom made image there and change the sky blue to a different shade.

I've already contacted my guy on guru for the modifications, mind you its CSS so it should be easy...............i hope
Guthix2007 is offline   Reply With Quote
Old 10-24-2007, 11:42 AM   #13
test
Member
|Forum Newbie|
 
Join Date: Mar 2007
Posts: 16
test is on a distinguished road
Default

There is a video in the index page that isn't playing anything. It seems to be trying to load and undefined file.
test is offline   Reply With Quote
Old 10-24-2007, 02:08 PM   #14
Aryos
Member
|Forum Guru|
 
Join Date: Apr 2007
Posts: 1,372
Aryos is on a distinguished road
Default

Quote:
Wow...

It will be a long diff!

If anyone need help with the upgrade, pm me.

Regards,

Guzmán
I'm afraid the .diff file is more than 3000 (3 thousand) lines long. And you can't use a program to automatically apply the .diff file, because, asking for a .diff file, in the first place, means you have MODs installed, so it will not work. Using the already patched files and re-applying your MODs, will require far less work than applying the changes, manually, to your MODed files.

Now, about this release:
We do not claim this is a 100% secure (aka "hacker-proof") release. For 2 reasons mainly:
- There is no such thing as "100% secure".
- There are probably more issues (security-wise) still left in the code of 2.6, that will have to be patched.

The code will be revised again and again, to find even more security issues (if they exist) and to patch some more bugs that probably still exist in the 2.6 code. This will be for users that will not be willing to upgrade to 3.0, so that they can have a 99,9% secure and stable 2.x version.
However, we are focused in the release of 3.0, this period, so these, new 2.x patches are not the first priority in the schedule.
Aryos is offline   Reply With Quote
Old 10-24-2007, 02:13 PM   #15
theGrindLab
Member
|Forum Guru|
 
theGrindLab's Avatar
 
Join Date: Mar 2007
Location: 254 Texas
Posts: 922
theGrindLab is on a distinguished road
Send a message via Yahoo to theGrindLab
Default

If 3.0 looks/works this well PLUS has even better security then Clip-share just kept my business. Heck, I might not sell one of my licenses and I might get a THIRD license if the price is right.
__________________
Alliance is validated only through sacrifice.
theGrindLab is offline   Reply With Quote
Old 10-24-2007, 02:18 PM   #16
Aryos
Member
|Forum Guru|
 
Join Date: Apr 2007
Posts: 1,372
Aryos is on a distinguished road
Default

ClipShare 3.0.1 is 100% patched for security, in all possible places (I mean, I have even patched the external libraries, such as Ajax and AdodBLite), worked line-by-line, in all files.
I also added some more layers of security. Examples:
http://www.sane-city.com/include/config.php
http://www.sane-city.com/include/ado.../adodb.inc.php

Again, this does nor guarantee a 100% secure site, however, we did everything humanly possible, with the current knowledge against XSS and sql injection attacks.
Aryos is offline   Reply With Quote
Old 10-24-2007, 02:20 PM   #17
Aryos
Member
|Forum Guru|
 
Join Date: Apr 2007
Posts: 1,372
Aryos is on a distinguished road
Default

And a last one: more sophisticated approaches could be adopted in the security part, however, these cost in CPU overhead, in EVERY page output, so we did not write an entire class or something, but used the most common techniques available. Future will show how good it is. That Turkish guy is still out there..
Aryos is offline   Reply With Quote
Old 10-24-2007, 03:07 PM   #18
valor
Verified Member
|Forum Junior|
 
Join Date: Oct 2007
Location: Montevideo, Uruguay
Posts: 92
valor is on a distinguished road
Send a message via MSN to valor Send a message via Yahoo to valor
Default

Quote:
Originally Posted by Aryos View Post
I'm afraid the .diff file is more than 3000 (3 thousand) lines long. And you can't use a program to automatically apply the .diff file, because, asking for a .diff file, in the first place, means you have MODs installed, so it will not work. Using the already patched files and re-applying your MODs, will require far less work than applying the changes, manually, to your MODed files.
Hi!

That was what I was talking about by "long diff", I was referring to anyone with problems diff between his/her modded version and how it was that original version (not 2.6).
Which probably will rquire me or whoever does it, to take that diff (mods applied to the original version) and then, line by line, review & apply where it should the new 2.6 version.

I wasn't thinking in reading 3000 lines of code

By the way regarding security, I saw you recomend an htaccess which disable mod_security to avoid some kind of problems. Have you ever tried having a mod_security which only applies rules to avoid XSS and SQL injection but do not apply rules regarding size or type of content? That could do the trick and provide a high grade extra layer of security.
__________________
Guzmán Brasó
My C.V.
valor is offline   Reply With Quote
Old 10-24-2007, 03:16 PM   #19
Aryos
Member
|Forum Guru|
 
Join Date: Apr 2007
Posts: 1,372
Aryos is on a distinguished road
Default

Quote:
By the way regarding security, I saw you recomend an htaccess which disable mod_security to avoid some kind of problems. Have you ever tried having a mod_security which only applies rules to avoid XSS and SQL injection but do not apply rules regarding size or type of content? That could do the trick and provide a high grade extra layer of security.
No, but I believe that works good under Apache 2.x and not 1.3.x. Your suggestion is very good, however, most of the clients are in a novice level, regarding security/use of mod_security, so the more instructions provided, the more they would be messed up. Those who know good about mod_security, I'm sure know how to enable these options and handle well the extra security added, to avoid issues.
Aryos is offline   Reply With Quote
Old 10-24-2007, 05:51 PM   #20
bman
Member
|Forum Junior|
 
Join Date: May 2007
Posts: 83
bman is on a distinguished road
Default

1st i would like you to patch 2.X more because we are using it RIGHT NOW and we cant wait for 3.X to feel safe from hackers

2and please provide the steps to keep mod_security enabled with out effecting clip-share

3rd i would like to ask do i need to replace the template files for 2.5rc1 if i want to upgrade to 2.6 ? or i can still use the same old template files ?
bman is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How soon is 2.6 to be released? patch Pre-Sales Questions 1 09-15-2007 02:02 AM
Release Clipshare pro 3.0 ? markoi Pre-Sales Questions 6 08-11-2007 09:07 PM



All times are GMT +1. The time now is 04:54 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright © 2006-2008 Envient. All Rights Reserved.

An Envient product.