Idea's For Admin

Do you think Milovana.com is perfect in every way? Hopefully not, so what can we do to improve? Every idea, suggestion or criticism is highly appreciated.
Post Reply
User avatar
Slutastic
Explorer At Heart
Explorer At Heart
Posts: 310
Joined: Sun Nov 11, 2012 4:27 pm
Sexual Orientation: Open to new ideas!
I am a: Submissive

Idea's For Admin

Post by Slutastic »

Any chance of getting some bb codes put into the web teases?
php:

Code: Select all

function bbcodes($text){ //bold bb code: [b]text[/b]$text = preg_replace("/\[b\](.*?)\[\/b\]/i","<b>\\1</b>", $text); //underlined bb code: [u]text[/u]$text = preg_replace("/\[u\](.*?)\[\/u\]/i","<u>\\1</u>", $text); //url bb code: [url=address]Link Name[/url]$text = preg_replace("/\[url\=(.*?)\](.*?)\[\/url\]/is","<a href=\"$1\">$2</a>",$text);  reurn $text;}
Last edited by Slutastic on Mon Feb 18, 2013 4:54 am, edited 1 time in total.
We are no longer all together as one but separate mental patients, that yearn to be ejected out of this poisoned atmosphere to a warm bed and a friendly therapist.
User avatar
Slutastic
Explorer At Heart
Explorer At Heart
Posts: 310
Joined: Sun Nov 11, 2012 4:27 pm
Sexual Orientation: Open to new ideas!
I am a: Submissive

Re: Idea's For Admin

Post by Slutastic »

[dice] bb code:

php:

Code: Select all

$text = str_replace("[dice]",'<img src="/images/dice/dice1.png" alt="" id="dice"/><br/><button onclick="rollDice()">Roll</button>',$text);
javascript:

Code: Select all

<script type="text/javascript">function rollDice(){document.getElementById('dice').src="/images/dice/dice"+Math.floor(Math.random()*6+1)+".png";}</script>
html:

Code: Select all

<img src="/images/dice/dice1.png" alt="" id="dice"/><br/><button onclick="rollDice()">Roll</button>
We are no longer all together as one but separate mental patients, that yearn to be ejected out of this poisoned atmosphere to a warm bed and a friendly therapist.
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests