Sichere alle sozialen Aktivitäten an einem Ort!

Overview

SebSurf

A service to save social activities in one spot!

Anforderugen

  • Host mit einem webservice (Apache, Nginx, etc.)
  • Einen MySQL Server

Installation

  1. Stelle sicher, dass du git installiert hast
  2. führe diesen Command in der Konsole, des Hostservers aus "git clone https://github.com/ItsSebis/sebsurf.git"
  3. gehe in den soeben erstellten order
  4. erstelle eine Datei im Unterordner "config" namens "dbh.inc.php"
  5. fülle diese Datei mit dem unten stehenden Text und fülle die Felder mit deinen Informationen
<?php

# Es wird empfolen den MySQL Server auf dem selben Server zu hosten, wie die Weboberfläche!
# Dies führt zu eindeutig schnelleren Wartezeiten!

$serverName = "IP of your MySQL Server";

$dbUsr = "Database username";
$dbPw = "Database password";

$dbName = "Database it self";

$con = mysqli_connect($serverName, $dbUsr, $dbPw, $dbName);

if (!$con) {
  header("location: noconnection.htm");
  exit();
}

Danke, dass du SebSurf benutzt!

You might also like...
Comments
Releases(v1.3)
  • v1.3(Dec 20, 2022)

    What's Changed

    • New user selection in teams view
    • New responsiveness
      • new Table designs
      • relative width values
    • automatic chose team if
      • only one team exists
      • you only have access to one team
    • Current tab elevated in navigation
    • Unsign Events
    • Pointer Finger on Buttons
    • Random Color for Role in Profile View
    • Support page edited
      • Admin support section only visible for users with more than 100 power
      • GitHub link added
    • small javascript errors fixed

    Better Changelog: https://github.com/ItsSebis/sebsurf/blob/main/patchnotes.md Full Changelog: https://github.com/ItsSebis/sebsurf/compare/v1.2.3...v1.3

    Source code(tar.gz)
    Source code(zip)
  • v1.2.3(Aug 18, 2022)

    What's Changed

    • Settings table in profile tab
    • Setting to be automaticly redirected to beta version
    • Changed Scrollbar style
    • Some fixes

    Better Changelog: https://github.com/ItsSebis/sebsurf/blob/main/patchnotes.md Full Changelog: https://github.com/ItsSebis/sebsurf/compare/v1.2.2...v1.2.3

    Source code(tar.gz)
    Source code(zip)
  • v1.2.2(Jul 28, 2022)

    What's Changed

    • Edited Readme.md
    • Content responsive to nav
    • not signed and all hour count in event table
    • Teams view:
      • Moderator toggle btn in table
      • instant select team from dropdown
    • Event view:
      • Download only all events
      • Instant filter
    • Horizontal and vertical screen CSS:
      • Active navigation on horizontal screen
      • Spitted home page with statistics if horizontal screen
      • Full screen navigation on vertical screen
    • Security additions by @ItsSebis in https://github.com/ItsSebis/sebsurf/pull/11
    • Beta merge by @ItsSebis in https://github.com/ItsSebis/sebsurf/pull/12

    Better Changelog: https://github.com/ItsSebis/sebsurf/blob/main/patchnotes.md Full Changelog: https://github.com/ItsSebis/sebsurf/compare/v1.2.1...v1.2.2

    Source code(tar.gz)
    Source code(zip)
  • v1.2.1(Jun 12, 2022)

    Note:

    This is the first ever release of this repo so every version before is also in this release.

    What's Changed

    • Create LICENSE by @ItsSebis in https://github.com/ItsSebis/sebsurf/pull/1
    • Develop by @ItsSebis in https://github.com/ItsSebis/sebsurf/pull/2
    • fade-in and fade-out animations by @Apilonius64 in https://github.com/ItsSebis/sebsurf/pull/4
    • Beta Merge by @ItsSebis in https://github.com/ItsSebis/sebsurf/pull/6
    • Sync Main -> Beta by @ItsSebis in https://github.com/ItsSebis/sebsurf/pull/7
    • Beta by @ItsSebis in https://github.com/ItsSebis/sebsurf/pull/8
    • gitignore by @ItsSebis in https://github.com/ItsSebis/sebsurf/pull/9
    • Beta .github by @ItsSebis in https://github.com/ItsSebis/sebsurf/pull/10

    New Contributors

    • @ItsSebis made their first contribution in https://github.com/ItsSebis/sebsurf/pull/1
    • @Apilonius64 made their first contribution in https://github.com/ItsSebis/sebsurf/pull/4

    Full Changelog: https://github.com/ItsSebis/sebsurf/commits/v1.2.1 Nice Changelog: https://github.com/ItsSebis/sebsurf/blob/main/patchnotes.md

    Source code(tar.gz)
    Source code(zip)
Owner
Sebi
Sebi