dreamphreak2

dreamphreak2

Joined
Jul 05, 2011

Activity Stream

dreamphreak2 commented on a mIRC Script, DCX & MDX StatusBar  -  Feb 22, 2013

I like it, except that it doesnt read CPU usage, and the fact that it is in the middle of my screen with no way to move it at all.

 Respond  
dreamphreak2 commented on a Page, Yet Another Youtube Title grabber  -  Aug 04, 2012

A warning, do not private message yourself with a youtube link, or else you get infinite spam and have to restart irc client.

 Respond  
dreamphreak2 created a PHP Script  -  Oct 29, 2011
dreamphreak2 commented on a PHP Script, Live Updates for a Live event  -  Oct 29, 2011

I still cant believe this is like from a year ago and barely anyone posted on it despite it being a cool script... Anyways, compact version: outdated link removed, will readd when i can - Lots of stuff removed, i.e. the posting of images, and then table width at 100% so whereever it goes, it will try to fill up the space, even if its as narrow as a sidebar, or even if it was horizontal live updates, would be perfect. :)

 Respond  
dreamphreak2 commented on a PHP Script, Live Updates for a Live event  -  Oct 29, 2011

Soon i am going to see if i can modify it to fit in a compact space like a sidebar, especially since it has the auto-refresh which is invaluable.

 Respond  
dreamphreak2 commented on a PHP Script, Live Updates for a Live event  -  Oct 29, 2011

Yeah, http://dreamphreak.com
Replaced my website with it since i needed a redesign anyways. :p

Just my own personal website anyways, no one visits me, and i just have it mainly for testing other coding projects in the background

 Respond  
dreamphreak2 commented on a PHP Script, Live Updates for a Live event  -  Oct 29, 2011

Been messing around with this all day lol, its really fun.
Suggestion one: Add pages somehow? Or perhaps an option to enable pages or just all on one page.
Suggestion two: Messed around with a youtube video embedder, but doesnt work because of the auto-refresh, so i think i might just have to throw this one out the window:

function bb2html($str) {
   $patterns = array( "/\[link\](.*?)\[\/link\]/", "/\[url\](.*?)\[\/url\]/", "/\[b\](.*?)\[\/b\]/", "/\[u\](.*?)\[\/u\]/", "/\[s\](.*?)\[\/s\]/", "/\[i\](.*?)\[\/i\]/", "/\[center\](.*?)\[\/center\]/", "/\[scroll\](.*?)\[\/scroll\]/", "/\[yt\](.*?)\[\/yt\]/"); 

   $replacements = array( "<a href=\"\\1\" target=\"_blank\">\\1</a>", "<a href=\"\\1\" target=\"_blank\">\\1</a>", "<strong>\\1</strong>", "<u>\\1</u>", "<s>\\1</s>", "<i>\\1</i>", "<center>\\1</center>", "<marquee behavior=\"scroll\" direction=\"left\">\\1</marquee>", "<object width=\"480\" height=\"360\"><param name=\"movie\" value=\"http://www.youtube.com/v/\\1\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/\\1\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"360\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>"); 

which works by just putting the video id between the tags, like [yt]QV8eiSA4vqc[/yt].

 Respond  
dreamphreak2 commented on a PHP Script, Live Updates for a Live event  -  Oct 29, 2011

rw.php

Changed: <a href=\"\\1\">
To: <a href=\"\\1\" target=\"_blank\">

So links you post open in a new blank tab instead of losing people from the Live page.

 Respond  
dreamphreak2 commented on a PHP Script, Live Updates for a Live event  -  Oct 29, 2011

Nevermind, the problem i had, i fixed it by just chmodding a couple files. Now that i am able to test it... This script is awesome! :)

EDIT: CHMOD updates.txt to be writable*

 Respond  
dreamphreak2 commented on a PHP Script, Live Updates for a Live event  -  Oct 28, 2011

No instructions about how to post it, or just missing a submit button?

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.