Code Monkey home page Code Monkey logo

gopwebsite's Introduction

Gods of Plastic (GoP) was born late one February night in 1995 in a room on 2nd Nourse, Northfield, Minn. A group of Carleton seniors, motivated by their love of Frisbee and a desire for a level of play higher than intramurals, conspired to form a team around the idea that enjoyment of the game and a higher level of competitive play should not run screaming from each other, but walk hand-in-hand. They agreed to a style of play that could be considered quirky, but would embody the true spirit of the game. From this discussion arose our lofty team name, Gods of Plastic, and our team motto, intense but loose.

Skip ahead and GoP is now 25 years old! We are roughly 5’9” tall, 145 lbs heavy, injury prone and single. Our main interests are frolf and Boone’s Farm. We enjoy long walks along the Cannon River with our pet lion Fruit Pooch, and our favorite holiday is Alumni Weekend. We hate wasting time at the gym and prefer to spend our days doing something useful like spamming the Google group or playing Settlers of Catan. If interested in following this lovely group of Hawaiian clad lads, please find us on twitter @goprocks. We don’t follow back.

This open source website hosts GoP's heavily annotated film collection and provides a suite of workout and practice opportunities for our players. Viewing GoP film is restricted to verified GoPper accounts.

Some things to note:

  • The database schema included is exported from a MySQL db, if you use PHPMyAdmin, you should be able to import it pretty easily

  • Some data tables are left out of the schema (users, film, etc). This is to protect user information and to not release information that is available only to specific types of account holders. This is the one part of the project not intended to be open source.

  • All passwords used on the server side are stored in a php file kept in the root dir called 'are_these_bananas.php'. This file is also not included here (for obvious reasons). The basic format is:

    // This is a password for the SMTP server
    
    $smtp_password = 'password123';
    
    // ...
    

    Which is maybe not the smartest way of doing things.

gopwebsite's People

Contributors

ulthran avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

gopwebsite's Issues

Mobile site issue with header

On the mobile site, most things look pretty good but the header is missing either the sign in and register buttons or the user menu dropdown, depending on if you're logged in or not. Definitely makes the mobile site a little hard to use (for anyone who wants to login/register).

PHPMailer getting blocked by Gmail

Registering a new user requires that a verification email be sent to their email (to validate GoP accounts) but Gmail is blocking PHPMailer and sending me a critical security alert (Someone just used your password to try to sign in to your account. Google blocked them, but you should check what happened.) I have enabled less secure app access on the email account and have tried using multiple forms of security (SSL, TLS).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.