Urban Realms Videos

All code and questions for Urban Realms, Forsaken Sanctum, ect...
User avatar
Phantom Coder
Posts: 45
Joined: Sun Sep 19, 2010 6:06 am

Re: Videos

Post 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.
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: Videos

Post by hallsofvallhalla »

User avatar
Phantom Coder
Posts: 45
Joined: Sun Sep 19, 2010 6:06 am

Re: Videos

Post by Phantom Coder »

hallsofvallhalla wrote:Fixed video 6!

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

Thanks a lot this place rocks
djand3y93
Posts: 16
Joined: Tue Nov 02, 2010 6:20 pm

Re: Videos

Post 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>
User avatar
Phantom Coder
Posts: 45
Joined: Sun Sep 19, 2010 6:06 am

Re: Urban Realms Videos

Post 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?
Post Reply

Return to “Hall's Games”