= $points) { if($art == "traffic") { $modcomment = gmdate("Y-m-d") . " - User has traded " .$points. " Points for traffic.\n " .$modcomment; mysql_query("UPDATE users SET uploaded = uploaded+$up, seedbonus = seedbonus-$points, modcomment = '$modcomment' WHERE id = '$userid'") or die(mysql_error()); show_error_msg("Success", "Account updated."); } elseif($art == "invite") { $modcomment = gmdate("Y-m-d") . " - User has traded " .$points. " Points for invites.\n " .$modcomment; mysql_query("UPDATE users SET modcomment = '$modcomment', invites = invites+$inv, seedbonus = seedbonus-$points WHERE id = '$userid'") or die(mysql_error()); show_error_msg("Success", "Account updated."); } else { show_error_msg("Error", "No valid type"); } } else { show_error_msg("Error", "Not enough points to trade..."); } } stdhead($CURUSER['username'] . "'s Bonus"); $bonus = $CURUSER['seedbonus']; $userid = $CURUSER['id']; begin_frame("Seeder Bonus Exchange"); print("
| Seeder Bonus |
| Here you can exchange your Seeder-Bonus (currently: ).
(If the button's deactivated, you do not have enough to trade.) | |||
| Option | ". "What's this about? | ". "Points | ". "Trade | ". "
| ".$gets["id"]." | ".$gets["bonusname"]." ".$gets["description"]." | ".$gets["points"]." | "); print(""); } else { print(""); } } print(" |
How do I get points?
You receive 0.5 points for every hour the system registers you as being a seeder.