IP: http://85.24.247.147/pages/index.php
Username: user
Password: password
Now has biblically accurate angels.
Website visualizing data from my watched movies, brought forward by julet.
"Wheel giveth, Wheel taketh" - Abraham Lincoln
Code indentation should prefferably use the c# standard cause c# is a good language. An example is as follows:
if(condition)
{
// place code here
}
One-liners should prefferably use same line for opening, code and closing syntax. An example is as follows:
if(condition)
{ // place code here }
PHP and HTML code in combination should prefferably use closing PHP closing tags, followed by plain HTML, rather than echoing large blocks of HTML. However, heavily-integrated PHP where there's less than 4 lines of plain HTML in a row can instead be echoed out if needed. In such a case, echo function should be used on each individual line. An example is as follows:
<?php
echo "<div>";
echo "<div>";
echo $phpVar;
echo "</div>";
echo "</div>";
?>
<div>
<div>
<div>
<form>
<input > </input>
<?php
echo "<label for $inputElementName />";
?>
</form>
</div
</div>
</div>
#bbcadb
#BAC3E8
#9CC5E0
#5397EE
#3B7DD5
Other color-values can be used if documented appropriately
The app has been tested and utilized xampp for testing. The guide will explain based on xampp structure on windows 10,
Once installed, run the setup.bat script in the project root folder, with admin permissions. \ Default username is set to root \ Default password is set to tinytiger997 \
Navigate to localhost/install.php and login user site-default credentials.
This website complies with the rules, guidelines and instructions provided by the General Data Protection Regulation (GDPR). https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32016R0679. Any processing of private data (not using the two freely availible accounts) is in according to article 6, section f.
The creator and contributors takes no responsibility for any code that's stolen, changed or hosted by 3rd party users. Please view "policy.php" for additional instructions on how data is processed.
In case any external user wants to deploy their own copy of Julet, the following steps must be taken to comply with article 5, section e. The user has to set up a system in which private data is periodically removed. This includes any cookies saved and data within the "activity_log" table of the resulting database. Easy ways to accomplish this is to use cronJob for linux deployments, or the Task Scheduler app on windows deployments. Open the Task Scheduler by typing "Task Scheduler" into the Start menu search bar and selecting the app.
In regards to article 6, section f: the only purpose of processed data is to identify, discourage and prevent malicious usage. Only strictly necessary information to accomplish this purpose is processed and saved. Any data processed is stored for 30 days, after which it's then deemed not necessary for said cause and deleted.
Article 5, section e: "kept in a form which permits identification of data subjects for no longer than is necessary for the purposes for which the personal data are processed; personal data may be stored for longer periods insofar as the personal data will be processed solely for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes in accordance with Article 89(1) subject to implementation of the appropriate technical and organisational measures required by this Regulation in order to safeguard the rights and freedoms of the data subject (‘storage limitation’);".
Article 6, section f: "processing is necessary for the purposes of the legitimate interests pursued by the controller or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child.".