It's basically just a file upload site with a database which runs a query everytime they upload to upload how much they've uploaded and once they've hit the limit they can't upload more? sound pretty basic too me..
Sarcasm doesn't work on the internet? you can sense anything. Therefore you can sense sarcasm if it's in text or speech. Think before you speak. Also, I think you need to learn the definition of "imbecile" before using it towards others:).
Make an account for example
user:12345
Manage Pages -> Create page
Page username could be your hotel name for example
If rev: On your app/tpl/skins/{skin}/index.php
at the top add:
<?php
if($_REQUEST['novote'] == 1) {
//Do nothing
} else {
header("location...
:up:
Coding an RP Emulator isn't exactly hard, just some features may get tough from time to time. Elaborate on what exactly it is you need? do you have a base you'd like someone to work on? if you inbox me. I may be able to help out in my spare time.
Hey, Zodiak here.
So I got bored and decided to code a RevCMS forum addon.
Basically it's all coded into one file. There's no post thread section, and it just has view threads, like threads and comment on threads.
The style idea was from the "Mabbo Social theme", but it's been edited of course...
Yo, this is a basic URL Shortener script I coded when I got bored since I've seen quite a few that are like 4 pages full of php code when that's pretty pointless considering one can be coded using a few lines.. Anyways, as MySQL has been deprecated I've also coded one using MySQLi so if you...