OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Dynamic Cell
This page's ID:
10894
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Moon Shadow: Here is the script I used to make the GN logo randomly change when you reloaded it (it is static now but who knows what the future may bring? ;) [code] srand ((float) microtime() * 10000000); $title = array ( "gurus_logo_ozone2.jpeg", "gurus_logo_ozone.jpeg", "gurus_logo_ozone4.gif", "dl44_green1.jpg", "dl44_space-portal1.jpg", "dl44_brownies1.jpg", "dl44_glass1.jpg", "dl44_steel1.jpg", "steve-gurulogo-1.jpg", "steve-gurulogo-2.jpg", "steve-gurulogo-3.jpg", "bugimus_logo1.jpg", "bugimus_logo2.jpg", "darkgarden_mash.jpg", "darkgarden_blade.jpg", "darkgarden_drip.jpg", "darkgarden_pill.jpg", "rend_gurus.jpg", "rend_gurus2.gif" ); $rand_keys = array_rand ($title, 2); $guru_main_title = $title[$rand_keys[0]];[/code] [edit: so just replace the image names in the array with your own and that should work fine - its a little loose around the edges but it should work fine. I'm also sure that this could be done client-side with JavaScript - I believe the old GN design did things this way so check it out - the principle is similarish] ___________________ Emps FAQs: [url=http://faq.ozoneasylum.com/53/]Emperor[/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »