Skip to content

Commit

Permalink
Initial Commit 11/24/2022 Ernest Allen Buffington
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestbuffington committed Nov 25, 2022
1 parent c1d4770 commit 24b0a13
Show file tree
Hide file tree
Showing 9,967 changed files with 1,146,500 additions and 2 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Empty file added .ftaccess
Empty file.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
_notes
2gb.mp4
cp_errordocument.shtml
400.shtml
401.shtml
404.shtml
403.shtml
413.shtml
500.shtml
pspbrwse.jbf
_vti_cnf
_vti_pvt
phpBB3
Q_A
desktop.ini
_private
tpl_*.php
*.mp4
CarbinFiber-Red-Flames
chromo
DragonSkull
Inferno
Limo_Tint
LM-BlackMagic
Xtreme_Core
XtremeV3b
XtremeV4
error_log.php
*.iso
*.zip
error_log*
pspbrwse.jbf



180 changes: 180 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
##########################################################################
# PHP- Titanium v3.0.0 : Enhanced PHP-Nuke Web Portal System #
##########################################################################

# -------------------------------------------
# Comment this out if PHP is run as CGI
# -------------------------------------------

# PHP_FLAG register_globals On
# PHP_FLAG output_buffering On

Options All -Indexes
# -------------------------------------------
# Swap index.html index.php for html start page
# -------------------------------------------
DirectoryIndex index.php index.html

Options +FollowSymlinks
<IfModule mod_rewrite.c>
RewriteEngine on
AddHandler application/wasm-wasm .wasm

##################################################################################################
# Force SSL - no insecure data connections! ##### Added By Ernest Allen Buffington 08/05/2019
##################################################################################################
RewriteCond %{HTTPS} off
#RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule (.*) https://%{HTTP_HOST}:443%{REQUEST_URI}

# Use HTTP Strict Transport Security to force client to use secure connections only Header
Header always set Strict-Transport-Security "max-age=63072000; includeSubdomains; preload"

##################################################################################################
# Force WWW - this is only needed for root domains... ##### Added By Ernest Allen Buffington 03/16/2021
##################################################################################################
RewriteCond %{HTTP_HOST} !=""
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteCond %{HTTPS}s ^on(s)|
RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
##################################################################################################

# -------------------------------------------
# Security Rewrites
# -------------------------------------------
Redirect /proarcade.php /modules.php?name=Forums&file=proarcade

# -------------------------------------------
# Lazy Google Tap
# -------------------------------------------

RewriteRule ^86it-(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)\.html$ /modules.php?name=$1&$2=$3&$4=$5&$6=$7&$8=$9 [L]

RewriteRule ^86it-(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)\.html#(.*)$ /modules.php?name=$1&$2=$3&$4=$5&$6=$7#$8 [L]
RewriteRule ^86it-(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)\.html$ /modules.php?name=$1&$2=$3&$4=$5&$6=$7 [L]

RewriteRule ^86it-(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)\.html#(.*)$ /modules.php?name=$1&$2=$3&$4=$5#$6 [L]
RewriteRule ^86it-(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)\.html$ /modules.php?name=$1&$2=$3&$4=$5 [L]

RewriteRule ^86it-(.*)_-_(.*)_-_(.*)\.html#(.*)$ /modules.php?name=$1&$2=$3#$4 [L]
RewriteRule ^86it-(.*)_-_(.*)_-_(.*)\.html$ /modules.php?name=$1&$2=$3 [L]

RewriteRule ^86it-index.html#(.*)$ /index.php#$1 [L]
RewriteRule ^86it-index.html$ /index.php [L]

RewriteRule ^86it-(.*)\.html#(.*)$ /modules.php?name=$1#$2 [L]
RewriteRule ^86it-(.*)\.html$ /modules.php?name=$1 [L]

RewriteCond %{HTTP_USER_AGENT} ^libwww-perl
RewriteRule ^.*$ http://127.0.0.1 [R,L]

RewriteCond %{HTTP_USER_AGENT} ^libwww-perl/[0-9].[0-9]*
RewriteRule ^.*$ http://127.0.0.1 [R,L]
</IfModule>

# for hosts that don't allow the above, we won't give people anything to look at
<IfModule mod_autoindex.c>
IndexIgnore *
</IfModule>


# -------------------------------------------
# Start of NukeSentinel(tm) admin.php Auth
# -------------------------------------------
<Files .htaccess>
deny from all
</Files>

<Files .staccess>
deny from all
</Files>

# <Files admin.php>
# <Limit GET POST PUT>
# require valid-user
# </Limit>
# AuthName "Restricted"
# AuthType Basic
# AuthUserFile /PATH/TO/YOUR/.staccess
# </Files>
# -------------------------------------------
# Start of NukeSentinel(tm) DENY FROM area
# -------------------------------------------

# Disable .htaccess viewing from browser
<files ~ "^\.ht">
Order allow,deny
Deny from all
Satisfy All
</files>

# Network Titanium SDK v5
# Disable fbconfig.php viewing from browser
<files ~ "\nconfig.php$">
deny from all
</files>

# facebook Titanium SDK v5
# Disable fbconfig.php viewing from browser
<files ~ "\fbconfig.php$">
deny from all
</files>

# Disable config.php viewing from browser
<files ~ "\config.php$">
deny from all
</files>

# deny most common except .php/.html
<FilesMatch "\.(inc|tpl|h|ihtml|sql|ini|conf|class|bin|spd|theme|module|exe)$">
deny from all
</FilesMatch>

<FilesMatch "versions\feed.php">
allow from all
</FilesMatch>
<FilesMatch "versions\index.php">
allow from all
</FilesMatch>

# -------------------------------------------
# Setup caching
# -------------------------------------------

<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault A0

# Set up caching on media files for 1 year (forever?)
<FilesMatch "\.(ico|flv|pdf|mov|mp3|wmv|ppt)$">
ExpiresDefault A29030400
Header append Cache-Control "public"
</FilesMatch>

# Set up caching on media files for 1 week
<FilesMatch "\.(gif|jpg|jpeg|png|swf|bmp)$">
ExpiresDefault A604800
Header append Cache-Control "public"
</FilesMatch>

# Set up 2 Hour caching on commonly updated files
<FilesMatch "\.(xml|txt|html|js|css)$">
ExpiresDefault A7200
Header append Cache-Control "private, proxy-revalidate, must-revalidate"
</FilesMatch>
</IfModule>

# -------------------------------------------
# Start of NukeSentinel(tm) DENY FROM area
# -------------------------------------------

# Banned Bad Bots

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php74” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
1 change: 1 addition & 0 deletions .staccess
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TheGhost:$1$Tf.fZus6$VoJ6m/5I65t.ctd7aE.HN0
113 changes: 113 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
# Code of Conduct – The 86it Developers Network

## Purpose

[The 86it Developers Network](http://www.86it.us/)
invites anyone with a desire to talk and learn about programming and
related technologies to gather together, and share their knowledge, and help us promote The
86it Developers community.

[The 86it Developers Network](http://www.86it.us/) desires to be inclusive to the largest number of contributors as
possible. As such, we are committed to providing a friendly, safe, and welcoming
environment for all, regardless of their professional or personal background
including education, experience, age, ability, gender, sexual orientation,
ethnicity, socioeconomic status, disability, physical appearance, or religion.
We invite all those who participate in The 86it Developers Network to help us in creating such an
environment.

This Code of Conduct (CoC) outlines the expectations of all who participate in
our network, as well as how we should respond to unacceptable behavior. We expect
participants will abide by this CoC in all community venues—whether online or
in-person—as well as in one-on-one communications as they pertain to 86it
business.

## Expectations

You are expected to:

* Behave professionally.
* Exercise consideration and respect in your speech and actions.
* Attempt collaboration before conflict.
* Refrain from any unacceptable behavior.

Unacceptable behaviors include: intimidating, harassing, abusive,
discriminatory, derogatory, or demeaning speech or actions by any participant in
our group. Community event venues may be shared with members of the public;
please be respectful to all patrons of these locations.

Harassment includes: harmful or prejudicial verbal or written comments related
to gender, sexual orientation, race, religion, disability; inappropriate use of
nudity and/or sexual images in public spaces (including presentation slides);
deliberate intimidation, stalking or following; harassing photography or
recording; sustained disruption of talks or other events; inappropriate physical
contact; and unwelcome sexual attention.

Our expectation is that we will treat each other, and others in our network community
who interact with us, with consideration, empathy, and respect. Our speech and behavior
will be guided by a desire to create and maintain an inclusive community purposed
towards sharing knowledge and encouraging enthusiasm for solving problems when programming.

## Consequences of Unacceptable Behavior

Unacceptable behavior from any community member, including sponsors and those
with decision-making authority, will not be tolerated.

Anyone asked to stop unacceptable behavior is expected to comply immediately. If
a network community member engages in unacceptable behavior, the community organizers
may take any action they deem appropriate, up to and including a temporary ban
or permanent expulsion from the community without warning (and without refund in
the case of a paid event).

## Complaints

It is every community member's responsibility to notice, and attempt to intervene
or notify others, if unacceptable behaviors are occurring at a meeting or event.

If you are subject to or witness unacceptable behavior, or have any other
concerns, please notify a community organizer as soon as possible. You can
contact the organizers at [email protected].

The current organizers are:

* Ernest Buffington
* Winston Terrance Wolfe
* Truman Scott Buffington
* Sebastian Scott Buffington
* Bob Marion

If you have a complaint that involves an organizer, you can contact one of the
others in confidence. The network is the priority, and steps will be taken to
ensure the network is successful.

## The 86it Developers Network - Platform Etiquette

In addition to adhering to the CoC, we ask that you also adhere to the following
guidelines as they pertain to how you interact on our social developer platforms.

* Do not send spam or advertisements.
* Do not use any of our social platforms for recruiting purposes without permission.
meetups as directed by the meetup host.
* Stay on topic and post constructive messages.
* Avoid sending large attachments.
* Do not quote messages that were sent to you by other people in private mail,
unless agreed beforehand.
* Do not troll or flame.
* Consult the [How do I ask a good question?](http://stackoverflow.com/help/how-to-ask)
guide from StackOverflow if you are unsure about a question. Remember to do
some of your own research first before taking up other members' time.

## Attribution

The content in this CoC is a fork from our good friends over at [SeaPHP UG](https://github.com/phpmauritius/seaphp-documents/), adapted for our use case. We'd like to thank them and also acknowledge their sources as well below.
to recognize the sources of some of the language and ideas for this CoC.

* https://github.com/seaphp/seaphp-documents
* http://pdxruby.org/codeofconduct
* http://www.phphants.co.uk/code-of-conduct
* http://www.debian.org/MailingLists/#codeofconduct

## Amendments

The 86it Developers Network is a community effort. If you would like to suggest amendments or
changes to this CoC, please submit a pull request or contact the organizers.

Loading

0 comments on commit 24b0a13

Please sign in to comment.