![]() |
|
|||||||
| Pre-Sales Questions If you have any pre-sales questions, here's the place to ask. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Member
|Forum Newbie|
![]() Join Date: Jul 2009
Posts: 1
![]() |
Hi,
I have been looking around clipshare and the site looks great. I would love to purchase the product but i have one or two reservations. The first is the customer support of which I have seen mixed reviews. But the more pressing issue for me was the following that I read from the creator of pornhub.com: "This software is horrible. It is poorly coded, insecure, unmaintainable and unscalable. It is in PHP4 (EDIT: PHP4 is now considered legacy software, and is no longer supported by Zend, the company who makes PHP) and does not take advantage of any of the "object-oriented" features of the language. If you're looking for a software that you can just dump in and ignore, then ClipShare MIGHT be a solution, until somebody injects SQL somewhere or your site actually grows. It uses $_REQUEST everywhere, including in SQL strings, which means somebody could put SQL in a cookie and have it wreck your DB. It uses Smarty templates, which are designed to separate the view from the application code. Ta da, it is a bare-bones MVC architecture, minus the M part and you have to learn a new syntax/language to program the views. It also doesn't interface very well with PHP, you can only call functions and so ClipShare gives us a gigantic 3000+ line function.php file. Ever heard of modularization? ClipShare just dumps all the files of one type in one place. Suppose you have 12 images per video, which is 4 thumbs for an animation and 3 different sizes, then you get 1000 videos on your site. That's 12 000 thumbs in one folder, which means your filesystem is going to be running crazy slow. On top of that, it must synchronize files between servers, which takes even longer. Triple the number of videos to 3000 and you've got 36 000 files in one folder. This isn't actually possible with ext3 (the standard Linux filesystem) unless you recompile your kernel, since the maximum is something like 32 000 and so thumbs will just stop being created. Now you have to re-arrange your file structure and find every place in your code that uses thumbs - since ClipShare doesn't centralize these sorts of things, it's all over the place - and organize it so that everything isn't in the same folder. Lot's of work, and time well wasted." He finalises the rant by stating that there is no more clipshare code left on the site. Have the issues above been rectified in clipshare 4.0? Thanks, Jaimito |
|
|
|
|
|
#2 |
|
Administrator
|Forum Newbie|
![]() Join Date: Feb 2007
Posts: 11
![]() |
The PornHub owner referred to ClipShare 1.3 that he was initially using and started with. That was back in 2007. In 2007 there was no PHP5. We're in 2009 and ClipShare 4.1+
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Before purchase | iCARus | Pre-Sales Questions | 1 | 11-25-2008 04:50 PM |
| New Purchase | hmobley | Pre-Sales Questions | 4 | 12-16-2007 04:00 PM |
| Can I purchase this product and then do what I want with it? | monsterman | Pre-Sales Questions | 2 | 02-09-2007 04:16 AM |
| Pre-Purchase questions | Ethan | Pre-Sales Questions | 7 | 01-22-2007 09:46 PM |
| About to purchase just a few questions before i do. | Vloopers.com | Pre-Sales Questions | 1 | 01-08-2007 11:43 AM |