Initial commit

This commit is contained in:
genuineparts 2025-06-02 10:01:12 +02:00
commit 43ad32700c
7085 changed files with 447606 additions and 0 deletions

View file

@ -0,0 +1,25 @@
<h4>Raumliste</h4><a id="userlist" style="font-size:8px;">(schlie&szlig;en)</a><br />
{if $users==""}
<p>
No users.
</p>
{else}
<div style="padding:5px;">
{foreach from=$users key=key item=user}
{if $user.s == false}
<strong><a id="{$key}" class="room">{$key}</a></strong> <img src="/themes/austria/images/unlocked.png" style="border:none;" /><br />
{else}
<strong><a>{$key}</a></strong> <img src="/themes/austria/images/locked.png" style="border:none;" /><br />
{/if}
{foreach from=$user.u item=i}
<a id="{$i.n}" class="notice"><img src="/themes/austria/images/{$i.i}" style="border:none;" /></a>{$i.l}<a href="/np/{$i.n}" target="_blank" style="color:#{$i.c}; margin-left: 8px;">{$i.n}</a></span>&nbsp;<img src="/themes/archer/images/{$i.g}.png" style="border:none;" /><br />
{/foreach}
{/foreach}
{/if}
</div>
{if $js!=""}
<script type="text/javascript">
{$js}
$(".notice").rightClickMenu(menu);
</script>
{/if}

View file

@ -0,0 +1,22 @@
<div class="twelve columns">
<h2>Chat:</h2>
<form name="form" id="chatform" action="chat/in.html" method="post">
Raum: <select name="room">
{foreach from=$options item=option}
<option value="{if $option.value==''}{$option.room}{else}{$option.value}{/if}" {$option.selected}>{$option.room}</option>
{/foreach}
</select>
<a href="//austriachat.net/chat/online.html" target="_blank">Es {$befinden} {$usercount} User im Chat.</a>
<br /><br />
<input type="submit" value="Eintreten" /><br />
<br /><br />
</form>
<h1 class="block">Derzeit Online</h1>
<div class="online">
{foreach from=$user item=i}
<strong>Raum:</strong> {$i.room}<br /><hr />
{$i.users}<br /><br />
{foreachelse}
Sorry, niemand online:-(
{/foreach}
</div>

View file

@ -0,0 +1,48 @@
<div class="pmnotice"></div>
<footer>
<div class="row">
<div class="twelve columns">
<ul class="social-links">
<li><a href="https://twitter.com/austriachatnet"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
<div class="six columns info">
{if $user.is_admin==1}
mySQL Queries: {$queries} | Memory usage: {$memory}
{/if}
</div>
<div class="two columns">
<h3 class="social">Navigation</h3>
<ul class="navigate group">
<li><a href="/index.php">Home</a></li>
<li><a href="/impressum.html">Impressum</a></li>
</ul>
</div>
<p class="copyright">&copy; Copyright 2017 AustriaChat.net. &nbsp; Design by <a title="Styleshout" href="http://www.styleshout.com/">Styleshout</a>.</p>
</div> <!-- End row -->
<div id="go-top"><a class="smoothscroll" title="Back to Top" href="#top"><i class="fa fa-chevron-up"></i></a></div>
</footer> <!-- End Footer-->
{literal}
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96528626-1', 'auto');
ga('send', 'pageview');
</script>
{/literal}
<script src="/js/odo/odometer.min.js"></script>
{$footer}
</body>
</html>

View file

@ -0,0 +1,22 @@
{$header}
<div id="chat-content-wrap">
<div id="chat-content">
<div id="chat" style="height:100%;">
<h2 class='roomname' style="color:#{$col};">{$username}</h2>
<a id="notchan">Yay!</a> | <a href="http://forum.ponytopia.net/help-8.html" target="_blank" onclick="return popup('http://forum.ponytopia.net/help-8.html','width=800, height=800, resizeable,scrollbars=yes');">Help</a> | <a href="http://forum.ponytopia.net/misc.php?action=smilies&amp;popup=true" target="_blank" onclick="return popup('http://forum.ponytopia.net/misc.php?action=smilies&amp;popup=true','width=600, height=600, resizeable,scrollbars=yes');">Smilies</a> | <a href="http://chat.ponytopia.net/logs.html" target="_blank">Logs</a> | <a id="notsw">Notice: On</a> | <a id="scrolling">Scrolling: On</a> | <a id="bgmusic">{$bgmusic}</a> | <a id="submit">{$submit}</a> | <a id="logout">Logout</a>
<div style="z-index:1; height:600px; position:relative;">
<iframe name="output" id="output" style="width:100%; height:100%;" src="http://chat.ponytopia.net:{$port}/out?yacsid={$cookie}" scrolling="auto" noresize frameborder="0" framespacing="0"></iframe>
</div>
<div style="z-index: 1; position:relative;"><iframe name="input" id="input" src="/modules/input.php?cookie={$cookie}&amp;iss={$iss}&amp;col={$col}&amp;id={$id}&amp;username={$username}&amp;subm={$subm}" scrolling="no" style="width:100%;" noresize frameborder="0" framespacing="0" height="60"></iframe>
</div>
</div>
<div id="rightbar">
<div class="userlist">
</div>
<div class="functions">
</div>
{$rightnav}
</div>
</div>
</div>

View file

@ -0,0 +1,39 @@
{$header}
<div id="content-wrap">
<div class="chatrow">
<div id="main" class="nine columns">
<div id="chat" style="height:100%;">
<div class="topbar"><a id="notchan">Ding</a> | <a href="//austriachat.net/forum/help-8.html" target="_blank" onclick="return popup('//austriachat.net/forum/help-8.html','width=800, height=800, resizeable,scrollbars=yes');">Hilfe</a> | <a href="//austriachat.net/forum/misc.php?action=smilies&amp;popup=true" target="_blank" onclick="return popup('//austriachat.net/forum/misc.php?action=smilies&amp;popup=true','width=600, height=600, resizeable,scrollbars=yes');">Smilies</a> | <a id="notsw">Benachrichtigung: An</a> | <a id="scrolling">Scrolling: An</a> | <a id="whwindow">{$whtext}</a> | <a id="submit">{$submit}</a> | <a id="logout">Logout</a></div>
<div id="chatlog" style="z-index:1; height:600px; position:relative;"></div>
<textarea id="text" autocomplete="off" spellcheck="true" style="z-index:2; float: right; position: relative; background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #000000; width: 92%; height:20px; color: #{$col};" ></textarea>
</div>
</div> <!-- end main -->
<div id="sidebar" class="three columns">
<div class="userlist">
</div>
<div class="functions">
</div>
{$rightnav}
</div> <!-- end sidebar -->
</div> <!-- end row -->
</div>
<script type="text/javascript">
$(function(){
$('#chatlog').slimScroll({
color: '#00f',
size: '10px',
width: '95%',
wheelStep: 10,
height: '580px',
start: 'bottom'
});
});
</script>
<div id="whispers" style="display:none;">
</div>
<div id="repwindow" style="display:none;">
</div>

View file

@ -0,0 +1,72 @@
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js ie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="de"> <!--<![endif]-->
<head>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>AustriaChat.net - Die &Ouml;sterreichische Chatcommunity</title>
<meta content="AustriaChat.net - Die &Ouml;sterreichische Chatcommunity" property="og:title" />
<meta name="keywords" content="oe3 &Ouml;3 chat sms.at uboot.com chatcommunity webchat austria oesterreich forum" />
<meta name="author" content="AustriaChat.net" />
<meta name="description" content="Die kostenlose und werbefreie &Ouml;sterreichische Chatcommunity. Endlich wieder Chatten wie im Uboot, sms.at, Orf Chat, usw. Wir sehen uns!" />
<link href="https://austriachat.net/chat" rel="Chat"/>
<link href="https://austriachat.net/forum" rel="Forum"/>
{$meta}
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- CSS
================================================== -->
<link rel="stylesheet" href="{$themepath}/css/default.css" />
<link rel="stylesheet" href="{$themepath}/css/layout.css" />
<link rel="stylesheet" href="{$themepath}/css/media-queries.css" />
<link rel="stylesheet" href="{$themepath}/css/font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" href="/js/odo/odometer-theme-minmal.css" />
<!-- Script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- Favicons
================================================== -->
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
</head>
<body>
<!-- Header
================================================== -->
<header id="chattop">
<nav id="nav-wrap">
<a class="mobile-btn" href="#nav-wrap" title="Navigation zeigen">Zeige Men&uuml;</a>
<a class="mobile-btn" href="#" title="Navigation verstecken">Verstecke Men&uuml;</a>
<div class="row">
<ul id="nav" class="nav">
<li><a href="/">Home</a></li>
<li class="current"><a href="/chat">Chat<span class="odometer">{$users}</span></a></li>
<li class="has-children"><a href="/forum">Forum</a>
<ul>
{foreach from=$forum item=f}
<li><a href="{$f.link}">{$f.name}</a></li>
{/foreach}
</ul>
</li>
<li><a href="archives.html">Archives</a></li>
</ul> <!-- end #nav -->
</div>
</nav> <!-- end #nav-wrap -->
</header> <!-- Header End -->

View file

@ -0,0 +1,31 @@
<div id="posts-list" class="page-content-half">
<div class="entry-content cf">
<h2>Chatlogs</h2>
<form class="logform" name="form" action="#" method="post">
Room: <select name="room">
{$rooms}
</select>
Date: <input name="date" class="inputdate" id="inputdate" value="{$date}" size="10" /><br /><br />
Nicks: <input name="nicks" id="chars" value="{$nicks}" size="30" /><br />
<input class="button" align="right" type="submit" value="Go!" />
</form>
{if $logs!=""}
{if $extrareason!=""}
<span style="font-size:15px; color:red;">The logs here are highlighted because of following event: {$extrareason}</span>
{/if}
<div {$divextra}>
{foreach from=$logs item=log}
{if $log.action=="txtNarr"}
({$log.date}) <span style="color: #FFFFFF">{if $log.img!=""}{$log.img}{/if}{$log.line}</span><br />
{else}
({$log.date}) <span style="color: #{$log.color}">{if $log.img!=""}{$log.img}{/if}{$log.line}</span><br />
{/if}
{/foreach}
</div>
{/if}
</div>
<div class="c-1"></div>
<div class="c-2"></div>
<div class="c-3"></div>
<div class="c-4"></div>
</div>

View file

@ -0,0 +1,31 @@
<div id="maincol_top_invisible">
</div>
<div class="maincol_review_header">
<h2><span>Edit Log</span></h2><br />
</div>
<div class="maincol_box_empty">
<div class="content_page">
<span style="color:red; font-weight:bold;">{$emsg}</span>
<form name="form" action="{$path}index.php?task=chat&amp;sub=editlog&amp;id={$id}" method="post">
<input type="checkbox" {$checked} onchange="public({$id})" name="share" /> Make log public?
<div id="publ">
{$pupl}
</div>
</form>
<label for="typ" class="left">Users you share this log with:</label><br />
<form name="form" action="/private.html" method="post">
<div id="users">
{foreach from=$share item=s}
<div id="id_{$s.uid}" class="useritem"><a onclick="return deleteItem('{$s.uid}');" href="index.php?task=chat&amp;sub=deluser&amp;id={$s.uid}"><img style="border:none; float:right;" src="/themes/ponytopia/images/icons/cross.png" /></a>{$s.username}</div>
{/foreach}
</div><br />
Add user: <input name="shareusers" id="userlist" size="30" /><input class="button" align="right" onclick="adduser()" type="button" value="Add" /><br /><br />
<input type="hidden" name="send" value="1" />
<input type="hidden" name="id" value="{$id}" />
<input class="button" align="right" type="submit" value="Back" />
</form>
</div>
</div>
</div>
</div>

View file

@ -0,0 +1,28 @@
<h2>Join the dark side of Equestria:</h2>
Here you can join our Grimdark Chat! Beware that this is way more mature then our normal chat which is located <a href="http://chat.ponytopia.net">here</a>.<br />
Please see our <a href="http://chat.ponytopia.net/text/rules.html" target="_blank">Rules</a> first. You can find a manual for our Chat <a href="http://chat.ponytopia.net/text/chatmanual.html" target="_blank">here</a>.<br />
<form name="form" action="in.html" method="post">
Room: <select name="room">
{foreach from=$options item=option}
<option value="{$option.room}" {$option.selected}>{$option.room}</option>
{/foreach}
</select><br />
Nickname: <select name="nick">
{$nicks}
</select><br />
<input type="checkbox" value="1" id="sock" name="websock" /> Use new interface?
<br />
<a href="http://chat.ponytopia.net/online.html" target="_blank">There {$befinden} {$usercount} User in our Chat.</a>
<br /><br />
<input type="submit" value="Join" /><br />
<br /><br />
</form>
<h1 class="block">Online Users</h1>
<div class="online">
{foreach from=$user item=i}
<strong>Room:</strong> {$i.room}<br /><hr />
{$i.users}<br /><br />
{foreachelse}
Sorry, nopony online :(
{/foreach}

View file

@ -0,0 +1,15 @@
<h2 class='roomname'>{$users} Chatlog - {$date} - {$room}</h2>
{if $logs!=""}
<div {$divextra}>
{foreach from=$logs item=log}
{if $log.action=="txtNarr"}
({$log.date}) <span style="color: #FFFFFF">{if $log.img!=""}{$log.img}{/if}{$log.line}</span><br />
{else}
({$log.date}) <span style="color: #{$log.color}">{if $log.img!=""}{$log.img}{/if}{$log.line}</span><br />
{/if}
{/foreach}
</div>
{else}
Sorry, this log does not exist or you have not been granted the rights to view it.
{/if}

View file

@ -0,0 +1,11 @@
<div class="twelve columns">
<h2>Derzeit Online</h2>
<div class="online">
{foreach from=$data item=dat}
<strong>Raum:</strong> {$dat.room}<br /><hr />
{$dat.users}<br /><br />
{foreachelse}
Sorry, niemand online:-(
{/foreach}
</div>
</div>

View file

@ -0,0 +1,15 @@
<h2 style="color: white;" class='roomname'>{$users} Chatlog - {$date} - {$room}</h2>
{if $logs!=""}
<div {$divextra}>
{foreach from=$logs item=log}
{if $log.action=="txtNarr"}
<span style="color: white;">({$log.date})</span> <span style="color: #FFFFFF">{if $log.img!=""}{$log.img}{/if}{$log.line}</span><br />
{else}
<span style="color: white;">({$log.date})</span> <span style="color: #{$log.color}">{if $log.img!=""}{$log.img}{/if}{$log.line}</span><br />
{/if}
{/foreach}
</div>
{else}
Sorry, this log does not exist or you have not been granted the rights to view it.
{/if}

View file

@ -0,0 +1,35 @@
<div id="maincol_top_invisible">
</div>
<div class="maincol_review_header">
<h2><span>Private Chatlogs</span></h2><br />
</div>
<div class="maincol_box_empty">
<div class="content_page">
{if $convos==""}
No private logs yet.
{else}
<table width="600px">
<tr>
<th>ID</th>
<th>Date - Room</th>
<th>Owner / Shared by</th>
<th>Actions</th>
</tr>
{foreach from=$convos item=con}
<tr>
<td width="10%">{$con.id}</td>
<td><a href="http://logs.ponytopia.net/id/{$con.id}" target="_blank">{$con.date} - {$con.room}</a></td>
<td><a href="http://forum.ponytopia.net/user-{$con.owner}.html" target="_blank">{$con.sname}</a></td>
<td width="16%"><a href="http://logs.ponytopia.net/pdf/{$con.id}"><img src="/themes/ponytopia/images/icons/pdf.png" style="border:none;"/></a>
<a onclick="return confirmLink(this, 'Are you sure to delete the Log? It will be gone for good.')" href="/index.php?task=chat&sub=deletelog&id={$con.id}"><img src="/themes/ponytopia/images/icons/delete.png" style="border:none;" /></a>{if $con.owner==$con.uid}<a href="/index.php?task=chat&amp;sub=editlog&amp;id={$con.id}"><img src="/themes/ponytopia/images/icons/wrench.png" style="border:none;"/></a>
{/if}
</td>
</tr>
{/foreach}
</table>
{/if}
</div>
{if $pagination!=""}
<div align="center">{$pagination}</div>
{/if}
</div>

View file

@ -0,0 +1,51 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="coppertopia.net - A Steampunk Chat RP Website" />
<meta content="coppertopia.net - A Steampunk Chat RP Website" property="og:title" />
<meta name="keywords" content="steampunk roleplay rp chat vintage cyo choose your own freeflow" />
<meta name="author" content="becast.at" />
<meta content="coppertopia.net" property="og:site_name" />
<link rel="icon" type="image/png" href="/favicon-196x196.png" sizes="196x196">
<link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link type="text/css" rel="stylesheet" href="{$path}themes/coppertopia/css/style.css?id=914127384" media="screen,projection" />
<link rel="stylesheet" href="/js/odo/odometer-theme-minmal.css" />
<link href="//chat.coppertopia.net/" rel="Chat"/>
<link href="//forum.coppertopia.net/" rel="Forum"/>
<script src="/js/odo/odometer.min.js"></script>
{$meta}
<title>{$titleaddon}{$sitetitle}</title>
</head>
<body id="body_1" style="background: #F3E4C8;">
{if $nrep!="" || $rep!=""}
<div id="accordion">
{foreach from=$nrep item=nrp}
<h5 style="background:none;background-color:#810000;">{$nrp.date} - <a class="user" href="//chat.coppertopia.net/profile/{$nrp.name}">{$nrp.name}</a> (<a class="user" href="//forum.coppertopia.net/user-{$nrp.cpid}.html">{$nrp.cname}</a>) by <a class="user" href="//forum.coppertopia.net/user-{$nrp.fuid}.html">{$nrp.username}</a></h5>
<div>
<p>
{$nrp.reason}
</p>
<span style="float:left"><a id="{$nrp.rid}" class="seen"><img style="border:none;" src="/themes/coppertopia/images/icons/eye.png"></a>
<a id="{$nrp.rid}" class="delete" ><img style="border:none;" src="/themes/coppertopia/images/icons/delete.png"></a>
</span>
</div>
{/foreach}
{foreach from=$rep item=rp}
<h5 style="background:none;background-color:#80CB80;">{$rp.date} - <a class="user" href="//chat.coppertopia.net/profile/{$rp.name}">{$rp.name}</a> (<a class="user" href="//forum.coppertopia.net/user-{$rp.cpid}.html">{$rp.cname}</a>) by <a class="user" href="//forum.coppertopia.net/user-{$rp.fuid}.html">{$rp.username}</a></h5>
<div>
<p>
{$rp.reason}
</p>
<span style="float:left"><a id="{$rp.rid}" class="unseen"><img style="border:none;" src="/themes/coppertopia/images/icons/tick.png"></a>
<a id="{$rp.rid}" class="delete" ><img style="border:none;" src="/themes/coppertopia/images/icons/delete.png"></a>
</span>
</div>
{/foreach}
</div>
{else}
No reports for this user.
{/if}

View file

@ -0,0 +1,27 @@
<h4>Userliste</h4>
<span id="curroom" style="font-weight:bold;">{$room}</span> <a id="allrooms" style="font-size:8px;">(Raumliste)</a>
<div id="users" class="mousescroll" style="padding:5px; height: 250px;">
{if $users==""}
<p>
No users.
</p>
{else}
{foreach from=$users item=user}
<a id="{$user.nick}" class="notice"><img src="/themes/austria/images/{$user.notice}" title="Toggle notice for {$user.nick}" style="border:none;" /></a><a href="/np/{$user.nick}" target="_blank" style="color:#{$user.color}; margin-left: 8px;">{$user.nick}</a>{if $user.typing=="true"}<i class="fa fa-comment" style="color:#{$user.color}" aria-hidden="true"></i>{/if}</span>&nbsp;<img src="/themes/austria/images/{$user.gender}.png" style="border:none;" /><br />
{/foreach}
{/if}
&nbsp;
&nbsp;
</div>
<script type="text/javascript">
$('#users').slimscroll({
color: '#00f',
size: '10px',
width: '220px',
height: '300px'
});
{if $js!=""}
{$js}
$(".notice").rightClickMenu(menu);
{/if}
</script>