Page 4 of 4

Re: Videos

Posted: Sun Sep 26, 2010 2:58 pm
by Phantom Coder
hallsofvallhalla wrote:dang, i totally forgot. I will get it upload asap. Thanks for reminding me.
did you get time to reload video 6?

Thanks in advance, your videos are great.

Re: Videos

Posted: Thu Sep 30, 2010 2:55 pm
by hallsofvallhalla

Re: Videos

Posted: Wed Oct 06, 2010 3:00 am
by Phantom Coder
hallsofvallhalla wrote:Fixed video 6!

http://www.youtube.com/watch?v=xehG62PVN9g

Thanks a lot this place rocks

Re: Videos

Posted: Sat Jan 08, 2011 9:56 am
by djand3y93
Can somebody modify this script to show hours : minutes : seconds ?

Code: Select all

<script language="javascript">
 var bufftime = <?php echo $time;?>;
 var milisec=0;
 var seconds=bufftime;zz
 document.counter.d2.value='30' 

function display(){ 
 if (milisec<=0){ 
    milisec=9 
    seconds-=1 
 } 
 if (seconds<=-1){ 
    milisec=0 
    seconds+=1 
 } 
 else 
    milisec-=1 
    document.counter.d2.value=seconds+"."+milisec 
    setTimeout("display()",100) 
} 
display() 
</script>

Re: Urban Realms Videos

Posted: Sat Oct 13, 2012 12:23 am
by Phantom Coder
Hi everyone

I just installed the new wamp, it working fine. I also got the urban realms source and put it where I was suppose to and I created the database with he same name as hall did and then i imported the .sql file. after I registered I keep getting these errors and I looked in the database and the fields seem to be there anyone know why I am getting these errors?

Image

it seems I am getting it for every spot on the map.


EDIT
NOONE wants to help on this?