Advertisement
bearkismo

index

Feb 21st, 2020
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function AppName_CreateConversationAppName_on()
  2. {
  3. alert('CREATE CONVERSATION APP 5, VERSIÓN 1.6. HOME BASIC (ESPAÑOL).');
  4. }
  5. function AppName_Version_on()
  6. {
  7. document.getElementById('app-name-free').innerHTML = " VERSIÓN 1.9. ";
  8. }
  9. function AppName_VersionNumber_on()
  10. {
  11. document.getElementById('app-name-free').innerHTML = " V 1.9. ";
  12. }
  13. function AppName_adminModeCreateConversationApp_on()
  14. {
  15. document.getElementById('app-name-free').innerHTML = "MODO ADMINISTRADOR";
  16. }
  17. function AppName_CreateConversationApp_on()
  18. {
  19. document.getElementById('app-name-free').innerHTML = "CREATE CONVERSATION APP 5";
  20. }
  21. function AppName_CreateConversationAppConsole_on()
  22. {
  23. document.getElementById('app-name-free').innerHTML = "C. C. APP 5 + CONSOLA";
  24. }
  25. function AppName_CreateConversationAppBlog_on()
  26. {
  27. document.getElementById('app-name-free').innerHTML = "BLOG OFICIAL";
  28. }
  29. function AppName_YouTube_on()
  30. {
  31. document.getElementById('app-name-free').innerHTML = "CANAL DE YOUTUBE";
  32. }
  33. function AppName_KismoGames_on()
  34. {
  35. document.getElementById('app-name-free').innerHTML = "KISMO GAMES";
  36. }
  37. function AppName_DinoChrome_on()
  38. {
  39. document.getElementById('app-name-free').innerHTML = "DINO CHROME";
  40. }
  41. function AppName_Clock_on()
  42. {
  43. document.getElementById('app-name-free').innerHTML = "RELOJ Y CONTADOR";
  44. }
  45. function AppName_KismoNews_on()
  46. {
  47. document.getElementById('app-name-free').innerHTML = "#KISMONEWS";
  48. }
  49. function AppName_Contact_on()
  50. {
  51. document.getElementById('app-name-free').innerHTML = "CONTACTO";
  52. }
  53. function AppName_HelpAndCredits_on()
  54. {
  55. document.getElementById('app-name-free').innerHTML = "AYUDA Y CRÉDITOS";
  56. }
  57. function AppsNews_on()
  58. {
  59. document.getElementById('app-name-free').innerHTML = "¡NUEVAS APLICACIONES!";
  60. }
  61. function CCAPP_Title_CCAPP_Label_on()
  62. {
  63. document.getElementById('CCAPP_title_CCAPP_label').innerHTML = "CREATE CONVERSATION APP 5";
  64. }
  65. function CCAPP_Title_AppsRecent_Label_on()
  66. {
  67. document.getElementById('CCAPP_title_AppsRecent_label').innerHTML = "APLICACIONES RECIENTES:";
  68. }
  69. function createConversationApp_appsdata_on()
  70. {
  71. document.getElementById('createconversationapp_appsdata').innerHTML += "";
  72. }
  73.  
  74.  
  75. function CCAPP_MAIN_on()
  76. {
  77. document.getElementById('name_main').innerHTML = "WELCOME TO CREATE CONVERSATION APP 5!";
  78. document.getElementById('version_main').innerHTML = "VERSION 1.9. DEMO.";
  79. document.getElementById('data_main').innerHTML = "?";
  80. }
  81.  
  82.  
  83. function loadServer_on()
  84. {
  85. var today = new Date(),
  86. month = today.getMonth(),
  87. date = today.getDate(),
  88. year = today.getFullYear();
  89.  
  90.  
  91. if (month >= 0 && month <= 11 && date >= 1 && date <= 31 && year >= 1000 && year <= 2018)
  92. {
  93. document.getElementById('server_info').innerHTML = 'EL RELOJ DE SU ORDENADOR EST&Aacute; MUY ATRASADO.';
  94. }
  95. else if (month >= 0 && month <= 11 && date >= 1 && date <= 31 && year >= 2019 && year <= 2019)
  96. {
  97. document.getElementById('server_info').innerHTML = 'EL RELOJ DE SU ORDENADOR EST&Aacute; ATRASADO.';
  98. }
  99. else if (month >= 0 && month <= 11 && date >= 1 && date <= 31 && year >= 2020 && year <= 2020)
  100. {
  101. document.getElementById('server_info').innerHTML = 'POR FAVOR, ACTUALIZA LA &Uacute;LTIMA VERSI&Oacute;N DE</br>CREATE CONVERSATION APP 5 DESDE SU SITIO OFICIAL.';
  102. document.getElementById('bg').className = 'bodyPrivate_so';
  103. }
  104. else if (month >= 0 && month <= 11 && date >= 1 && date <= 31 && year >= 2021 && year <= 9999)
  105. {
  106. document.getElementById('server_info').innerHTML = 'FUNCI&Oacute;N NO DISPONIBLE</br>MOMENT&Aacute;NEAMENTE.';
  107. }
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement