Qhimm.com Forums
Where dreams come true
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
Qhimm.com Forums
»
Off-topic forums
»
Completely Unrelated
»
How to modify this code?
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to modify this code? (Read 3198 times)
LeonhartGR
Posts: 2577
~Whatever...~ Enjoy life!
How to modify this code?
«
on:
2013-06-19 15:11:56 »
Can someone tell me how to modify
this code
and how to make a gif to countdown 14:50 minutes
Logged
nfitc1
Posts: 3013
I just don't know what went wrong.
Re: How to modify this code?
«
Reply #1 on:
2013-06-19 16:44:43 »
I'd say modify line 28 of gif.php
Code:
[Select]
for($i = 0; $i <= 60; $i++){
to
Code:
[Select]
for($i = 0; $i <= (14 * 60 + 50); $i++){
Logged
LeonhartGR
Posts: 2577
~Whatever...~ Enjoy life!
Re: How to modify this code?
«
Reply #2 on:
2013-06-20 00:34:37 »
Thanks!
Logged
Bosola
Fire hazard!
Posts: 1749
Re: How to modify this code?
«
Reply #3 on:
2013-06-23 17:00:26 »
Sounds like something that should be passed as parameters to a function.
Logged
Print
Pages: [
1
]
« previous
next »
Qhimm.com Forums
»
Off-topic forums
»
Completely Unrelated
»
How to modify this code?