Jump to content

GradientWizzard

Senior Moderator
  • Posts

    454
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by GradientWizzard

  1. Offshore web hosting is hosting that is in a country other than where an individual or business is located. In other words, it's web hosting that's beyond the legal reach of the authorities in the country of the individual or business needing web hosting services.
  2. You could always do something like this: <?php $curr = time(); $date = strtotime("August 07, 2014"); $diff = $date - $curr; $diff_dd = floor($diff / 86400); $diff %= 86400; $diff_hh = floor($diff / 3600); $diff %= 3600; $diff_mm = floor($diff / 60); $diff %= 60; $diff_ss = $diff; echo "Current date: " . date("Y-m-d H:i:s", $curr) . "n"; echo "Target date: " . date("Y-m-d H:i:s", $date) . "n"; echo sprintf( "%d days, %d hours, %d minutes, %d seconds remaining", $diff_dd, $diff_hh, $diff_mm, $diff_ss ); ?> Or something more simple: <? $day = 31; // Day of the countdown $month = 12; // Month of the countdown $year = 2014; // Year of the countdown $hour = 23; // Hour of the day (east coast time) $event = "New Year's Eve, 2014"; //event $calculation = ((mktime ($hour,0,0,$month,$day,$year) - time(void))/3600); $hours = (int)$calculation; $days = (int)($hours/24); /* mktime() http://www.php.net/manual/en/function.mktime.php time() http://www.php.net/manual/en/function.time.php (int) http://www.php.net/manual/en/language.types.integer.php */ ?> <ul> <li>The date is <?=(date ("l, jS of F Y g:i:s A"));?>.</li> <li>It is <?=$days?> days until <?=$event?>.</li> <li>It is <?=$hours?> hours until <?=$event?>.</li> </ul>
  3. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  4. Seems fine for me have you got unwantes plugins/addons that are running on your browser
  5. Could always click the top one hold shift and click the bottom one The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  6. Have you tried to reinstall it? Also check if al files have been uploaded
  7. Click Here - Star your sig is fixed
  8. Stop, can I have both your admin details for FTP and your forum please. send them via pm
  9. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  10. So since I've been researching about that noodle who got 'scammed' with the whole xbox one shite, e has now got a free xbox one from CEX what the actually flakey :@
  11. Hey Guys, I'm looking for a logo with a transparent background saying Black Rose Ink Size 960 width 320 height This request has been filled. The topic has been closed and moved. If you have further requests please open another topic, thank you.
  12. << Wants to get involved in a nice project

    1. Show previous comments  4 more
    2. GradientWizzard

      GradientWizzard

      What you got in mind? :)

    3. MidnightAlways

      MidnightAlways

      Well i have a gaming site and a web hosting one :P I need partners/collaborates for both of them :)

      if you interested add me on Skype : Jero.Demortal

    4. Mold

      Mold

      whats the site url...

  13. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic.
  14. Located the settings for the skin in Settings & Tools > Skin Name/Creator
  15. If you have let's say for example 3.4.3 installed you wanted to upload 3.4.5 leaves all the files in ftp and upload 3.4.5 in the same folder (might get a few overwrite messages) say yes once the files have uploaded go to yoursite.com/admin login and you will be redirected to a upgrade screen, upgrade it I've completed delete the install folder and bang done
  16. You need to edit that Opps! Edit the inbox_link a{ that will be able to give you a bit more of what you want to do
  17. You need to add the something like this to your css #nav_app_arcade a { background: url("{style_images_url}/app_nav_arcade.png") no-repeat scroll 0px 3px transparent;}
  18. Show me the whole code in GlobalTemplates Please use the tag when pasting in here
  19. ACP > SKIN NAME > Edit Templates > GlobalTemplates > DefaultHeader, show me what is in there
×
×
  • Create New...