Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
Unable to load portions of the website... If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
A small example on how to create a simple random string using a function.
You will need at least some knowledge of JavaScript if you want to use this example.
Example
function randomNumber() {
var rand = ["1", "2", "3", "4", "5"]; //Place your strings in an array.
return...
A simple random-image-api written in PHP.
Getting Started
Download or clone from the GitHub repository.
API Path: ./assets/api/ri-api.php
Default Img Path: ./assets/images/
<?php require_once './assets/api/ri-api.php'; ?> <!-- Request API file. -->
<img src="<?php echo $path . $img ?>"/> <!--...
This site uses cookies to help personalise content, ads personalisation, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.