Well, I have a connection to the internet again. First thing I accomplished: fixing an error in my osCommerce hacking. If you are using my files, ensure you go to line 23 in order_info.php and change it to:
if(!tep_session_is_registered('customer_id') && $cart->show_total()==0 && $cart->show_weight()==0){
That just makes it so that if a person is not logged in already, it allows them to check out if they have free stuff. Before, it would set the person up the same way even if they were logged in.
I haven’t made any real gains on my other project and have been ill, so this will have to be it for now.