This is really BAD move,
I feel really bad when see lots of authors post on the forum about their items getting rejected because reviewer said “it’s need lots of improve on aesthetics, typo..bla..bla”, DAMN check all Genesis child themes here.. i really can’t say all of them are “Premium theme”!!!!
if the author of Genesis said it more about coding, framework, etc.. why not submit it on Codecanyon? he sell code (framework), not theme with great Design here, correct me if i’m wrong!
cheers!
Well, i can’t see any competition again here 
i miss a competition like “out of the box” competition some months ago
guys?
PS: I’ve joined TF with another account before 
We’ll also join TF.![]()
me too 
congrats Wizylabs 
not AUTO INCREMENT but AUTO _INCREMENT , and try to global $wp_roles too
<?php /*
* Plugin Name: plugin name
* Description: bla bla bla
* Version: 1.0
* Author: Author
*/
require_once(ABSPATH . 'wp-admin/upgrade-functions.php');
global $wpdb , $wp_roles;
register_activation_hook(__FILE__, 'flashplayer_install');
function flashplayer_install(){
global $wpdb;
$tbl_name = $wpdb?>prefix.'flashplayer';
if( $wpdb->get_var("show tables like '$tbl_name'") != $tbl_name ){
$sql = "CREATE TABLE ".$tbl_name." (
id INT(10) NOT NULL AUTO_INCREMENT,
title TINYTEXT NOT NULL,
filename VARCHAR(100) NOT NULL,
UNIQUE KEY id(id)
);";
dbDelta($sql);
}
}
?>
good luck 
try this http://freelanceswitch.com/
good luck 
