GeekPoint Forum Subscribe to Forum RSS WhoIsHostingThis.com
Please register or login on GeekPoint Forum.
It takes only a minute to register, & moreover,
majority of the ads shown will be removed!
Login OR Register
Register a Free Account
Reply
 
LinkBack Thread Tools
Old 01-28-2010   #1
romeroduck romeroduck is offline
Newbie
Join Date: Jan 2010 Posts: 1
Default Boonex Dolphin is SCAM!!!

Why Boonex is a scam?

Boonex problem nr1. No coding standard

Boonex is writen by several people using different technologies. Its main base (Dolphin) is writen in pure php with its own template engine and forum (Orca) uses xlst. That has large negative impact to integration of forum in site and site in forum. When coding, please use single technology and template system.

Whats even worser, different parts of dolphins code itself is writen by completely different people, and very in the hurry. So everyone has its own imagination how to interact with different parts of the code. It is very tricky to modify code that way to suit site needs.

Boonex problem nr2. Template engine and separation of code/design/database

This problem in dolphin/boonex needs a point on its own. Boonex uses custom template system ( that should be called layout system). The blocks of generated html code are pased to specific places in the template. That creates a big headache for programers as they need to search through code for the place where some box is generated. It might be generated in template, or in specific function in one of numerous includes. And so on. Even pligg has better templating than this.

It is very tricky to rip boonex templating apart, as whole coding is based on such poor programming practice. They would be better off using existing template system like smarty or similar one.

This leads to problem nr3

Boonex problem nr3. Crapy use of Database

We saw serveral other competing sites launched on boonex, but we did not care much. Why? Becouse when they reach 500-1000 daily visitors they will break apart. The reason for it is very bad programming and use of database.

For example, boonex uses profile builder which assigns fields to profiles. So the output of profile uses more than one table and is quite inefficient.

Also, there is a nice 20-30 query overhead on each page display to fetch all the configuration values from table. Silly, isn’t it ? They would be FAR better of using a file for configuring sofware or caching it in php file like it is done in most of the systems.

Another simple problem. When boonex wants to display a profile being online it additionally check database for its status. But that data was pulled from database already. So 20 useless queries again.

Resume

I would not suggest using boonex if you want to keep your programmers sane. We have have changed the code almost completely for now, and you will need to do that too. Boonex is a scam.
  Reply With Quote
Old 02-06-2010   #2
pinkapple pinkapple is offline
Newbie
Join Date: Feb 2009 Posts: 31
Default Re: Boonex Dolphin is SCAM!!!

There are plenty of scams that pretend to be legitimate ways of making money online, and sadly they stain the name of the business itself, which was established by people who work fair and square.

Another scam to stay clear of is Bayt.com. This website is a money making scheme. They initial services are free and then they force you to pay $250 to create a CV or remain jobless. This is not fair, this is fraud, the are cheating people out of the money they rather use to survive in the countries that $250 really matter.

I have found out the owners name, its Rabea Ataya, this guy is a fraud, scam. He has a very bad reputation in the GCC countries for coming up with money making scams. I did some search on the web and found a lot negative articles on Bayt.com and I am not sure how they can still have an office in Dubai.

Check out Bayt.com on Ripoff Ripoff Report: Bayt.com Bayt.com Scam / Fraud Dubai, Internet
  Reply With Quote
Old 02-09-2010   #3
parul1234 parul1234 is offline
Junior Geek
Join Date: Oct 2009 Posts: 68
Default Re: Boonex Dolphin is SCAM!!!

I have never tried Boonex .. better to keep yourself away from this kind of site
  Reply With Quote
Old 03-31-2010   #4
pratish7 pratish7 is offline
Newbie
Join Date: Mar 2010 Location: India Posts: 21
Default Re: Boonex Dolphin is SCAM!!!

Thanks romeroduck for this scam information. Your review will very helpful for all newbies to stay safe from these kinds of scams..
  Reply With Quote
Reply
Thread Tools