Advertisement
plirof2

john_start_kill_apps_231104b_codeorg_chrome__tee.sh

Nov 6th, 2023 (edited)
1,020
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 92.31 KB | None | 0 0
  1. # Script
  2. #To Do:
  3. # - Add easter automatic week calculation
  4. #
  5. #
  6.  
  7. #changes
  8. #v231105b - Week44-47 switched to googlehomestartincognito and ruffle for code.org(iron can't open) ,also added tee no-default-browser-check
  9. #v231010c - minor fixes week39-44 , replaced pack_param with pack_typing,pack_maze1,2,pack_parking
  10. #v230920b - minor fixes week39 , week 38  pack_A07
  11. #v230515b - weeks 21,22 added/mod excel spreadsheet
  12. #v230401 - fix week 17
  13. #v230301 - fix v2 googlehomestartincognito()
  14. #v230220 - fixed googlehomestartincognito()
  15. #v230110 - Google Chrome now expires in 2099 : --simulate-outdated-no-au='4074664805000'
  16. #v230122 - week 4 changed to pack_a01,pack_paint1 and zx_htm2tap
  17. #v230110 - Changed some scripts to local instead of Github
  18. #v221127 - Added Google Chrome ,$IRON_OPTIONS/$FLASH_OPTIONS (not used at the moment - might not be needed)
  19. #v221106 - $CHROME_OPTIONS Functions : Ironstart & ironstartingognito uses
  20. #v221102 - CHROME --test-type (to hide --no-sandbox message in Iron)
  21. #v221013 - IMPLEMENT google-chrome-stable-puppy-home.sh --start-maximized https://make.gamefroot.com/games/new
  22. #v220929 - added ?showsubmit to week 39 of tinymce_submit.html
  23. #v220927 - Added iron browser params (CHROME_OPTIONS="-no-default-browser-check --disable-gpu --start-maximized")
  24. #v220508 - Updated week 18 & 19 (after easter)
  25. #v220406 - Minor updates
  26. #v220112 - Added 32bit & 64bit specific extra code
  27. #v211125 - eduactiv8 comments for Lesson1,2  , now run sudo -u puppy bash -c "/opt/eduActiv8/eduActiv8 &";
  28. #v211120 - weeks 45-48 november added another visible level to each week
  29. #v211113 - weeks 45-48 (november) added pack_codeorg1.html?showdiv1&showdiv2&showdiv3
  30. #v211102 - added  --start-maximized to normal iron
  31. #v211021 - Adjusted weeks 42.43.44. Maze2 is interchanged with 28Oct-preWeek and Oct28+park1+halloweenDraw
  32. #v211017 - Moved olohmero BEFORE giortes
  33. #v211014 - amixer set Master mute
  34. #v211004 - added repeat command to all days
  35. #v211003 - minor modifications , (tried started using ;!!;!!;!! (for repeating same command command)NOT working)
  36. #v210930a - added  --start-maximized
  37. #v210908c - funbrain.html now loads from root (swf/funbrain.html - NOT from /ab/funbrain.com/ 2.labrat CheatGR1 3.changed pack_param to typing_bricks__puzzle!!!.swf
  38. #v210908 -  added Default -always show entry + adjusted week38 with Initial week (tinymce type name)
  39. #v210817 - changed pixbot.patatakia to pixbot.dimotika (patatakia expired)
  40. #v210518 -  fix crash flash/iron mod : added  --disable-gpu  to ingognito
  41. #v210505  - 2021-2022 giortes Parameter set , added slimjet-puppy-home.sh / slimjetstartincognito()  {}
  42. #v210201a - added /& norightclick to some options
  43. #v210111a - Replaced $1 with $@ to iron browser functions to fix different behaviour in iron32 & iron64 (untested)
  44. #v201030c - added norightclick to some & nocopy to rudolf xmas
  45. #v201012a - added 28oct jspaint(v01),tinymce word
  46. #v200924 - minor change
  47. #v200916b - added olohmero check (check day + if hour passed 13:15)
  48. #v200908a - added funbrain to first lesson
  49. #v200903  dim101-21 new year start (COVID 14sept start year)
  50. #v200419 adjustWeekFinalNum_for_week() , also added Constants for Giortes
  51. #v200301 if..then..fi needs something inside or it produces errors (added echo "empty line") PROGLEM of Weeks 03-09 EXISTS AGAIN
  52. #v200217 fixed error in week 08
  53. #v200210a apokries-pasxa -added tinymce (weeks01-09tempfix)
  54. #v200107 : temp hardcoded fix : first 9 weeks (o..9) have problem Cause of the starting 0  : 02==2  , 03==3
  55.  
  56. calceasterweeknum() {
  57. #CALC__CURRENT EASTER WEEK NUMBER:
  58. AAA=`date +%Y` ;
  59.  BBB=`ncal -e $AAA` ;CCC=`date --date=$BBB +'%d/%m/%y' ` ;
  60.   echo "BBB=$BBB CCC=$CCC";date --date=$CCC +%V;
  61.   EASTER_WEEK_CALCULATED=`date --date=$CCC +%V`
  62.   echo "Current Easter week: $EASTER_WEEK_CALCULATED";
  63. return $EASTER_WEEK_CALCULATED
  64. }
  65.  
  66. # this modifies the weekofyear (eg +1,-1)
  67. STARTWEEKCOUNT=0
  68.  
  69. # *** NOTE : "$SERVER" for IRON BROWSER should be WITHOUT (s)
  70.  
  71. #Default Chrome Options
  72. mkdir -p /etc/chromium.d ;tee /etc/chromium.d/disable-set-default-browser; #--no-default-browser-check
  73. CHROME_OPTIONS=" --no-default-browser-check --start-maximized --test-type "
  74. CHROME_ONLY_OPTIONS=" --simulate-outdated-no-au=4074664805000 " # NOT used yet " --simulate-outdated-no-au='4074664805000' "
  75. #Flash options (for IRON v61)
  76. FLASH_OPTIONS=" --ppapi-flash-path=/usr/share/iron_flash/extensions/libpepflashplayer.so --ppapi-flash-version=31.0.0.108 "
  77. IRON_OPTIONS= " --disable-gpu --disable-features=TranslateUI --disable-features=Translate --disable-translate ""$FLASH_OPTIONS"
  78.  
  79.  
  80. #CHROME_OPTIONS="-no-default-browser-check --disable-gpu --start-maximized --test-type --disable-features=InfiniteSessionRestore --disable-session-crashed-bubble --hide-crash-restore-bubble --hide-restore-last-session "
  81.  
  82. # kill firefox (if you want )
  83. #pkill -f firefox
  84. #pkill -f chrome
  85. #clear cache
  86. #rm -rf /mnt/home/downloads_linux/.cache/iron_flash/
  87.  
  88. # SPECIAL WEEKS (ADJUCT THESE TO CURRENT SCHOOL YEAR EG 2021-22) NOTE!!!! use double digit eg 05
  89. APOKRIES_PREWEEK_01=09
  90. APOKRIES_PREWEEK_02=10
  91. EASTER_PREWEEK_01=16
  92. EASTER_PREWEEK_02=17
  93. XMAS_PREWEEK_01=50
  94. XMAS_PREWEEK_02=51
  95. XMAS_AFTER_01=02
  96. RECYCLE_DAY=00
  97. INTERNET_SAFETY_01=00
  98. INTERNET_SAFETY_02=00
  99. # 28 October: weeks 42,43,44 are interchanged Park(with oct text) is on the week of the vacation, Maze2 +Oct28 is exhanged
  100. OCT28_PREWEEK=42
  101. OCTOBER28=$((OCT28_PREWEEK+1))
  102. #HALLOWEEN_ENGLISH_WEEK_01=43
  103.  
  104. MARCH25=12
  105.  
  106.  
  107. #mute all Clients
  108. amixer set Master mute
  109. #set python 3 as default
  110. #update-alternatives --install /usr/bin/python python /usr/bin/python3 1 # NOTE Causes Epoptes problems
  111.  
  112. #restore volume/unmute Master&Speaker
  113. #amixer -c 0 set Master playback 100% unmute ;amixer -c 0 set Speaker playback 100% unmute ;
  114.  
  115. #fix for 32bit WINE
  116.  
  117.  
  118. #################### Execute stuff if 32bit or 64bit#####################################################
  119. MACHINE_TYPE=`uname -m`
  120. if [ ${MACHINE_TYPE} == 'x86_64' ]; then
  121.   # 64-bit stuff here
  122. touch "/tmp/64bit_OS_detected" &
  123. #leafpad "/tmp/64bit_OS_detected" &
  124. #mkdir -p /appimages; ln -s /mnt/home/downloads_linux/appimages /appimages/wine; #create /appimages if not exist and make link there
  125. WINE_APPIMAGE_PATH="/mnt/home/downloads_linux/appimages/"
  126. rm /appimages
  127. ln -s /mnt/home/downloads_linux/appimages/wine-staging-linux-x86-v5.11-PlayOnLinux-x86_64.AppImage
  128.  /usr/bin/wineserver;
  129.  ln -s /mnt/home/downloads_linux/appimages/wine-staging-linux-x86-v5.11-PlayOnLinux-x86_64.AppImage
  130.  /usr/bin/wine;
  131.  ln -s /mnt/home/downloads_linux/appimages/wine-staging-linux-x86-v5.11-PlayOnLinux-x86_64.AppImage
  132.  /usr/bin/wine32;
  133. ln -s /mnt/home/downloads_linux/appimages/ /appimages
  134. else
  135.   # 32-bit stuff here
  136. touch "/tmp/32bit_OS_detected"   &
  137. # leafpad "/tmp/32bit_OS_detected"   &
  138. ln -s /usr/bin/wineserver32 /usr/bin/wineserver
  139. fi
  140. ####################END of Execute stuff if 32bit or 64bit#####################################################
  141.  
  142.  
  143. #ironstart https://studio.code.org/s/course1
  144. #ironstart https://studio.code.org/s/course1/stage/4/puzzle/10
  145. #ironstart https://studio.code.org/s/course1/stage/7/puzzle/10
  146. #dim-worklog.matheme.win
  147.  
  148. SERVER="http://192.168.1.200/";
  149. CODEorg=https://studio.code.org/s/course1/stage/
  150. LANDINGpages=""$SERVER"uploads/landing_pages/"
  151. SWFlocal=""$SERVER"swf/"
  152. SWFpath=""$SERVER"swf/"
  153. SWFgiortes=""$SERVER"swf/swf_giortes/"
  154. #---------
  155. GAMESEDU=""$SERVER"gamesedu/"
  156. GAMESEDUtortuga=""$GAMESEDU"tortuga-kids-logo-gr"
  157. GAMESEDUtank=""$GAMESEDU"Code-Commander-gr/index_dot_links.html"
  158. #----------
  159.  
  160. OOOKIDS="ooo4kids1.3 -n "
  161. OOOKIDSpathprefix="/opt/lampp/htdocs/askiseis_office/"
  162. RAMKIDpathprefix=""$SERVER"ramkid/"
  163.  
  164. #date "+%A"   : Δευτέρα , Τρίτη , Τετάρτη , Πέμπτη , Παρασκευή
  165. # echo $(date -d "+1 days" "+%A")
  166. DAYOFWEEK=$(date "+%A")  
  167. WEEKNUMBER=`date +%V`
  168.  
  169. # date --date="1984-12-18" +"%V"
  170. date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z" ; hwclock --systohc;
  171. # To avoid Week Choosing :
  172. #WEEKNUMBER=99
  173.  
  174.  
  175.  
  176. WEEKFINALNUM=0
  177. # Calculate the WeekLesson to start : $STARTWEEKCOUNT + Normal Lesson Week)
  178. adjustWeekFinalNum_for_week() {
  179. # adjustWeekFinalNum_for_week 5 = $WEEKFINALNUM adjustWeekFinalNum_for_week 5))
  180. WEEKFINALNUM=$(($STARTWEEKCOUNT+$1));printf -v WEEKFINALNUM "%02d" $WEEKFINALNUM
  181. echo "DEBUG adjustWeekFinalNum_for_week() WEEKFINALNUM return ="$WEEKFINALNUM
  182. return 5
  183. }
  184.  
  185. load_extra_apps(){
  186. # used to activate events (eg pasxa, halloween, etc)   
  187. cd /tmp
  188. wget ""$SERVER"uploads/john_extra_apps.sh" --directory-prefix=/tmp/
  189. chmod a+x /tmp/john_extra_apps.sh
  190. . /tmp/john_extra_apps.sh
  191.  
  192. }
  193.  
  194.  
  195.  
  196. ironstart() {
  197. # eg  ironstart ""$SWFlocal"pack_A01.html "$LANDINGpage"15-ΤΕΤΑΡΤΗ-Β1--hour5.html "$SWFlocal"pack_A01.html"
  198. #. iron_flash_puppy_pepper_home.sh " --disable-gpu --start-maximized ""$@"
  199.  
  200. # OK BEFORE implemnting Global $CHROME_OPTIONS
  201. #. iron_flash_puppy_pepper_home.sh " --disable-gpu --start-maximized --disable-session-restore --disable-restore-session-state --noerrdialogs --disable-session-crashed-bubble ""$@"
  202.  
  203. # 221106
  204. . iron_flash_puppy_pepper_home.sh "$CHROME_OPTIONS""$IRON_OPTIONS"" --disable-session-restore --disable-restore-session-state --noerrdialogs --disable-session-crashed-bubble ""$@"
  205.  
  206.  
  207. return 5
  208. }
  209.  
  210. ironstartincognito() {
  211. # eg  ironstart ""$SWFlocal"pack_A01.html "$LANDINGpage"15-ΤΕΤΑΡΤΗ-Β1--hour5.html "$SWFlocal"pack_A01.html"
  212. ###ok##. iron_flash_puppy_pepper_home.sh " --disable-gpu --incognito --start-maximized ""$@"
  213. . iron_flash_puppy_pepper_home.sh "$CHROME_OPTIONS""$IRON_OPTIONS"" --incognito ""$@"
  214. return 5
  215. }
  216.  
  217. ironchangesdat() {
  218. # eg  ironstart ""$SWFlocal"pack_A01.html "$LANDINGpage"15-ΤΕΤΑΡΤΗ-Β1--hour5.html "$SWFlocal"pack_A01.html"
  219. . iron_flash_puppy_pepper.sh "$CHROME_OPTIONS""$IRON_OPTIONS"" --disable-gpu --incognito --start-maximized ""$@"
  220. return 5
  221. }
  222.  
  223.  
  224.  
  225. # GOOGLE CHROME latest ############################
  226. googlehomestartincognito() {
  227. # PROBLEM incognito does not work (ok?)
  228. # eg  ironstart ""$SWFlocal"pack_A01.html "$LANDINGpage"15-ΤΕΤΑΡΤΗ-Β1--hour5.html "$SWFlocal"pack_A01.html"
  229. ###. google-chrome-stable-puppy-home.sh --incognito --start-maximized --simulate-outdated-no-au='407466480500'"$CHROME_OPTIONS $CHROME_ONLY_OPTIONS" "$@"
  230. #tee /etc/chromium.d/disable-set-default-browser
  231.  
  232. . google-chrome-stable-puppy-home.sh --incognito --start-maximized "$CHROME_ONLY_OPTIONS" "$CHROME_OPTIONS" "$@"
  233. ###. google-chrome-stable-puppy-home.sh "$CHROME_OPTIONS $CHROME_ONLY_OPTIONS"" --incognito ""$@"
  234. #. google-chrome-stable-puppy-home.sh "$CHROME_OPTIONS $CHROME_ONLY_OPTIONS"" --incognito --start-maximized ""$@"
  235. return 5
  236. }
  237.  
  238. googlehomestart() {
  239. # eg  ironstart ""$SWFlocal"pack_A01.html "$LANDINGpage"15-ΤΕΤΑΡΤΗ-Β1--hour5.html "$SWFlocal"pack_A01.html"
  240. . google-chrome-stable-puppy-home.sh "$CHROME_OPTIONS"" --start-maximized --simulate-outdated-no-au='4074664805000' ""$@"
  241. return 5
  242. }
  243.  
  244. googlechangesdat() {
  245. # eg  ironstart ""$SWFlocal"pack_A01.html "$LANDINGpage"15-ΤΕΤΑΡΤΗ-Β1--hour5.html "$SWFlocal"pack_A01.html"
  246. . google-chrome-stable-puppy.sh "$CHROME_OPTIONS"" --start-maximized --simulate-outdated-no-au='4074664805000' ""$@"
  247. return 5
  248. }
  249.  
  250.  
  251.  
  252. slimjetstartincognito() {
  253. # eg  ironstart ""$SWFlocal"pack_A01.html "$LANDINGpage"15-ΤΕΤΑΡΤΗ-Β1--hour5.html "$SWFlocal"pack_A01.html"
  254. . slimjet-puppy-home.sh "$CHROME_OPTIONS""--incognito  --start-maximized ""$@"
  255. return 5
  256. }
  257.  
  258. slimjetstart() {
  259. # eg  ironstart ""$SWFlocal"pack_A01.html "$LANDINGpage"15-ΤΕΤΑΡΤΗ-Β1--hour5.html "$SWFlocal"pack_A01.html"
  260. . slimjet-puppy-home.sh "--start-maximized ""$CHROME_OPTIONS""$@"
  261. return 5
  262. }
  263.  
  264. oookidsopen()
  265. {
  266. # eg oookidsopen "OFFICE_extra_files/pliktrologisi_j02.1_antigrafi_katanomi_wron.doc"
  267. $OOOKIDS$OOOKIDSpathprefix"$@"
  268. return 5
  269. }
  270.  
  271. lightbot_iron_browser() {
  272. # NOTE : ONLY foir custom MAPS. for normal just run : . iron_flash_puppy_pepper_home.sh "--incognito "$SERVER"gamesedu/lightbot_haan/
  273. # eg  lightbot_iron_browser "maps_easy.txt "$SWFlocal"pack_A02.html"
  274. #. iron_flash_puppy_pepper_home.sh "--incognito "$SERVER"gamesedu/lightbot_haan/index.php?map=""$1"
  275. . iron_flash_puppy_pepper_home.sh "$CHROME_OPTIONS""$IRON_OPTIONS"" --disable-gpu --start-maximized --incognito "$SERVER"gamesedu/lightbot_haan/index.html?map=""$@"" "
  276. return 5   
  277. }
  278.  
  279. firefox10() {
  280. #. firefox10-puppy-home.sh "$1"
  281. #eg firefox10 $SWFgiortes"other/ramkid_invitation_party/index.html" $SWFpath"ramkid_giortes_apokries_pt1.html"
  282. su -l puppy -c '/opt/firefox10/firefox -new-window -no-remote -profile "/mnt/home/downloads_linux/.data/firefox10" -new-tab -url "'$1'" -new-tab -url "'$2'"  -new-tab -url "'$3'"  -new-tab -url "'$4'"'
  283. return 5
  284. }
  285.  
  286. firefox24() {
  287. pkill -f firefox
  288. pkill -f firefox24
  289. #. firefox24-puppy-home.sh "$1"
  290. #eg firefox24 $SWFgiortes"other/ramkid_invitation_party/index.html" $SWFpath"ramkid_giortes_apokries_pt1.html"
  291. #su -l puppy -c '/opt/firefox24/firefox -private -new-window -no-remote -profile "/mnt/home/downloads_linux/.data/firefox24" -new-tab -url "'$1'" -new-tab -url "'$2'"  -new-tab -url "'$3'"  -new-tab -url "'$4'"'
  292. firefox24-puppy-home-many-tabs.sh $1 $2 $3 $4
  293. return 5
  294. }  
  295.  
  296. palemoon() {
  297.     #palemoon doesn't work ....
  298. pkill -f palemoon
  299. #pkill -f firefox24
  300. #. firefox24-puppy-home.sh "$1"
  301. #eg firefox24 $SWFgiortes"other/ramkid_invitation_party/index.html" $SWFpath"ramkid_giortes_apokries_pt1.html"
  302. mkdir -p /mnt/home/downloads_linux/.data/palemoon
  303. mkdir -p /mnt/home/downloads_linux/.cache/palemoon
  304. xhost +local:puppy
  305. sudo -u puppy palemoon '-private -new-window -no-remote -profile "/mnt/home/downloads_linux/.data/palemoon" -new-tab -url "'$1'" -new-tab -url "'$2'"  -new-tab -url "'$3'"  -new-tab -url "'$4'"'
  306. #su -l puppy -c 'palemoon -private -new-window -no-remote -profile "/mnt/home/downloads_linux/.data/palemoon" -new-tab -url "'$1'" -new-tab -url "'$2'"  -new-tab -url "'$3'"  -new-tab -url "'$4'"'
  307. #firefox24-puppy-home-many-tabs.sh $1 $2 $3 $4
  308. return 5
  309. }  
  310.  
  311.  
  312. create_download_linux_home_folders(){
  313. xhost +local:puppy
  314. mkdir -p /mnt/home/downloads_linux/.data/$1
  315. mkdir -p /mnt/home/downloads_linux/.cache/$1
  316. #chown -R puppy:puppy /mnt/home/downloads_linux/.data
  317. #chown -R puppy:puppy /mnt/home/downloads_linux/.cache
  318. cp -n /usr/bin/firefox24_default_home_prefs.js /mnt/home/downloads_linux/.data/$1/prefs.js
  319. }
  320.  
  321. probe_the_server()
  322. {
  323.     #every 2 minutes gets the file /uploads/john_exec_cmd_on_client.sh and executes it
  324.     # you should call it with probe_the_server &  (to run in background)
  325.     cd /tmp
  326.     while /bin/true; do
  327.         cd /tmp
  328.         rm /tmp/john_exec_cmd_on_client.sh
  329.         wget ""$SWFlocal"john_exec_cmd_on_client.sh" --directory-prefix=/tmp/
  330.         chmod a+x /tmp/john_exec_cmd_on_client.sh
  331.         . /tmp/john_exec_cmd_on_client.sh
  332.         #something_in_the_background
  333.         sleep 2m # Waits 2 minutes.
  334.     done &
  335.     return 5
  336. }
  337.  
  338. # 200916b - Check Olohmero (used to check if oloimero hour has started - Combine it with a DAYOFWEEK check)
  339. check_oloimero_time()
  340. {
  341.     currTime=`date +%k%M`
  342.     tempTime=$1
  343.     #if [ $tempTime -gt 200 -a $tempTime -lt 2200 ]; then
  344.     if [ $currTime -gt $tempTime ]; then
  345.         echo "OKpassedCheck"
  346.         exit 1
  347.     else
  348.         echo "Time is after 10 PM and before 2 AM. Running normally."
  349.         exit 2
  350.     fi
  351. }
  352.  
  353.  
  354. #
  355. #function repeat next command N times (eg repeat 10 echo "hello"  - repeates 10 times)
  356. repeat() {
  357.     number=$1
  358.     shift
  359.     for i in `seq $number`; do
  360.       $@
  361.     done
  362. }
  363.  
  364. ################  TEST COMMANDS #############
  365. probe_the_server &
  366.  
  367. #ironstartincognito ""$SERVER"ramkid/KidsPedia/kids_ePedia32cd/Volume20/index_kd_vol.html "$SWFlocal"ramkid_giortes_pasxa_pt1.html"
  368. leafpad "Week number: $WEEKNUMBER 2021-22" &
  369.  
  370. ##########parallel
  371. #ironstart ""$SWFlocal"swf_giortes/index_halloween.html?timer3" &
  372. #. /usr/local/bin/tuxpaint-with-conf.sh &
  373. #wait
  374. #repeat 2 palemoon ""$SWFlocal"pack_codeorg1.html?showdiv1&showdiv2&showdiv3&showdiv4&showdiv5 https://---studio.code.org/s/course1/stage/5/puzzle/1 "$SWFlocal"pack_A06.html?probeserver\&norightclick\&timer4"
  375. #repeat 2 palemoon-puppy.sh ""$SWFlocal"pack_codeorg1.html?showdiv1&showdiv2&showdiv3&showdiv4&showdiv5 https://---studio.code.org/s/course1/stage/5/puzzle/1 "$SWFlocal"pack_A06.html?probeserver\&norightclick\&timer4"
  376.  
  377. ################# END OF TEST COMMANDS ##########
  378.  
  379.  
  380.  
  381. ############## OLOHMERO START #####################
  382. #--------------- SPECIAL EVENTS --------------------------
  383. #load_extra_apps
  384.  
  385.  
  386. if [ "$(check_oloimero_time 1302)" == 'OKpassedCheck' ]
  387. then
  388. leafpad "run ΟΛΟΗΜΕΡΟ EVERYDAY 13:05" &
  389.  
  390. #ironstartincognito.sh ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO "$SERVER"swf/fun/treasure_of_cutlass_reef-__pirate-ship-battle__NoNavUrl!!!.swf"
  391. repeat 4 ironstartincognito ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO "
  392. repeat 2 ironstartincognito ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO "$SWFlocal"pack_url_param.html?url1=ab/coloring/coloring-inside-out__noADsURL.swf\&url2=http://weavesilk.com\&url3=graphics_/drip_paint_jacksonpollock_by_miltos_manetas.swf\&url4=ab/coloring/coloring_book_yippy_yahoo__3img_NoNav.swf\&url5=_____________________\&url6=Olohmero A-dimotikoy"
  393. #ironstartincognito ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO "$SWFlocal"pack_url_param.html?url1=ab/coloring/coloring-inside-out__noADsURL.swf\&url2=http://weavesilk.com\&url3=graphics_/drip_paint_jacksonpollock_by_miltos_manetas.swf\&url4=ab/coloring/coloring_book_yippy_yahoo__3img_NoNav.swf\&url5=_____________________\&url6=Olohmero A-dimotikoy"
  394.  
  395. fi
  396.  
  397.  
  398.  
  399. # 200916b - Check Olohmero
  400. if [ $DAYOFWEEK == 'Δευτέρα' ] || [ $DAYOFWEEK == 'Monday' ]
  401. then
  402. echo "Δευτέρα"
  403.  
  404. fi
  405.  
  406. if [ $DAYOFWEEK == 'Τρίτη' ] || [ $DAYOFWEEK == 'Tuesday' ]
  407. then
  408. echo "Τρίτη"
  409. fi
  410.  
  411.  
  412. if [ $DAYOFWEEK == 'Δευτέρα' ] || [ $DAYOFWEEK == 'Monday' ]
  413. then
  414. echo "Δευτέρα OLOHMERO"
  415. if [ "$(check_oloimero_time 1302)" == 'OKpassedCheck' ]
  416. then
  417. leafpad "run ΟΛΟΗΜΕΡΟ Δευτέρα 13:05" &
  418.  
  419. #ironstartincognito.sh ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO "$SERVER"swf/fun/treasure_of_cutlass_reef-__pirate-ship-battle__NoNavUrl!!!.swf"
  420. repeat 4 ironstartincognito ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO "
  421. repeat 2 ironstartincognito ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO "$SWFlocal"pack_url_param.html?url1=ab/coloring/coloring-inside-out__noADsURL.swf\&url2=http://weavesilk.com\&url3=graphics_/drip_paint_jacksonpollock_by_miltos_manetas.swf\&url4=ab/coloring/coloring_book_yippy_yahoo__3img_NoNav.swf\&url5=_____________________\&url6=Olohmero A-dimotikoy"
  422. #ironstartincognito ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO "$SWFlocal"pack_url_param.html?url1=ab/coloring/coloring-inside-out__noADsURL.swf\&url2=http://weavesilk.com\&url3=graphics_/drip_paint_jacksonpollock_by_miltos_manetas.swf\&url4=ab/coloring/coloring_book_yippy_yahoo__3img_NoNav.swf\&url5=_____________________\&url6=Olohmero A-dimotikoy"
  423.  
  424. fi
  425. # ΤΡΙΤΗ'
  426. fi
  427.  
  428. if [ $DAYOFWEEK == 'Τρίτη' ] || [ $DAYOFWEEK == 'Tuesday' ]
  429. then
  430. echo "Τρίτη OLOHMERO  A2 tmima"
  431. if [ "$(check_oloimero_time 1302)" == 'OKpassedCheck' ]
  432. then
  433. leafpad "run ΟΛΟΗΜΕΡΟ Τρίτη 13:05  A2 tmima" &
  434. #ironstartincognito ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO "$SWFlocal"pack_url_param.html?url1=ab/coloring/coloring-inside-out__noADsURL.swf\&url2=http://weavesilk.com\&url3=graphics_/drip_paint_jacksonpollock_by_miltos_manetas.swf\&url4=ab/coloring/coloring_book_yippy_yahoo__3img_NoNav.swf\&url5=_____________________\&url6=Olohmero A-dimotikoy"
  435. repeat 4 ironstartincognito ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO "
  436.  
  437. repeat 3 ironstartincognito ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO "$SWFlocal"pack_url_param.html?url1=ab/coloring/coloring-inside-out__noADsURL.swf\&url2=http://weavesilk.com\&url3=graphics_/drip_paint_jacksonpollock_by_miltos_manetas.swf\&url4=ab/coloring/coloring_book_yippy_yahoo__3img_NoNav.swf\&url5=_____________________\&url6=Olohmero A-dimotikoy"
  438.  
  439. #ironstartincognito ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO "$SWFlocal"pack_url_param.html?url1=ab/coloring/coloring-inside-out__noADsURL.swf\&url2=http://weavesilk.com\&url3=graphics_/drip_paint_jacksonpollock_by_miltos_manetas.swf\&url4=ab/coloring/coloring_book_yippy_yahoo__3img_NoNav.swf\&url5=_____________________\&url6=Olohmero A-dimotikoy"
  440.  
  441. ironstartincognito ""$SWFlocal"pack_url_param.html?url1=ab/coloring/coloring-inside-out__noADsURL.swf\&url2=http://weavesilk.com\&url3=graphics_/drip_paint_jacksonpollock_by_miltos_manetas.swf\&url4=ab/coloring/coloring_book_yippy_yahoo__3img_NoNav.swf\&url5=_____________________\&url6=Olohmero A-dimotikoy "$SERVER"swf/ferryhalim.com.html?timer2\&probeserver"
  442. #ironstartincognito.sh ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO "$SERVER"swf/fun/treasure_of_cutlass_reef-__pirate-ship-battle__NoNavUrl!!!.swf"
  443. ironstartincognito ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO"
  444. fi
  445. # ΤΡΙΤΗ'
  446. fi
  447.  
  448. if [ $DAYOFWEEK == 'Τετάρτη' ] || [ $DAYOFWEEK == 'Wednesday' ]
  449. then
  450. echo "Τετάρτη"
  451.  
  452. if [ "$(check_oloimero_time 1302)" == 'OKpassedCheck' ]
  453. then
  454. leafpad "run ΟΛΟΗΜΕΡΟ Τετάρτη 13:05  tmima 9" &
  455. #ironstartincognito ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO "$SWFlocal"pack_url_param.html?url1=ab/coloring/coloring-inside-out__noADsURL.swf\&url2=http://weavesilk.com\&url3=graphics_/drip_paint_jacksonpollock_by_miltos_manetas.swf\&url4=ab/coloring/coloring_book_yippy_yahoo__3img_NoNav.swf\&url5=_____________________\&url6=Olohmero A-dimotikoy"
  456. repeat 4 ironstartincognito ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO "
  457.  
  458. repeat 3 ironstartincognito ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO "$SWFlocal"pack_url_param.html?url1=ab/coloring/coloring-inside-out__noADsURL.swf\&url2=http://weavesilk.com\&url3=graphics_/drip_paint_jacksonpollock_by_miltos_manetas.swf\&url4=ab/coloring/coloring_book_yippy_yahoo__3img_NoNav.swf\&url5=_____________________\&url6=Olohmero A-dimotikoy"
  459. fi
  460.  
  461. fi
  462.  
  463. if [ $DAYOFWEEK == 'Πέμπτη' ] || [ $DAYOFWEEK == 'Thursday' ]
  464. then
  465. echo "Πέμπτη"
  466. if [ "$(check_oloimero_time 1302)" == 'OKpassedCheck' ]
  467. then
  468. leafpad "run ΟΛΟΗΜΕΡΟ Πέμπτη 13:05 tmima10 " &
  469. repeat 4 ironstartincognito ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO "
  470.  
  471. #ironstartincognito ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO "$SWFlocal"pack_url_param.html?url1=ab/coloring/coloring-inside-out__noADsURL.swf\&url2=http://weavesilk.com\&url3=graphics_/drip_paint_jacksonpollock_by_miltos_manetas.swf\&url4=ab/coloring/coloring_book_yippy_yahoo__3img_NoNav.swf\&url5=_____________________\&url6=Olohmero A-dimotikoy"
  472. repeat 3 ironstartincognito ""$SERVER"swf/ferryhalim.com.html?timer2\&probeserver http://OLOHMERO "$SWFlocal"pack_url_param.html?url1=ab/coloring/coloring-inside-out__noADsURL.swf\&url2=http://weavesilk.com\&url3=graphics_/drip_paint_jacksonpollock_by_miltos_manetas.swf\&url4=ab/coloring/coloring_book_yippy_yahoo__3img_NoNav.swf\&url5=_____________________\&url6=Olohmero A-dimotikoy"
  473. fi
  474.  
  475. fi
  476.  
  477. if [ $DAYOFWEEK == 'Παρασκευή' ] || [ $DAYOFWEEK == 'Friday' ]
  478. then
  479. echo "Παρασκευή"
  480. fi
  481.  
  482.  
  483.  
  484. ##############OLOHMERO END################
  485.  
  486.  
  487.  
  488.  
  489. ##################  FULL WEEK EVENTS #################################
  490. # Προγραμματισμός εβδομάδων    date +%V    WEEKNUMBER=17 #TEST :
  491. # WEEKNUMBER=17 #TEST
  492.  
  493.  
  494.  
  495. adjustWeekFinalNum_for_week $EASTER_PREWEEK_01
  496. if [ $WEEKNUMBER == $EASTER_PREWEEK_01 ] || [ "$WEEKNUMBER" == 'Easter pt A' ]
  497. then
  498. #--------------------- this is for Full week-all classes events
  499. leafpad "WEEK easter ptA    activated --- Week number: $WEEKNUMBER" &
  500. repeat 6 ironstartincognito ""$SWFlocal"ramkid_giortes_pasxa_pt1.html "$SERVER"ramkid/KidsPedia/kids_ePedia32cd/Volume20/index_kd_vol.html"
  501. #ironstartincognito ""$SERVER"ramkid/KidsPedia/kids_ePedia32cd/Volume20/index_kd_vol.html "$SWFlocal"ramkid_giortes_pasxa_pt1.html"
  502. ironstartincognito ""$SWFlocal"ramkidpedia_vol20_pasxa1.html "$SWFlocal"ramkid_giortes_pasxa_pt1.html"
  503. fi
  504. adjustWeekFinalNum_for_week $EASTER_PREWEEK_02
  505. if [ $WEEKNUMBER == $EASTER_PREWEEK_02 ] || [ "$WEEKNUMBER" == 'Easter pt B' ]
  506. then
  507. #--------------------- this is for Full week-all classes events
  508. leafpad "WEEK easter ptB    activated --- Week number: $WEEKNUMBER" &
  509. #ironstartincognito ""$SWFgiortes"index_easter.html?probeserver\&norightclick\&timer3 https://plirof.github.io/tinymce_class/tinymce.html?probeserver\&nocopy\&file=giorti_pasxa01"
  510. repeat 6 ironstartincognito ""$SWFgiortes"index_easter.html?probeserver\&norightclick\&timer3 https://plirof.github.io/tinymce_class/tinymce.html?probeserver\&nocopy\&file=giorti_pasxa01"
  511.  
  512.  
  513. fi
  514.  
  515. adjustWeekFinalNum_for_week $RECYCLE_DAY
  516. if [ $WEEKNUMBER == $RECYCLE_DAY ] || [ "$WEEKNUMBER" == 'Recycle - Earth Days' ]
  517. then
  518. #--------------------- this is for Full week-all classes events
  519. leafpad "WEEK Recycle Day    activated --- Week number: $WEEKNUMBER" &
  520. repeat 7 ironstartincognito ""$SWFlocal"pack_recycle.html?probeserver\&norightclick\&timer3 https://plirof.github.io/tinymce_class/tinymce.html?probeserver\&nocopy"
  521. #ironstartincognito ""$SWFlocal"pack_recycle.html?probeserver\&norightclick\&timer3 https://plirof.github.io/tinymce_class/tinymce.html?probeserver\&nocopy"
  522.  
  523. fi  
  524.  
  525. adjustWeekFinalNum_for_week $OCT28_PREWEEK
  526. if [ $WEEKNUMBER == $OCT28_PREWEEK ] || [ "$WEEKNUMBER" == '28 October pre week' ]
  527. then
  528. # NOTE  : 28 oct pre-week is usually week 43 or 42 - we swap these weeks with maze part 2 we should put Park 1 in the cut down week after oct28
  529.  
  530. #--------------------- this is for Full week-all classes events
  531. leafpad "WEEK 28 october pre week     activated --- Week number: $WEEKNUMBER" &
  532. # (+ 28october pre week  
  533. repeat 6  ironstartincognito ""$SWFlocal"pack_giortes28oct.html?probeserver\&norightclick "$SERVER"tinymce_class/tinymce_submit.html?probeserver\&nocopy\&hidediv1\&file=giorti28oct01 "$SWFlocal"pack_paint1.html?timer3\&probeserver"
  534. #ironstartincognito ""$SWFlocal"pack_giortes28oct.html?probeserver\&norightclick "$SERVER"tinymce_class/tinymce_submit.html?probeserver\&nocopy\&hidediv1\&file=giorti28oct01 "$SWFlocal"pack_paint1.html?timer3\&probeserver"
  535.  
  536. fi
  537.  
  538. adjustWeekFinalNum_for_week $OCTOBER28
  539. if [ $WEEKNUMBER == $OCTOBER28 ] || [ "$WEEKNUMBER" == '28 October week(argia 26,28 + giortes) ' ]
  540. then
  541. # NOTE  : 28 oct pre-week is usually week 43 or 42 - we swap these weeks with maze part 2 we should put Park 1 in the cut down week after oct28
  542.  
  543. #--------------------- this is for Full week-all classes events
  544. leafpad "WEEK giorti 28 October week(argia 26,28 + giortes) activated --- Week number: $WEEKNUMBER" &
  545. # (+ 28october pre week  
  546. repeat 6  ironstartincognito ""$SWFlocal"pack_parking1.html?probeserver\&norightclick  "$SERVER"tinymce_class/tinymce_submit.html?probeserver\&nocopy\&hidediv1\&file=giorti28oct01 "$SWFlocal"pack_giortes28oct.html?probeserver\&norightclick 28October-HalloweenDraw"
  547. repeat 6  ironstartincognito ""$SWFlocal"pack_url_param.html?url1=fun/spongebob-parking_jon04noURLS_need760MBram_!!.swf\&url2=fun/puzzle_board/edsparkinggame.swf\&url3=type/typing_bricks\(puzzle\)!!!.swf\&url4=type/typing_alphattack2__bombDrop_NoNavUrl.swf\&url5=fun/puzzle_board/spark_chess_17521__allows_save_NoNavUrl.swf\&url6=park-1\&probeserver\&norightclick  "$SERVER"tinymce_class/tinymce_submit.html?probeserver\&nocopy\&hidediv1\&file=giorti28oct01 "$SWFlocal"pack_giortes28oct.html?probeserver\&norightclick 28October-HalloweenDraw"
  548. #ironstartincognito ""$SWFlocal"pack_giortes28oct.html?probeserver\&norightclick "$SERVER"tinymce_class/tinymce_submit.html?probeserver\&nocopy\&hidediv1\&file=giorti28oct01 "$SWFlocal"pack_paint1.html?timer3\&probeserver"
  549.  
  550. fi
  551.  
  552.  
  553.  
  554.  
  555.  
  556. ################## END OF FULL WEEK EVENTS #################################
  557.  
  558.  
  559.  
  560.  
  561. #201902118-22  , 2020 updated
  562. #adjustWeekFinalNum_for_week 7
  563. if [ $WEEKNUMBER == $APOKRIES_PREWEEK_01 ] || [ "$WEEKNUMBER" == 'Halloween pt1' ]
  564. then
  565. #--------------------- this is for Full week-all classes events    
  566. leafpad "WEEK halloween ptA (ramkid_invitation_party , swf_ramkid_cds2k5/Ramkid_12feb_apokries , KidsPedia/kids_ePedia32cd/Volume13 )   activated --- Week number: $WEEKNUMBER" &
  567. #ironstartincognito ""$SWFgiortes"other/ramkid_invitation_party/index.html "$SWFpath"ramkid_giortes_apokries_pt1.html "$SERVER"tinymce_class/tinymce.html?probeserver\&nocopy\&file=giorti_apokries01"
  568. repeat 6 ironstartincognito ""$SWFgiortes"other/ramkid_invitation_party/index.html "$SWFpath"ramkid_giortes_apokries_pt1.html "$SERVER"tinymce_class/tinymce.html?probeserver\&nocopy\&file=giorti_apokries01"
  569. fi
  570.  
  571. #200217 updated  (NoteSTARTWEEKCOUNT +08 NOT working error)
  572. #adjustWeekFinalNum_for_week 8
  573. if  [ "$WEEKNUMBER" == APOKRIES_PREWEEK_02 ] #||  [ "$WEEKNUMBER" == '09' ]
  574. #|| [ $WEEKNUMBER == "0"$WEEKFINALNUM adjustWeekFinalNum_for_week '08')) ] || [ $WEEKNUMBER == "0"$WEEKFINALNUM adjustWeekFinalNum_for_week '09')) ]
  575. then
  576. #--------------------- this is for Full week-all classes events
  577. leafpad "WEEK halloween ptB (for 2 weeks  games)   activated --- Week number: $WEEKNUMBER    20190225-08" &
  578. #ironstartincognito "http://plirof.github.io/tinymce_class/tinymce.html?probeserver\&nocopy\&file=giorti_apokries01 "$SWFgiortes"index_halloween.html?probeserver\&norightclick\&timer3"
  579. repeat 6 ironstartincognito $SWFgiortes"index_halloween.html?probeserver\&norightclick\&timer3 ""http://plirof.github.io/tinymce_class/tinymce.html?probeserver\&nocopy\&file=giorti_apokries01 "
  580. #ironstartincognito ""$SWFgiortes"index_halloween.html?timer3 http://plirof.github.io/tinymce_class/tinymce.html?probeserver\&nocopy\&file=giorti_apokries01"
  581. repeat 4 ironstartincognito ""$SWFgiortes"index_halloween.html http://plirof.github.io/tinymce_class/tinymce.html?probeserver\&nocopy\&file=giorti_apokries01\&hidediv1"
  582.  
  583. fi
  584.  
  585. ######################################################################################
  586. #############  ALL WEEKS START #######################################################
  587. ######################################################################################
  588. adjustWeekFinalNum_for_week 38
  589. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == '37' ] || [ "$WEEKNUMBER" == 'wk01-02-SepB-C' ]  
  590. then
  591. # ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html?showsubmit\&probeserver "$SWFlocal"pack_A03.html?probeserver\&norightclick
  592. #"$SWFlocal"funbrain.html?timer3  http://first_week_enter_ONOMATA_PC03_E2_Giorgos_giannis"
  593.  
  594. repeat 6 ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html?showsubmit\&probeserver "$SWFlocal"pack_A07.html?probeserver\&norightclick
  595. "$SWFlocal"funbrain.html?timer3  http://first_week_enter_ONOMATA_PC03_E2_Giorgos_giannis"
  596.  
  597. repeat 6 ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html?showsubmit\&probeserver "$SWFlocal"pack_A03.html?probeserver\&norightclick
  598. "$SWFlocal"funbrain.html?timer3  http://first_week_enter_ONOMATA_PC03_E2_Giorgos_giannis"
  599.  
  600. ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html?showsubmit\&probeserver "$SWFlocal"pack_A03.html?probeserver\&norightclick
  601. "$SWFlocal"funbrain.html?timer3  http://first_week"
  602.  
  603.  
  604. $OOOKIDS$OOOKIDSpathprefix"OFFICE_extra_files/ALL_biografiko_mathiti.doc" &
  605.  
  606. ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html?showsubmit\&probeserver "$SWFlocal"funbrain.html?timer3 "$SWFlocal"pack_url_param.html?url1=type/typing_bricks__puzzle!!!.swf\&url2=type/assault-typing__shootemup__rapidtyping.com_NoAdUrl.swf\&url3=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url4=type/typing_alphattack2__bombDrop_NoNavUrl.swf\&url5=type/airtyper_1_noADsURL.swf\&url6=typing-1\&timer3"
  607. #ironstart ""$SERVER"tinymce_class/tinymce_submit.html" ""$SWFlocal"funbrain.html?timer3"
  608. $OOOKIDS$OOOKIDSpathprefix"OFFICE_extra_files/ALL_biografiko_mathiti.doc" &
  609. ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html?showsubmit\&probeserver "$SWFlocal"funbrain.html?timer3 "$SWFlocal"pack_url_param.html?url1=type/typing_bricks__puzzle!!!.swf\&url2=type/assault-typing__shootemup__rapidtyping.com_NoAdUrl.swf\&url3=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url4=type/typing_alphattack2__bombDrop_NoNavUrl.swf\&url5=type/airtyper_1_noADsURL.swf\&url6=typing-1\&timer3"
  610. $OOOKIDS$OOOKIDSpathprefix"OFFICE_extra_files/ALL_biografiko_mathiti.doc" &
  611.  
  612. ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html?showsubmit\&probeserver "$SWFlocal"funbrain.html?timer3 "$SWFlocal"pack_url_param.html?url1=type/typing_bricks__puzzle!!!.swf\&url2=type/assault-typing__shootemup__rapidtyping.com_NoAdUrl.swf\&url3=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url4=type/typing_alphattack2__bombDrop_NoNavUrl.swf\&url5=type/airtyper_1_noADsURL.swf\&url6=typing-1\&timer3"
  613. ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html?showsubmit\&probeserver "$SWFlocal"funbrain.html?timer3 "$SWFlocal"pack_url_param.html?url1=type/typing_bricks__puzzle!!!.swf\&url2=type/assault-typing__shootemup__rapidtyping.com_NoAdUrl.swf\&url3=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url4=type/typing_alphattack2__bombDrop_NoNavUrl.swf\&url5=type/airtyper_1_noADsURL.swf\&url6=typing-1\&timer3"
  614. ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html?showsubmit\&probeserver "$SWFlocal"funbrain.html?timer3 "$SWFlocal"pack_url_param.html?url1=type/typing_bricks__puzzle!!!.swf\&url2=type/assault-typing__shootemup__rapidtyping.com_NoAdUrl.swf\&url3=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url4=type/typing_alphattack2__bombDrop_NoNavUrl.swf\&url5=type/airtyper_1_noADsURL.swf\&url6=typing-1\&timer3"
  615.  
  616.  
  617.  
  618.  
  619. ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html "$SWFlocal"funbrain.html?timer3 "$SWFlocal"pack_url_param.html?url1=type/typing_bricks__puzzle!!!.swf\&url2=type/assault-typing__shootemup__rapidtyping.com_NoAdUrl.swf\&url3=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url4=type/typing_alphattack2__bombDrop_NoNavUrl.swf\&url5=type/airtyper_1_noADsURL.swf\&url6=typing-1\&timer3"
  620. ironstart ""$SWFlocal"funbrain.html?timer3"
  621. #$OOOKIDS$OOOKIDSpathprefix"OFFICE_extra_files/ALL_biografiko_mathiti.doc" &
  622. ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html "$SWFlocal"funbrain.html?timer3 "$SWFlocal"pack_url_param.html?url1=type/typing_bricks__puzzle!!!.swf\&url2=type/assault-typing__shootemup__rapidtyping.com_NoAdUrl.swf\&url3=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url4=type/typing_alphattack2__bombDrop_NoNavUrl.swf\&url5=type/airtyper_1_noADsURL.swf\&url6=typing-1\&timer3"
  623. ironstart ""$SWFlocal"funbrain.html" ""$SERVER"tinymce_class/tinymce_submit.html"
  624. ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html "$SWFlocal"funbrain.html?timer3 "$SWFlocal"pack_url_param.html?url1=type/typing_bricks__puzzle!!!.swf\&url2=type/assault-typing__shootemup__rapidtyping.com_NoAdUrl.swf\&url3=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url4=type/typing_alphattack2__bombDrop_NoNavUrl.swf\&url5=type/airtyper_1_noADsURL.swf\&url6=typing-1\&timer3"
  625. $OOOKIDS$OOOKIDSpathprefix"OFFICE_extra_files/ALL_biografiko_mathiti.doc" &
  626.  
  627. fi
  628.  
  629. adjustWeekFinalNum_for_week 39
  630. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk03-SepD' ]  
  631. then
  632.  
  633.  
  634. repeat 7 ironstartincognito ""$SWFlocal"pack_typing1.html?probeserver&norightclick&timer3 """$SERVER"tinymce_class/tinymce_submit.html?showsubmit "$SWFlocal"funbrain.html?probeserver\&timer3  "
  635. #repeat 7 ironstartincognito ""$SWFlocal"pack_url_param.html?url1=type/typing_bricks__puzzle!!!.swf\&url2=type/assault-typing__shootemup__rapidtyping.com_NoAdUrl.swf\&url3=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url4=type/typing_alphattack2__bombDrop_NoNavUrl.swf\&url5=type/airtyper_1_noADsURL.swf\&url6=typing-1\&timer3 """$SERVER"tinymce_class/tinymce_submit.html?showsubmit "$SWFlocal"funbrain.html?probeserver\&timer3  "
  636. ironstartincognito ""$SWFlocal"pack_url_param.html?url1=type/typing_bricks__puzzle!!!.swf\&url2=type/assault-typing__shootemup__rapidtyping.com_NoAdUrl.swf\&url3=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url4=type/typing_alphattack2__bombDrop_NoNavUrl.swf\&url5=type/airtyper_1_noADsURL.swf\&url6=typing-1\&timer3 """$SERVER"tinymce_class/tinymce_submit.html?showsubmit "$SWFlocal"funbrain.html?probeserver\&timer3  "
  637.  
  638.  
  639. repeat 6 ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html "$SWFlocal"funbrain.html?probeserver\&timer3  "$SWFlocal"pack_url_param.html?url1=type/typing_bricks__puzzle!!!.swf\&url2=type/assault-typing__shootemup__rapidtyping.com_NoAdUrl.swf\&url3=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url4=type/typing_alphattack2__bombDrop_NoNavUrl.swf\&url5=type/airtyper_1_noADsURL.swf\&url6=typing-1\&timer3"
  640.  
  641.  
  642. #a-b
  643. ironstartincognito ""$SWFlocal"pack_type_ramkid_greek.html"
  644. #c-st
  645. ironstartincognito ""$SWFlocal"pack_url_param.html?url1=type/airtyper_1_noADsURL.swf\&url2=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url3=type/typing_bricks__puzzle!!!.swf\&url4=type/typing_tidepool__sea_race_!!.swf\&url5=type/excuses-excuses__type_noADsURL.swf\&url6=typing-2\&timer3"
  646.  
  647. ironstartincognito ""$SWFlocal"pack_type_ramkid_greek.html"
  648. ironstartincognito ""$SWFlocal"pack_url_param.html?url1=type/airtyper_1_noADsURL.swf\&url2=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url3=type/typing_bricks__puzzle!!!.swf\&url4=type/typing_tidepool__sea_race_!!.swf\&url5=type/excuses-excuses__type_noADsURL.swf\&url6=typing-2\&timer3"
  649. ironstartincognito ""$SWFlocal"pack_type_ramkid_greek.html"
  650. ironstartincognito ""$SWFlocal"pack_url_param.html?url1=type/airtyper_1_noADsURL.swf\&url2=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url3=type/typing_bricks__puzzle!!!.swf\&url4=type/typing_tidepool__sea_race_!!.swf\&url5=type/excuses-excuses__type_noADsURL.swf\&url6=typing-2\&timer3"
  651. ironstartincognito ""$SWFlocal"pack_type_ramkid_greek.html"
  652. ironstartincognito ""$SWFlocal"pack_url_param.html?url1=type/airtyper_1_noADsURL.swf\&url2=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url3=type/typing_bricks__puzzle!!!.swf\&url4=type/typing_tidepool__sea_race_!!.swf\&url5=type/excuses-excuses__type_noADsURL.swf\&url6=typing-2\&timer3"
  653.  
  654. fi
  655.  
  656.  
  657. ############ OCTOBER ###################
  658.  
  659. adjustWeekFinalNum_for_week 40
  660. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk04--OCtA' ]  
  661. then
  662.  
  663. # eduactiv8 Lesson1 : A-B Γλωσσικές Τέχνες->Ανακαλύψτε τα γραμματα
  664. #. /opt/eduActiv8/eduActiv8 &
  665. ##/opt/eduActiv8/eduActiv8 &
  666. sudo -u puppy bash -c "/opt/eduActiv8/eduActiv8 &";
  667. #ironstartincognito ""$SWFlocal"pack_type_ramkid_greek.html"
  668. repeat 7 ironstartincognito ""$SWFlocal"pack_typing2.html?probeserver&norightclick&timer3 """$SWFlocal"funbrain.html?probeserver\&timer3  "
  669. repeat 6 ironstartincognito ""$SWFlocal"pack_url_param.html?url1=type/airtyper_1_noADsURL.swf\&url2=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url3=type/typing_bricks__puzzle!!!.swf\&url4=type/typing_tidepool__sea_race_!!.swf\&url5=type/horse-racing-typing__rapidtyping.com_NoNavUrl.swf\&url6=typing-2\&probeserver\&timer3 "$SWFlocal"funbrain.html?norightclick";
  670. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=type/airtyper_1_noADsURL.swf\&url2=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url3=type/typing_bricks__puzzle!!!.swf\&url4=type/typing_tidepool__sea_race_!!.swf\&url5=type/horse-racing-typing__rapidtyping.com_NoNavUrl.swf\&url6=typing-2\&probeserver\&timer3"
  671. #ironstartincognito ""$SWFlocal"pack_type_ramkid_greek.html"
  672. #. /opt/eduActiv8/eduActiv8 &
  673. sudo -u puppy bash -c "/opt/eduActiv8/eduActiv8 &";
  674. #/opt/eduActiv8/eduActiv8
  675.  
  676.  
  677.  
  678. fi
  679.  
  680. adjustWeekFinalNum_for_week 41
  681. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk05-OctB' ]  
  682. then
  683.  
  684.  
  685. repeat 6 ironstartincognito ""$SWFlocal"pack_maze1.html?probeserver\&timer3"
  686.  
  687. repeat 6 ironstartincognito ""$SWFlocal"pack_url_param.html?url1=fun/maze/Diego_Dinosaur_Rescue_maze_KIDS_simple_NotTImed_!!!.swf\&url2=fun/maze/the-maze-game\(robot\)__no_jp_utl.swf\&url3=ab/ladybugs_TRODLER_noADsURL@.swf\&url4=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url5=fun/td/BloonsTowerDefense2_ok4slow_p4_NoNavUrl.swf\&url6=maze-1\&probeserver\&timer3"
  688. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=fun/maze/Diego_Dinosaur_Rescue_maze_KIDS_simple_NotTImed_!!!.swf\&url2=fun/maze/the-maze-game\(robot\)__no_jp_utl.swf\&url3=ab/ladybugs_TRODLER_noADsURL@.swf\&url4=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url5=fun/td/BloonsTowerDefense2_ok4slow_p4_NoNavUrl.swf\&url6=maze-1\&probeserver\&timer3"
  689.  
  690. fi
  691.  
  692. adjustWeekFinalNum_for_week 42
  693. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk06-OctC' ]  
  694. then
  695. # Week42 this is exchanged with the Oct28 Pre-Week (wweks 42,43,44 are overwritten from the 2 oct28 weeks -the remaining will be Maze2)
  696. repeat 6 ironstartincognito ""$SWFlocal"pack_maze2.html?probeserver\&timer2"
  697.  
  698. repeat 6  ironstartincognito ""$SWFlocal"pack_url_param.html?url1=fun/maze/labrat__maze-kids_needFastPC_unencr2noAdsURL_cheat_GR01_!!.swf\&url2=fun/maze/minotaur_122_maze__unencr3_noAdsUrl_!.swf\&url3=fun/maze/Diego_Dinosaur_Rescue_maze_KIDS_simple_NotTImed_!!!.swf\&url4=ab/ladybugs_TRODLER_noADsURL@.swf\&url5=fun/physics/soccer-balls__physics__noADurl.swf\&url6=maze-2\&probeserver\&timer3"
  699.  
  700. fi
  701.  
  702. adjustWeekFinalNum_for_week 43
  703. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk07-OctD' ]  
  704. then
  705.  
  706. # Week42 this is exchanged with the Oct28 Pre-Week (wweks 42,43,44 are overwritten from the 2 oct28 weeks -the remaining will be Maze2)
  707. repeat 6 ironstartincognito ""$SWFlocal"pack_maze2.html?probeserver\&timer2"
  708. repeat 6  ironstartincognito ""$SWFlocal"pack_url_param.html?url1=fun/maze/labrat__maze-kids_needFastPC_unencr2noAdsURL_cheat_GR01_!!.swf\&url2=fun/maze/minotaur_122_maze__unencr3_noAdsUrl_!.swf\&url3=fun/maze/Diego_Dinosaur_Rescue_maze_KIDS_simple_NotTImed_!!!.swf\&url4=ab/ladybugs_TRODLER_noADsURL@.swf\&url5=fun/physics/soccer-balls__physics__noADurl.swf\&url6=maze-2\&probeserver\&timer3"
  709.  
  710.  
  711. #28oct A-B draw jspaint , C-ST write word
  712. repeat 6  ironstartincognito ""$SWFlocal"pack_giortes28oct.html "$SERVER"tinymce_class/tinymce.html?probeserver\&file=giorti28oct01 "$SERVER"jspaint/index.html#load:"$SERVER"jspaint/school/28oct-01.png"
  713. #ironstartincognito ""$SWFlocal"pack_giortes28oct.html "$SERVER"tinymce_class/tinymce.html?probeserver\&file=giorti28oct01 "$SERVER"jspaint/index.html#load:"$SERVER"jspaint/school/28oct-01.png"
  714.  
  715. . /usr/local/bin/tuxpaint-with-conf.sh &
  716.  
  717.  
  718. $OOOKIDS$OOOKIDSpathprefix"AskiseisWord/Για Πληκτρολόγηση.doc"
  719. ironstartincognito ""$SERVER"tinymce_class/tinymce.html?probeserver\&file=giorti28oct01" &
  720.  #ironstartincognito "https://plirof.github.io/tinymce_class/tinymce.html?probeserver\&file=giorti28oct01" &
  721. $OOOKIDS$OOOKIDSpathprefix"AskiseisWord/Για Πληκτρολόγηση.doc"
  722. ironstartincognito ""$SERVER"tinymce_class/tinymce.html?probeserver\&file=giorti28oct01" &
  723. #ironstartincognito "https://plirof.github.io/tinymce_class/tinymce.html?probeserver\&file=giorti28oct01" &
  724. $OOOKIDS$OOOKIDSpathprefix"AskiseisWord/Για Πληκτρολόγηση.doc"
  725. ironstartincognito ""$SERVER"tinymce_class/tinymce.html?probeserver\&file=giorti28oct01" &
  726. $OOOKIDS$OOOKIDSpathprefix"AskiseisWord/Για Πληκτρολόγηση.doc"
  727. ironstartincognito ""$SERVER"tinymce_class/tinymce.html?probeserver\&file=giorti28oct01" &
  728.  
  729.  
  730. #___ alt online ___https://plirof.github.io/tinymce_class/tinymce.html?probeserver&file=giorti28oct01
  731.  
  732.  
  733. fi
  734.  
  735. adjustWeekFinalNum_for_week 44
  736. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk08-OctE-NovA' ]  
  737. then
  738.  
  739. # Week42 this is exchanged with the Oct28 Pre-Week (wweks 42,43,44 are overwritten from the 2 oct28 weeks -the remaining will be Maze2)
  740. repeat 6  ironstartincognito ""$SWFlocal"pack_maze2.html?probeserver\&timer3"
  741.  
  742. repeat 6  ironstartincognito ""$SWFlocal"pack_url_param.html?url1=fun/maze/labrat__maze-kids_needFastPC_unencr2noAdsURL_cheat_GR01_!!.swf\&url2=fun/maze/minotaur_122_maze__unencr3_noAdsUrl_!.swf\&url3=fun/maze/Diego_Dinosaur_Rescue_maze_KIDS_simple_NotTImed_!!!.swf\&url4=ab/ladybugs_TRODLER_noADsURL@.swf\&url5=fun/physics/soccer-balls__physics__noADurl.swf\&url6=maze-2\&probeserver\&timer3"
  743.  
  744.  
  745. #Halloween + 28october part B (συνήθως μισές τάξεις λόγω αργιών)
  746. # HALLOWEEN 2019 (+ 28october part2) octomber 31   - DRAW SCARY STUFF# tuxpaint πινέλα  (ζωγραφίστε σπίτι + αμάξι ,πινέλα ,σφραγίδες) ,typing_bricks(puzzle)!!!.swf
  747. repeat 6  ironstartincognito ""$SWFlocal"pack_giortes28oct.html?probeserver\&norightclick "$SERVER"tinymce_class/tinymce_submit.html?probeserver\&nocopy\&hidediv1\&file=giorti28oct01 "$SWFlocal"pack_paint1.html?timer3\&probeserver"
  748. #ironstartincognito ""$SWFlocal"pack_giortes28oct.html?probeserver\&norightclick "$SERVER"tinymce_class/tinymce_submit.html?probeserver\&nocopy\&hidediv1\&file=giorti28oct01 "$SWFlocal"pack_paint1.html?timer3\&probeserver"
  749.  
  750.  
  751. # HALLOWEEN 2019 octomber 31   - DRAW SCARY STUFF
  752. # tuxpaint πινέλα  (ζωγραφίστε σπίτι + αμάξι ,πινέλα ,σφραγίδες) ,typing_bricks(puzzle)!!!.swf
  753. . /usr/local/bin/tuxpaint-with-conf.sh &
  754. ironstartincognito ""$SWFlocal"pack_paint1.html?timer3\&probeserver"
  755.  
  756.  
  757. fi
  758. ########### NOVEMBER ###################
  759.  
  760. adjustWeekFinalNum_for_week 45
  761. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk09-NovA2' ]  
  762. then
  763. # code.org :(1. Χαρούμενοι Χάρτες , 2. Κούνισέ το, Κούνισέ το , 3. Παζλ: Μάθε την μεταφορά και )   
  764. repeat 7 googlehomestartincognito ""$SWFlocal"pack_codeorg1.html?showdiv1&showdiv2&showdiv3 https://---studio.code.org/s/course1/stage/3/puzzle/1 "$SWFlocal"pack_A01_ruffle.html?norightclick&probeserver "$SWFlocal"pack_paint1_ruffle.html?timer3&norightclick&probeserver"
  765.  
  766. repeat 7 ironstart ""$SWFlocal"pack_codeorg1.html?showdiv1&showdiv2&showdiv3 https://---studio.code.org/s/course1/stage/3/puzzle/1 "$SWFlocal"pack_A01.html?norightclick\&probeserver "$SWFlocal"pack_paint1.html?timer3\&norightclick\&probeserver"
  767.  
  768.  
  769. repeat 6  ironstart "https://studio.code.org/s/course1/stage/3/puzzle/1 "$SWFlocal"pack_A01.html?norightclick\&probeserver"
  770. #ironstart "https://studio.code.org/s/course1/stage/3/puzzle/1 "$SWFlocal"pack_A01.html?norightclick\&probeserver"
  771.  
  772. fi
  773.  
  774. adjustWeekFinalNum_for_week 46
  775. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk10-NovB' ]  
  776. then
  777. # A-B
  778. # gcompris 15 :mouse _ψαρια - keyboard ζαρι (τα κουμπιά τους φανηκαν δυσκολα)
  779. gcompris &
  780. # E-ST  4. Λαβύρινθος angry-birds: Ακολουθία
  781. repeat 7  googlehomestartincognito ""$SWFlocal"pack_codeorg1.html?showdiv1&showdiv2&showdiv3&showdiv4 https://---studio.code.org/s/course1/stage/4/puzzle/1 "$SWFlocal"pack_A01_ruffle.html?probeserver&norightclick"
  782.  
  783. repeat 7  ironstart ""$SWFlocal"pack_codeorg1.html?showdiv1&showdiv2&showdiv3&showdiv4 https://---studio.code.org/s/course1/stage/4/puzzle/1 "$SWFlocal"pack_A01.html?probeserver\&norightclick"
  784.  
  785.  
  786. fi
  787.  
  788. adjustWeekFinalNum_for_week 47
  789. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk11-NovC' ]  
  790. then
  791. #A-B  pack_A06 spider , eat flies, tomato
  792.  
  793. # E-ST   5. Λαβύρινθο angry-birds: εντοπισμός σφαλμ
  794. repeat 7 googlehomestartincognito ""$SWFlocal"pack_codeorg1.html?showdiv1&showdiv2&showdiv3&showdiv4&showdiv5 https://---studio.code.org/s/course1/stage/5/puzzle/1 "$SWFlocal"pack_A07_ruffle.html?probeserver&norightclick&timer3"
  795.  
  796. repeat 7 ironstart ""$SWFlocal"pack_codeorg1.html?showdiv1&showdiv2&showdiv3&showdiv4&showdiv5 https://---studio.code.org/s/course1/stage/5/puzzle/1 "$SWFlocal"pack_A06.html?probeserver\&norightclick\&timer4"
  797. #ironstart "https://studio.code.org/s/course1/stage/5/puzzle/1 "$SWFlocal"pack_A06.html?probeserver\&norightclick\&timer4"
  798.  
  799. fi
  800.  
  801. adjustWeekFinalNum_for_week 48
  802. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk12-NovD' ]  
  803. then
  804. # eduactiv8 Lesson2 : A-B Σχηματισμός Λέξεων-> ζώα , δουλείες ,ρούχα)
  805. sudo -u puppy bash -c "/opt/eduActiv8/eduActiv8 &";
  806. ##/opt/eduActiv8/eduActiv8 &
  807. # E-ST  (7. melisses)
  808. #repeat 7 ironstart ""$SWFlocal"pack_codeorg1.html https://---studio.code.org/s/course1/stage/7/puzzle/1 "$SWFlocal"pack_A03.html?probeserver\&norightclick"
  809. # used new pack_code org (replaces href with button for greek)
  810. repeat 7 googlehomestartincognito ""$SWFlocal"pack_codeorg1.html https://---studio.code.org/s/course1/stage/7/puzzle/1 "$SWFlocal"pack_A04_ruffle.html?probeserver&norightclick"
  811.  
  812. repeat 7 ironstartincognito ""$SWFlocal"pack_codeorg1.html https://---studio.code.org/s/course1/stage/7/puzzle/1 "$SWFlocal"pack_A03.html?probeserver\&norightclick"
  813.  
  814. #ironstart "https://studio.code.org/s/course1/stage/7/puzzle/1 "$SWFlocal"pack_A03.html?probeserver\&norightclick"
  815.  
  816. fi
  817.  
  818. ########### DECEMBER ###################
  819. adjustWeekFinalNum_for_week 49
  820. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk13-DecA' ]  
  821. then
  822.  
  823. # Xristougenniatikes drasthriothtes (oles oi takseis) , christmas hidden objects , ζωγραφιστε χριστουγ κάρτες ramkid
  824. # ???  giortes xmas Α !!!!! NA ΦΤΙΑΞΩ το ramkid_giortes_xmas_pt1.html
  825.  
  826. #ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html?probeserver\&showsubmit\&nocopy\&file=xmas_rudolf"" "$SWFlocal"ramkidpedia_vol04_xmas1.html "$SWFlocal"ramkid_giortes_xmas_pt1.html"
  827. repeat 7 ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html?probeserver\&showsubmit\&nocopy\&file=xmas_rudolf"" "$SWFlocal"ramkidpedia_vol04_xmas1.html "$SWFlocal"ramkid_giortes_xmas_pt1.html"
  828.  
  829. #$OOOKIDS$OOOKIDSpathprefix"OFFICE_extra_files/xmas-rountolf-typing.doc" &
  830. cd "/tmp/";wget --directory-prefix="/tmp/" -O "a" ""$SERVER"askiseis_office/OFFICE_extra_files/xmas-rountolf-typing.doc"; ooo4kids1.3 -n /tmp/a &
  831. ironstartincognito ""$SWFlocal"ramkidpedia_vol04_xmas1.html "$SWFlocal"ramkid_giortes_xmas_pt1.html"
  832.  
  833. repeat 3 ironstartincognito ""$SWFgiortes"index_xmas.html?probeserver\&norightclick\&timer3"
  834.  
  835. fi
  836.  
  837. # XMAS_PREWEEK_01 Christmas PREWEEK_01 - two weeks before christmas
  838. adjustWeekFinalNum_for_week 50
  839. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk14-DecB' ]  
  840. then
  841.  
  842. # giortes xmas Β : 2-3 μαθήματα (μετά τέλος ασκήσεων)
  843. repeat 6 ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html?probeserver\&showsubmit\&nocopy\&file=xmas_rudolf"" "$SWFgiortes"index_xmas.html?probeserver\&norightclick\&timer3"
  844. #ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html?probeserver\&showsubmit\&nocopy\&file=xmas_rudolf"" "$SWFgiortes"index_xmas.html?probeserver\&norightclick\&timer3"
  845.  
  846.  
  847. #$OOOKIDS$OOOKIDSpathprefix"OFFICE_extra_files/xmas-rountolf-typing.doc" & 
  848. #cd "/tmp/";wget --directory-prefix="/tmp/" -O "a" ""$SERVER"askiseis_office/OFFICE_extra_files/xmas-rountolf-typing.doc"; ooo4kids1.3 -n /tmp/a &
  849. repeat 6  ironstartincognito ""$SWFgiortes"index_xmas.html?probeserver\&timer3"
  850. repeat 6  cd "/tmp/";wget --directory-prefix="/tmp/" -O "a" ""$SERVER"askiseis_office/OFFICE_extra_files/xmas-rountolf-typing.doc"; ooo4kids1.3 -n /tmp/a
  851. #ironstartincognito ""$SWFgiortes"index_xmas.html?probeserver\&timer3"
  852. #cd "/tmp/";wget --directory-prefix="/tmp/" -O "a" ""$SERVER"askiseis_office/OFFICE_extra_files/xmas-rountolf-typing.doc"; ooo4kids1.3 -n /tmp/a
  853. fi
  854.  
  855. # XMAS_PREWEEK_02 - Last week before Christmas
  856. adjustWeekFinalNum_for_week 51
  857. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk15-DecC' ]  
  858. then
  859.  
  860. # giortes xmas Β : 2-3 μαθήματα (μετά τέλος ασκήσεων)
  861. #$OOOKIDS$OOOKIDSpathprefix"OFFICE_extra_files/xmas-rountolf-typing.doc" &     
  862. #cd "/tmp/";wget --directory-prefix="/tmp/" -O "a" ""$SERVER"askiseis_office/OFFICE_extra_files/xmas-rountolf-typing.doc"; ooo4kids1.3 -n /tmp/a
  863.  
  864. repeat 6 ironstartincognito ""$SWFgiortes"index_xmas.html?probeserver\&norightclick" ""$SWFgiortes"xmas_santatracker.html?probeserver\&norightclick"
  865. #ironstartincognito ""$SWFgiortes"index_xmas.html?probeserver\&norightclick\&timer2"
  866. fi
  867.  
  868. adjustWeekFinalNum_for_week 52
  869. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk---DecD' ]  
  870. then
  871.  
  872.     leafpad "CLOSED XMAS WEEK activated --- Week number: $WEEKNUMBER"
  873.  
  874. fi
  875.  
  876.  
  877. ########### JANUARY ###################
  878. adjustWeekFinalNum_for_week 1
  879. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk---NovA2' ]  
  880. then
  881.  
  882.     leafpad "CLOSED XMAS WEEK activated --- Week number: $WEEKNUMBER"
  883.  
  884. fi
  885.  
  886. ############  ********************
  887. # NOTE first 9 weeks (o..9) have problem Cause of the starting 0  : 02==2  , 03==3
  888. ############  ********************
  889. adjustWeekFinalNum_for_week 2
  890. if [ $WEEKNUMBER ==  $WEEKFINALNUM  ]   || [ "$WEEKNUMBER" == 'wk16-JanB' ]  
  891. then
  892.  
  893. #tuxpaint   ,  15o tuxpaint : βασιλόπιτα, Κάρτα με ευχές Νέα χρονιά
  894. /usr/local/bin/tuxpaint-with-conf.sh &
  895. repeat 7 ironstartincognito ""$SWFlocal"pack_paint1.html?timer3\&norightclick\&probeserver"
  896. #ironstartincognito ""$SWFlocal"pack_paint1.html?timer3\&norightclick\&probeserver"
  897.  
  898. fi
  899.  
  900. adjustWeekFinalNum_for_week 3
  901. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk17-JanC' ]  
  902. then
  903. # A-B
  904. gcompris &
  905. #E-ST
  906.  
  907. repeat 6  ironstartincognito ""$SERVER"tinymce_class/tinymce.html?probeserver\&nocopy\&file=month_jan"" "$SWFlocal"pack_paint1.html?timer3\&norightclick\&probeserver"
  908. #repeat 6  ironstartincognito "https://plirof.github.io/tinymce_class/tinymce.html?probeserver\&nocopy\&file=month_jan"" ZZZZZ "$SWFlocal"pack_paint1.html?timer3\&norightclick\&probeserver"
  909. #ironstartincognito "https://plirof.github.io/tinymce_class/tinymce.html?probeserver\&nocopy\&file=month_jan"" "$SWFlocal"pack_paint1.html?timer3\&norightclick\&probeserver"
  910.  
  911.  
  912. ironstartincognito ""$SERVER"tinymce_class/tinymce.html?probeserver\&file=month_jan"" "$SWFlocal"pack_paint1.html?timer3\&probeserver"
  913. ironstartincognito ""$SERVER"tinymce_class/tinymce.html?probeserver\&file=month_jan"  
  914.  
  915. repeat 6  $OOOKIDS$OOOKIDSpathprefix"OFFICE_extra_files/pliktrologisi_j02.2_antigrafi_didaktiko_yliko.doc"
  916. #$OOOKIDS$OOOKIDSpathprefix"OFFICE_extra_files/pliktrologisi_j02.2_antigrafi_didaktiko_yliko.doc"
  917. fi
  918.  
  919. adjustWeekFinalNum_for_week 4
  920. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk18-JanD' ]  
  921. then
  922.  
  923. # A-B
  924. repeat 6  ironstartincognito ""$SWFlocal"pack_A01.html?norightclick\&probeserver "$SWFlocal"pack_paint1.html?norightclick\&probeserver "$SERVER"zx/zx_htm2tap/ http://Zwgrafise_to_Sxoleio_sto_Artswf"
  925. #ironstartincognito ""$SWFlocal"pack_A01.html?norightclick\&probeserver "$SWFlocal"pack_A02.html?norightclick\&probeserver"
  926.  
  927. #repeat 6  $OOOKIDS$OOOKIDSpathprefix"OFFICE_extra_files/pliktrologisi_j02.1_antigrafi_katanomi_wron.doc" &
  928. #$OOOKIDS$OOOKIDSpathprefix"OFFICE_extra_files/pliktrologisi_j02.1_antigrafi_katanomi_wron.doc"
  929. #ironstartincognito ""$SWFlocal"pack_A01.html?norightclick\&probeserver "$SWFlocal"pack_A02.html?norightclick\&probeserver" &
  930. #$OOOKIDS$OOOKIDSpathprefix"OFFICE_extra_files/pliktrologisi_j02.1_antigrafi_katanomi_wron.doc"
  931.  
  932. fi
  933.  
  934. adjustWeekFinalNum_for_week 5
  935. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk19-JanE' ]  
  936. then
  937. #C-ST   code1 intro ευκολο για μεγάλες τάξεις (ας παίξουν pack_A04 όσοι τελειώσουν)
  938. repeat 6  lightbot_iron_browser "maps_random_2%284x4_3lights%29.txt "$SWFlocal"pack_A04.html?norightclick\&probeserver "$SERVER"zx/zx_htm2tap/"
  939. #lightbot_iron_browser "maps_random_2%284x4_3lights%29.txt "$SWFlocal"pack_A04.html?norightclick\&probeserver"
  940.  
  941. fi
  942.  
  943. ########### FEBRUARY ###################
  944. adjustWeekFinalNum_for_week 6
  945. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk20-FebA' ]  
  946. then
  947. #C-ST  code2Δ,Ε,ΣΤ ΕΠΑΠΑΝΑΛΑΒΕ
  948. repeat 6  lightbot_iron_browser "maps_easy.txt "$SWFlocal"pack_A02.html?norightclick\&probeserver "$SERVER"zx/zx_htm2tap/"
  949. #lightbot_iron_browser "maps_easy.txt "$SWFlocal"pack_A02.html?norightclick\&probeserver"
  950.  
  951. fi
  952.  
  953. adjustWeekFinalNum_for_week 7
  954. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk21-FebB' ]  
  955. then
  956. echo "empty line"
  957. # APOKRIES 2020
  958. #tuxmath &
  959. repeat 6 ironstartincognito ""$SWFlocal"pack_A02.html?norightclick\&probeserver "$SWFlocal"pack_A01.html?norightclick\&probeserver "$SWFlocal"pack_itch_gamedesign.html?probeserver"
  960. fi
  961.  
  962. adjustWeekFinalNum_for_week 8
  963. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk22-FebC' ]  
  964. then
  965. echo "empty line"
  966. # APOKRIES 2021
  967. fi
  968.  
  969. adjustWeekFinalNum_for_week 9
  970. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk23-FebD' ]  
  971. then
  972. # APOKRIES 2021
  973.  
  974. echo "empty line"
  975. # open NEWER google chrome for Game_design programs
  976. #repeat 6 google-chrome-stable-puppy-home.sh  --incognito --simulate-outdated-no-au='407466480500' --start-maximized http://192.168.1.200/swf/pack_itch_gamedesign.html
  977. ###repeat 6 google-chrome-stable-puppy-home.sh --incognito --start-maximized --simulate-outdated-no-au='407466480500' " "$SWFlocal"pack_itch_gamedesign.html?probeserver "
  978. #leafpad googlehomestartincognito" "$SWFlocal"pack_itch_gamedesign.html?probeserver " &
  979. #PROBLEM FUNCTION
  980. repeat 6 googlehomestartincognito " "$SWFlocal"pack_itch_gamedesign.html?probeserver "
  981.  
  982. fi
  983.  
  984. ########### MARCH ###################
  985. adjustWeekFinalNum_for_week 10
  986. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk24-MarA' ]  
  987. then
  988.  
  989. # (pack_code_rover.html : ΠΕΡΙΕΧΕΙ : Rover_nasa ,Tiny-explorers,tortuga.patatakia.tk,TurtlePond,pack)
  990. repeat 6 ironstartincognito ""$SWFlocal"pack_code_rover.html?probeserver\&norightclick\&timer4  https://diversen.github.io/drum-machine-javascript/index.html"
  991. #ironstartincognito ""$SWFlocal"pack_code_rover.html?probeserver\&norightclick\&timer4  https://diversen.github.io/drum-machine-javascript/index.html"
  992.  
  993. fi
  994.  
  995. adjustWeekFinalNum_for_week 11
  996. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk25-MarB' ]  
  997. then
  998. #--------------------- this is for Full week-all classes events
  999. leafpad "WEEK 12,13 GFX1 ptA, PTB   activated --- Week number: $WEEKNUMBER" &
  1000. repeat 7 ironstartincognito ""$SWFlocal"pack_gfx1.html?probeserver\&timer4"
  1001. #ironstartincognito ""$SWFlocal"pack_gfx1.html?probeserver\&timer4"
  1002. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/paint_artpad_y8_GREEK_noNavAdUrl.swf\&url2=graphics_/paint_lily_paint_magic_GOOD_PALLETE_NoNavAdUrl_!!.swf\&url3=graphics_/animate_draw_your_cartoon_character_GREEK1_noAdsUrl.swf\&url4=pack_A02.html\&url5=GFX1\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf&probeserver"
  1003. ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/paint_artpad_y8_GREEK_noNavAdUrl.swf\&url2=graphics_/paint_lily_paint_magic_GOOD_PALLETE_NoNavAdUrl_!!.swf\&url3=graphics_/animate_draw_your_cartoon_character_GREEK1_noAdsUrl.swf\&url4=pack_A02.html\&url5=GFX1\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf&probeserver"
  1004.  
  1005.  
  1006. fi
  1007.  
  1008. adjustWeekFinalNum_for_week 12
  1009. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk26-MarC' ]  
  1010. then
  1011.  
  1012. #March25
  1013. #ironstartincognito ""$SERVER"tinymce_class/tinymce.html?probeserver\&file=giorti25mart01" &
  1014. #___ alt online ___ironstartincognito "https://plirof.github.io/tinymce_class/tinymce.html?probeserver\&file=giorti25mart01" &
  1015.  
  1016. #--------------------- this is for Full week-all classes events
  1017. leafpad "WEEK 12,13 GFX1 ptA, PTB   activated --- Week number: $WEEKNUMBER" &
  1018. repeat 6  ironstartincognito ""$SWFlocal"pack_gfx1.html?probeserver "$SERVER"tinymce_class/tinymce.html?probeserver\&file=giorti25mart01 "
  1019. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/paint_artpad_y8_GREEK_noNavAdUrl.swf\&url2=graphics_/paint_lily_paint_magic_GOOD_PALLETE_NoNavAdUrl_!!.swf\&url3=graphics_/animate_draw_your_cartoon_character_GREEK1_noAdsUrl.swf\&url4=pack_A02.html\&url5=GFX1\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf&probeserver"
  1020. ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/paint_artpad_y8_GREEK_noNavAdUrl.swf\&url2=graphics_/paint_lily_paint_magic_GOOD_PALLETE_NoNavAdUrl_!!.swf\&url3=graphics_/animate_draw_your_cartoon_character_GREEK1_noAdsUrl.swf\&url4=pack_A02.html\&url5=GFX1\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf&probeserver"
  1021.  
  1022. fi
  1023.  
  1024. adjustWeekFinalNum_for_week 13
  1025. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk27-MarD' ]  
  1026. then
  1027. #--------------------- this is for Full week-all classes events
  1028. leafpad "WEEK GFX2 ptA, PTB    activated --- Week number: $WEEKNUMBER" &
  1029.  
  1030. cat >> /tmp/ΟΔΗΓΙΕΣ.txt << EOF
  1031. Week number: $WEEKNUMBER
  1032. ΑΣΚΗΣΗ 1:
  1033. Α) ΒΑΛΤΕ ΤΟΝ GARFIELD
  1034. Β) ΒΑΛΤΕ ΕΝΑ ΣΚΥΛΟ
  1035. Γ) ΒΑΛΤΕ ΣΥΝΕΦΑΚΙ ΣΤΟΝ GARFIELD
  1036. Δ) ΓΡΑΨΤΕ (ΣΤΑ ΕΛΛΗΝΙΚΑ): "ΓΑΒ"
  1037. Ε) 2η ΕΙΚΌΝΑ
  1038. EOF
  1039. leafpad /tmp/ΟΔΗΓΙΕΣ.txt &
  1040.  
  1041. repeat 6  ironstartincognito ""$SWFlocal"pack_gfx2.html?timer3\&probeserver"
  1042. #ironstartincognito ""$SWFlocal"pack_gfx2.html?timer3\&probeserver"
  1043.  
  1044. fi
  1045.  
  1046.  
  1047.  
  1048.  
  1049. ########### APRIL ###################
  1050. adjustWeekFinalNum_for_week 14
  1051. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk28-MarE-AprA' ]  
  1052. then
  1053. echo "empty"
  1054. # EASTER 2020
  1055. fi
  1056.  
  1057. adjustWeekFinalNum_for_week 15
  1058. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk29-AprB' ]  
  1059. then
  1060.  
  1061. echo "empty"
  1062. # EASTER 2020
  1063. fi
  1064.  
  1065. adjustWeekFinalNum_for_week 16
  1066. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk30-AprC' ]  
  1067. then
  1068. echo "empty"
  1069. # EASTER 2020 KLEISTA
  1070. fi
  1071.  
  1072. adjustWeekFinalNum_for_week 17
  1073. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk31-AprD' ]  
  1074. then
  1075. echo "empty"
  1076. # EASTER 2020 KLEISTA
  1077.  
  1078. #Να βάλω αυτο week 17
  1079. repeat 7 ironstartincognito ""$SWFlocal"pack_codeorg_movies.html?probeserver "$SWFlocal"pack_A03.html?probeserver\&norightclick "$SERVER"gamesedu/tortuga-kids-logo-gr/"
  1080.  
  1081.  
  1082. repeat 7 ironstartincognito ""$SWFlocal"pack_gamesedu.html?probeserver "$SWFlocal"pack_A06.html?probeserver\&norightclick"
  1083.  
  1084. #repeat 7 ironstartincognito ""$SWFlocal"pack_url_param.html?url1=http://192.168.1.200/gamesedu/stick2animator/\&url2=http://192.168.1.200/gamesedu/tortuga-kids-logo-gr/\&url3=http://192.168.1.200/gamesedu/lightbot_haan/\&url4=http://192.168.1.200/gamesedu/blockly-games//&url5=http://192.168.1.200/swf/pack_codeorg_movies.html\&url6=http://192.168.1.200/oneye/"
  1085.  
  1086.  
  1087. #repeat 7 ironstartincognito ""$SWFlocal"pack_url_param.html?url1=http://192.168.1.200/gamesedu/stick2animator/\&url2=http://192.168.1.200/gamesedu/tortuga-kids-logo-gr/\&url3=http://192.168.1.200/gamesedu/lightbot_haan/\&url4=http://192.168.1.200/gamesedu/blockly-games//&url5=http://192.168.1.200/gamesedu/faces-guess-who-gr/faces.html\&url6=http://192.168.1.200/oneye/"
  1088. fi
  1089.  
  1090.  
  1091. ########### MAY ###################
  1092. adjustWeekFinalNum_for_week 18
  1093. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk32-AprE-MayA' ]  
  1094. then
  1095. echo "empty"
  1096. leafpad "WEEK 18 GFX2 pt B (Aft-Easter  activated --- Week number: $WEEKNUMBER" &
  1097.  
  1098. # EASTER 2020
  1099. repeat 7 ironstartincognito ""$SWFlocal"pack_gfx2.html?probeserver "$SWFlocal"pack_A03.html?probeserver\&norightclick "$SERVER"gamesedu/stick2animator/ "$SERVER"zx/zx_htm2tap/"
  1100. fi
  1101.  
  1102. adjustWeekFinalNum_for_week 19
  1103. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk33-MayB' ]  
  1104. then
  1105. leafpad "WEEK lightbot SWF, A-B:Funbrain,StickMan epanalipsi activated --- Week number: $WEEKNUMBER" & 
  1106. #__(pack_code_lightbotswf EXEI: lightbotswf,turtlepond,tortuga.patatak,tiny-explor,packA03 
  1107. repeat 6  ironstartincognito ""$SWFlocal"pack_code_lightbotswf.html?probeserver\&timer2 "$SWFlocal"funbrain.html?probeserver "$SERVER"gamesedu/stick2animator/"
  1108. #ironstartincognito ""$SWFlocal"pack_code_lightbotswf.html?probeserver\&timer2"
  1109. echo "empty"
  1110. fi
  1111.  
  1112. adjustWeekFinalNum_for_week 20
  1113. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk34-MayC' ]  
  1114. then
  1115. #setxkbmap gr; # Change keyboard to greek
  1116. leafpad "WEEK TANK ,pixbot    activated --- Week number: $WEEKNUMBER" &
  1117. repeat 6  ironstartincognito ""$GAMESEDU"Code-Commander-gr/index_dot_links.html "$GAMESEDU"blockly-games/el/index.html?lang=el http://pixbot.dimotika.tk "$SWFlocal"pack_A02.html?probeserver\&norightclick "
  1118. #ironstartincognito ""$GAMESEDU"Code-Commander-gr/index_dot_links.html "$GAMESEDU"blockly-games/el/index.html?lang=el http://pixbot.dimotika.tk "$SWFlocal"pack_A02.html "
  1119. #ironstartincognito ""$GAMESEDU"Code-Commander-gr/index_dot_links.html "$SWFlocal"pack_A02.html http://pixbot.dimotika.tk" 
  1120. echo "empty"
  1121. fi
  1122.  
  1123. adjustWeekFinalNum_for_week 21
  1124. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk35-MayD' ]  
  1125. then
  1126. # ******** TO DO add tinyxls lesson ***********
  1127. leafpad "WEEK maybe XLS,BASIC    activated --- Week number: $WEEKNUMBER" &
  1128. repeat 6 ironstartincognito ""$SWFlocal"pack_A05.html?probeserver "$SERVER"x-spreadsheet/tinyxls.html?file=lesson1-timetable\&jsonxls=lesson1-timetable\&showsubmit "$SERVER"zx/zx_htm2tap/"
  1129. repeat 6 ironstartincognito ""$SWFlocal"pack_A05.html?probeserver "$SWFlocal"pack_A02.html?probeserver "$SERVER"zx/zx_htm2tap/"
  1130. ironstartincognito ""$SWFlocal"pack_A05.html?probeserver "$SWFlocal"pack_A02.html?probeserver" &
  1131. #ironstartincognito ""$SWFlocal"pack_A05.html "$SWFlocal"pack_A02.html" &
  1132. $OOOKIDS$OOOKIDSpathprefix"OFFICE_extra_files/excel_1.1_pinakas_mathitwn.xls"
  1133. $OOOKIDS$OOOKIDSpathprefix"OFFICE_extra_files/excel_1.1_pinakas_mathitwn.xls"
  1134. ironstartincognito ""$SWFlocal"pack_A05.html "$SWFlocal"pack_A02.html" &
  1135.  
  1136. echo "empty"
  1137. fi
  1138.  
  1139. adjustWeekFinalNum_for_week 22
  1140. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk36-MayE' ]  
  1141. then
  1142. #http://localhost/x-spreadsheet/tinyxls.html?file=lesson2b-bookstore&jsonxls=lesson2b-bookstore&showsubmit
  1143. #ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html?showsubmit\&file=lesson10 "$SWFlocal"pack_A03.html?probeserver\&norightclick"
  1144. #repeat 6  ironstartincognito ""$SERVER"x-spreadsheet/tinyxls.html?file=lesson1-timetable\&jsonxls=lesson1-timetable\&showsubmit "$SWFlocal"pack_A03.html?probeserver\&norightclick"
  1145. repeat 6  ironstartincognito ""$SERVER"x-spreadsheet/tinyxls.html?file=lesson2a-bookstore\&jsonxls=lesson2a-bookstore\&showsubmit "$SWFlocal"pack_A03.html?probeserver\&norightclick"
  1146.  
  1147.  
  1148. #ironstartincognito ""$SERVER"x-spreadsheet/tinyxls.html?file=lesson1-timetable\&jsonxls=lesson1-timetable\&showsubmit "$SWFlocal"pack_A03.html?probeserver\&norightclick"
  1149.  
  1150.  
  1151.  
  1152. ironstartincognito "http://tinyxls.dimotika.tk/tinyxls.html?file=lesson1-timetable\&jsonxls=lesson1-timetable\&showsubmit "$SWFlocal"pack_A03.html?probeserver\&norightclick"
  1153. echo "empty"
  1154. #http://tinyxls.dimotika.tk/tinyxls.html?file=lesson1-timetable&jsonxls=lesson1-timetable&showsubmit
  1155. fi
  1156.  
  1157.  
  1158. ########### JUNE ###################
  1159.  
  1160. adjustWeekFinalNum_for_week 23
  1161. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk37-JuneA' ]  
  1162. then
  1163. repeat 6 ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html?showsubmit\&file=lesson10 "$SWFlocal"pack_A03.html?probeserver\&norightclick"
  1164. #ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html?showsubmit\&file=lesson10 "$SWFlocal"pack_A03.html?probeserver\&norightclick"
  1165.  
  1166.  
  1167.  
  1168. echo "empty"
  1169. fi
  1170.  
  1171. adjustWeekFinalNum_for_week 24
  1172. if [ $WEEKNUMBER == $WEEKFINALNUM ] || [ "$WEEKNUMBER" == 'wk38-JuneB' ]  
  1173. then
  1174. echo "empty"
  1175.  
  1176. fi
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189. ############## ALL WEEKS END #################
  1190.  
  1191.  
  1192.  
  1193. # ALWAYS SHOW
  1194. leafpad "ALWAYS_SHOW_THIS " &
  1195.  
  1196. #sakura &
  1197. #xdotool type "cat /proc/cpuinfo"; xdotool key Return;
  1198. #leafpad "/mnt/live/memory/images/changes-exit/upperdir/etc/hostname"
  1199.  
  1200. ironstartincognito ""$SERVER"tinymce_class/tinymce_submit.html?showsubmit\&probeserver "$SWFlocal"pack_A03.html?probeserver\&norightclick
  1201. "$SWFlocal"funbrain.html?timer3  http://ALWAYS_SHOW_THIS"
  1202.  
  1203.  
  1204. if [ $DAYOFWEEK == 'Δευτέρα' ] || [ $DAYOFWEEK == 'Monday' ]
  1205. then
  1206. echo "Δευτέρα"
  1207. #: '# ΔΕΥΤΕΡΑ
  1208. # DEYTERA ΔΕΝ ΕΚΑΝΕ gfx1
  1209. #---------------------------- Γ1
  1210. #. iron_flash_puppy_pepper_home.sh $CODEORGcourse1"14/puzzle/5 "$LANDINGpage"15-ΔΕΥΤΕΡΑ-Γ1--hour3.html "$SWFlocal"fun/frogger3d.swf"
  1211. #oookidsopen "OFFICE_extra_files/pliktrologisi_j02.1_antigrafi_katanomi_wron.doc"
  1212. #lightbot_iron_browser "maps_d1.txt "$SWFlocal"pack_A02.html"
  1213. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=coding/Rover_nasa_GREEK1.swf\&url2=coding/Tiny-explorers__nice_puzzle_education_unencr_noAds_ok.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A02.html"
  1214. #ΔΕΝ ΤΟ ΕΚΑΝΕ ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/paint_artpad_y8_GREEK_noNavAdUrl.swf\&url2=graphics_/paint_lily_paint_magic_GOOD_PALLETE_NoNavAdUrl_!!.swf\&url3=graphics_/animate_draw_your_cartoon_character_GREEK1_noAdsUrl.swf\&url4=pack_A02.html\&url5=GFX1\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1215. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3="$SERVER"gamesedu/tortuga-kids-logo-gr\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1216.  
  1217. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1218. #. iron_flash_puppy_pepper_home.sh ""$SERVER"gamesedu/lightbot_haan/index.php?map=maps_easy.txt "$SWFlocal"pack_A02.html --incognito"
  1219. #---------------------------- Γ2
  1220. #ironstart $CODEORGcourse1"14/puzzle/6 "$LANDINGpage"15-ΔΕΥΤΕΡΑ-Γ2--hour4.html "$SWFlocal"fun/frogger3d.swf"
  1221. #oookidsopen "OFFICE_extra_files/pliktrologisi_j02.1_antigrafi_katanomi_wron.doc"
  1222. #lightbot_iron_browser "maps_d1.txt "$SWFlocal"pack_A02.html"
  1223. # ΕΙΧΑΝ ΠΡΟΒΑ ΔΕΥΤΕΡΑ 18-3 και δεν κάναν το rover
  1224. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=coding/Rover_nasa_GREEK1.swf\&url2=coding/Tiny-explorers__nice_puzzle_education_unencr_noAds_ok.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A02.html"
  1225. #ΔΕΝ ΤΟ ΕΚΑΝΕ ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1226. ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3="$SERVER"gamesedu/tortuga-kids-logo-gr\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1227. #. iron_flash_puppy_pepper_home.sh ""$SERVER"gamesedu/lightbot_haan/index.php?map=maps_easy.txt "$SWFlocal"pack_A02.html --incognito"
  1228. #---------------------------- ΣΤ2
  1229. #ironstart $CODEORGcourse1"14/puzzle/6 "$LANDINGpage"15-ΔΕΥΤΕΡΑ-ΣΤ2--hour5.html "$SWFlocal"fun/frogger3d.swf"
  1230. #oookidsopen "OFFICE_extra_files/pliktrologisi_j02.1_antigrafi_katanomi_wron.doc"
  1231. #lightbot_iron_browser "maps_easy.txt "$SWFlocal"pack_A02.html"
  1232. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=coding/Rover_nasa_GREEK1.swf\&url2=coding/Tiny-explorers__nice_puzzle_education_unencr_noAds_ok.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A02.html"
  1233. #ΔΕΝ ΤΟ ΕΚΑΝΕ ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/paint_artpad_y8_GREEK_noNavAdUrl.swf\&url2=graphics_/paint_lily_paint_magic_GOOD_PALLETE_NoNavAdUrl_!!.swf\&url3=graphics_/animate_draw_your_cartoon_character_GREEK1_noAdsUrl.swf\&url4=pack_A02.html\&url5=GFX1\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1234. ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3="$SERVER"gamesedu/tortuga-kids-logo-gr\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1235. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1236. #. iron_flash_puppy_pepper_home.sh "--incognito "$SERVER"gamesedu/lightbot_haan/index.php?map=maps_random_2%284x4_3lights%29.txt "$SWFlocal"pack_A02.html"
  1237. #---------------------------- ΣΤ1
  1238. #ironstart $CODEORGcourse1"14/puzzle/6 "$LANDINGpage"15-ΔΕΥΤΕΡΑ-ΣΤ1--hour6.html "$SWFlocal"fun/frogger3d.swf"
  1239. #oookidsopen "OFFICE_extra_files/pliktrologisi_j02.1_antigrafi_katanomi_wron.doc"
  1240. #lightbot_iron_browser "maps_easy.txt "$SWFlocal"pack_A02.html"
  1241. #ΔΕΝ ΤΟ ΕΚΑΝΕ ironstartincognito ""$SWFlocal"pack_url_param.html?url1=coding/Rover_nasa_GREEK1.swf\&url2=coding/Tiny-explorers__nice_puzzle_education_unencr_noAds_ok.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A02.html"
  1242. ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3="$SERVER"gamesedu/tortuga-kids-logo-gr\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1243. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1244. #. iron_flash_puppy_pepper_home.sh "--incognito "$SERVER"gamesedu/lightbot_haan/index.php?map=maps_random_2%284x4_3lights%29.txt "$SWFlocal"pack_A02.html"
  1245. # ΔΕΥΤΕΡΑ '
  1246.  
  1247. adjustWeekFinalNum_for_week 11
  1248. if [ $WEEKNUMBER == $WEEKFINALNUM ]
  1249. then
  1250. #---------------------------- Γ1
  1251. leafpad "WEEK11 activated --- Week number: $WEEKNUMBER"
  1252. #---------------------------- Γ2
  1253.  
  1254. #---------------------------- ΣΤ2
  1255.  
  1256. #---------------------------- ΣΤ1
  1257. fi
  1258.  
  1259. adjustWeekFinalNum_for_week 12
  1260. if [ $WEEKNUMBER == $WEEKFINALNUM ]
  1261. then
  1262.  
  1263.  
  1264.  
  1265. echo "empty"
  1266. #---------------------------- Γ1
  1267. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3="$SERVER"gamesedu/tortuga-kids-logo-gr\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1268. #---------------------------- Γ2
  1269. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3="$SERVER"gamesedu/tortuga-kids-logo-gr\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1270. #---------------------------- ΣΤ2
  1271. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3="$SERVER"gamesedu/tortuga-kids-logo-gr\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1272. #---------------------------- ΣΤ1
  1273. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3="$SERVER"gamesedu/tortuga-kids-logo-gr\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1274. fi
  1275.  
  1276.  
  1277. fi
  1278. ### END of ΔΕΥΤΕΡΑ ##########################################
  1279.  
  1280.  
  1281. if [ $DAYOFWEEK == 'Τρίτη' ] || [ $DAYOFWEEK == 'Tuesday' ]
  1282. then
  1283. echo "Τρίτη"
  1284. #: '# ΤΡΙΤΗ
  1285. #----------------------------Δ2
  1286. #oookidsopen "OFFICE_extra_files/pliktrologisi_j02.1_antigrafi_katanomi_wron.doc"
  1287. #ironstart $CODEORGcourse1"13/puzzle/8 "$LANDINGpage"15-ΤΡΙΤΗ-Δ2--hour1.html "$SWFlocal"fun/frogger3d.swf"
  1288. #. iron_flash_puppy_pepper_home.sh ""$SWFlocal"fun/frogger3d.swf "$LANDINGpage"15-ΤΡΙΤΗ-Δ2--hour1.html  http://tortuga.dimotiko.tk"
  1289. #lightbot_iron_browser "maps_easy.txt "$SWFlocal"pack_A02.html"
  1290. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/paint_artpad_y8_GREEK_noNavAdUrl.swf\&url2=graphics_/paint_lily_paint_magic_GOOD_PALLETE_NoNavAdUrl_!!.swf\&url3=graphics_/animate_draw_your_cartoon_character_GREEK1_noAdsUrl.swf\&url4=pack_A02.html\&url5=GFX1\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1291. ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3="$SERVER"gamesedu/tortuga-kids-logo-gr\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1292. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=coding/Rover_nasa_GREEK1.swf\&url2=coding/Tiny-explorers__nice_puzzle_education_unencr_noAds_ok.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A02.html"
  1293. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1294.  
  1295. #----------------------------A ταξη
  1296. #ironstart ""$SERVER"gamesedu/faces-guess-who-gr/faces.html  , "$SERVER"gamesedu/blockly-games/el/index.html"
  1297. #ironstart "$SERVER"swf/fun/maze/mouse_maze_game_play_10_1_!!.swf "$LANDINGpage"15-ΤΡΙΤΗ-A--hour2.html http://tortuga.dimotiko.tk"
  1298. #ironstart ""$SWFlocal"ab/coloring-inside-out__noADsURL.swf "$LANDINGpage"15-ΤΡΙΤΗ-A--hour2.html "$SWFlocal"ab/coloring_walking_frankie_coloring_page_noAdsUrl_!!.swf"
  1299. #/opt/eduActiv8/eduActiv8
  1300. #sudo -u puppy bash -c "/opt/eduActiv8/eduActiv8 &";
  1301. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/paint_artpad_y8_GREEK_noNavAdUrl.swf\&url2=graphics_/paint_lily_paint_magic_GOOD_PALLETE_NoNavAdUrl_!!.swf\&url3=graphics_/animate_draw_your_cartoon_character_GREEK1_noAdsUrl.swf\&url4=pack_A02.html\&url5=GFX1\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1302. ironstart ""$SWFlocal"pack_A04.html "$LANDINGpage"15-ΤΡΙΤΗ-A--hour2.html http://ts.sch.gr/repo/online-packages/dim-glossa-a-b/start.html "$SWFlocal"pack_A01.html"
  1303. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1304. #----------------------------Ε1
  1305. #oookidsopen "OFFICE_extra_files/pliktrologisi_j02.1_antigrafi_katanomi_wron.doc"
  1306. #lightbot_iron_browser "maps_easy.txt "$SWFlocal"pack_A02.html"
  1307. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/paint_artpad_y8_GREEK_noNavAdUrl.swf\&url2=graphics_/paint_lily_paint_magic_GOOD_PALLETE_NoNavAdUrl_!!.swf\&url3=graphics_/animate_draw_your_cartoon_character_GREEK1_noAdsUrl.swf\&url4=pack_A02.html\&url5=GFX1\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1308. #@ironstartincognito ""$SWFlocal"pack_url_param.html?url1=coding/Rover_nasa_GREEK1.swf\&url2=coding/Tiny-explorers__nice_puzzle_education_unencr_noAds_ok.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A02.html"
  1309. #. iron_flash_puppy_pepper_home.sh ""$SWFlocal"fun/frogger3d.swf "$LANDINGpage"15-ΤΡΙΤΗ-Ε1--hour4.html http://tortuga.dimotiko.tk"
  1310. #. iron_flash_puppy_pepper_home.sh $CODEORGcourse1"14/puzzle/10 "$LANDINGpage"15-ΤΡΙΤΗ-Ε1--hour4.html "$SWFlocal"fun/frogger3d.swf"
  1311. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1312.  
  1313. #---------------------------- Δ1
  1314. #oookidsopen "OFFICE_extra_files/pliktrologisi_j02.1_antigrafi_katanomi_wron.doc"
  1315. #lightbot_iron_browser "maps_easy.txt "$SWFlocal"pack_A02.html"
  1316. ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3="$SERVER"gamesedu/tortuga-kids-logo-gr\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1317. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/paint_artpad_y8_GREEK_noNavAdUrl.swf\&url2=graphics_/paint_lily_paint_magic_GOOD_PALLETE_NoNavAdUrl_!!.swf\&url3=graphics_/animate_draw_your_cartoon_character_GREEK1_noAdsUrl.swf\&url4=pack_A02.html\&url5=GFX1\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1318. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=coding/Rover_nasa_GREEK1.swf\&url2=coding/Tiny-explorers__nice_puzzle_education_unencr_noAds_ok.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A02.html"
  1319. #ironstart ""$SWFlocal"fun/frogger3d.swf "$LANDINGpage"15-ΤΡΙΤΗ-Δ1--hour5.html http://tortuga.dimotiko.tk"
  1320. #. iron_flash_puppy_pepper_home.sh $CODEORGcourse1"13/puzzle/1 "$LANDINGpage"15-ΤΡΙΤΗ-Δ1--hour5.html "$SWFlocal"fun/frogger3d.swf"
  1321. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1322.  
  1323. #----------------------------Ε2
  1324. #oookidsopen "OFFICE_extra_files/pliktrologisi_j02.1_antigrafi_katanomi_wron.doc"
  1325. #lightbot_iron_browser "maps_easy.txt "$SWFlocal"pack_A02.html"
  1326. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/paint_artpad_y8_GREEK_noNavAdUrl.swf\&url2=graphics_/paint_lily_paint_magic_GOOD_PALLETE_NoNavAdUrl_!!.swf\&url3=graphics_/animate_draw_your_cartoon_character_GREEK1_noAdsUrl.swf\&url4=pack_A02.html\&url5=GFX1\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1327. ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3="$SERVER"gamesedu/tortuga-kids-logo-gr\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1328. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=coding/Rover_nasa_GREEK1.swf\&url2=coding/Tiny-explorers__nice_puzzle_education_unencr_noAds_ok.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A02.html"
  1329. #ironstart ""$SWFlocal"fun/frogger3d.swf "$LANDINGpage"15-ΤΡΙΤΗ-Ε2--hour6.html http://tortuga.dimotiko.tk"
  1330. #. iron_flash_puppy_pepper_home.sh $CODEORGcourse1"14/puzzle/1 "$LANDINGpage"15-ΤΡΙΤΗ-Ε2--hour6.html "$SWFlocal"fun/frogger3d.swf"
  1331. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1332. # ΤΡΙΤΗ'
  1333. fi
  1334.  
  1335. if [ $DAYOFWEEK == 'Τετάρτη' ] || [ $DAYOFWEEK == 'Wednesday' ]
  1336. then
  1337. echo "Τετάρτη"
  1338. #: '# ΤΕΤΑΡΤΗ
  1339. #/opt/eduActiv8/eduActiv8
  1340. #----------------------------B1 15o TETARTH
  1341. #. iron_flash_puppy_pepper_home.sh ""$SWFlocal"ab/coloring-inside-out__noADsURL.swf "$LANDINGpage"15-ΤΕΤΑΡΤΗ-Β1--hour5.html "$SWFlocal"ab/coloring_walking_frankie_coloring_page_noAdsUrl2_!!.swf"
  1342. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/paint_artpad_y8_GREEK_noNavAdUrl.swf\&url2=graphics_/paint_lily_paint_magic_GOOD_PALLETE_NoNavAdUrl_!!.swf\&url3=graphics_/animate_draw_your_cartoon_character_GREEK1_noAdsUrl.swf\&url4=pack_A02.html\&url5=GFX1\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1343. ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3="$SERVER"gamesedu/tortuga-kids-logo-gr\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1344. #ironstart ""$SWFlocal"pack_A04.html "$LANDINGpage"15-ΤΕΤΑΡΤΗ-Β1--hour5.html "$SWFlocal"pack_A01.html http://typefun.dimotiko.tk"
  1345. #. iron_flash_puppy_pepper_home.sh $CODEORGcourse1"5/puzzle/1 "$LANDINGpage"15-ΤΕΤΑΡΤΗ-Β1--hour5.html "$SWFlocal"fun/frogger3d.swf"
  1346. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1347. #----------------------------B2 15o TETARTH
  1348. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/paint_artpad_y8_GREEK_noNavAdUrl.swf\&url2=graphics_/paint_lily_paint_magic_GOOD_PALLETE_NoNavAdUrl_!!.swf\&url3=graphics_/animate_draw_your_cartoon_character_GREEK1_noAdsUrl.swf\&url4=pack_A02.html\&url5=GFX1\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1349. ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3="$SERVER"gamesedu/tortuga-kids-logo-gr\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1350. #ironstart ""$SWFlocal"pack_A04.html "$LANDINGpage"15-ΤΕΤΑΡΤΗ-Β2--hour6.html "$SWFlocal"pack_A01.html http://typefun.dimotiko.tk"
  1351. #. iron_flash_puppy_pepper_home.sh $CODEORGcourse1"5/puzzle/1 "$LANDINGpage"15-ΤΕΤΑΡΤΗ-Β2--hour6.html "$SWFlocal"fun/frogger3d.swf"
  1352. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1353. # ToDO  $GAMESEDU"faces-guess-who-gr/faces.html"  , $GAMESEDU"gamesedu/blockly-games/el/index.html"
  1354.  
  1355. # ΤΕΤΑΡΤΗ'
  1356. fi
  1357.  
  1358.  
  1359.  
  1360.  
  1361.  
  1362.  
  1363. if [ $DAYOFWEEK == 'Δευτέρα' ] || [ $DAYOFWEEK == 'Monday' ]
  1364. then
  1365. echo "Δευτέρα"
  1366. fi
  1367.  
  1368. if [ $DAYOFWEEK == 'Τρίτη' ] || [ $DAYOFWEEK == 'Tuesday' ]
  1369. then
  1370. echo "Τρίτη"
  1371. fi
  1372.  
  1373. if [ $DAYOFWEEK == 'Τετάρτη' ] || [ $DAYOFWEEK == 'Wednesday' ]
  1374. then
  1375. echo "Τετάρτη"
  1376. fi
  1377.  
  1378. if [ $DAYOFWEEK == 'Πέμπτη' ] || [ $DAYOFWEEK == 'Thursday' ]
  1379. then
  1380. echo "Πέμπτη"
  1381. fi
  1382.  
  1383. if [ $DAYOFWEEK == 'Παρασκευή' ] || [ $DAYOFWEEK == 'Friday' ]
  1384. then
  1385. echo "Παρασκευή"
  1386. fi
  1387.  
  1388. # following opens many tabs (note the double quotes "")
  1389. #. iron_flash_puppy_pepper_sda1.sh $CODEORGcourse1"8/puzzle/1 https://studio.code.org/s/course1"
  1390. # lightbot :
  1391. #. iron_flash_puppy_pepper_home.sh $GAMESEDU"lightbot_haan/index.php "$SERVER"lightbot_NORMAL_LEVELs --incognito"
  1392. #. iron_flash_puppy_pepper_home.sh $GAMESEDU"lightbot_haan/index.php?map=maps_d1.txt "$SERVER"lightbot_NumberEASY_LEVELs --incognito"
  1393. #. iron_flash_puppy_pepper_home.sh $GAMESEDU"lightbot_haan/index.php?map=maps_random_1(4x4_3lights).txt "$SERVER"lightbot_maps_random_1(4x4_3lights).txtEASY_LEVELs --incognito"
  1394. #. iron_flash_puppy_pepper_home.sh $GAMESEDU"lightbot_haan/index.php?map=maps_random_3(5lights).txt "$SERVER"lightbot_maps_random_3(5lights).txt_moderate_LEVELs --incognito"
  1395.  
  1396.  
  1397. # . iron_flash_puppy_pepper_home.sh ""$SERVER"gamesedu/Code-Commander-gr/index_dot_links.html "$SERVER"Code-Commander-gr --incognito"
  1398.  
  1399.  
  1400. #christmas :
  1401. #. iron_flash_puppy_pepper_home.sh $CODEORGcourse1"14/puzzle/5 "$LANDINGpage"15-ΔΕΥΤΕΡΑ-Γ1--hour3.html "$SWFlocal"fun/finding-santa__christmas_find_noAdURL_!!.swf"
  1402.  
  1403. #Office file load (writer)
  1404. #$OOOKIDS$OOOKIDSpathprefix"OFFICE_extra_files/pliktrologisi_j02.1_antigrafi_katanomi_wron.doc"
  1405.  
  1406.  
  1407. #pack load
  1408. #. iron_flash_puppy_pepper_home.sh ""$SWFlocal"pack_A01.html "
  1409.  
  1410.  
  1411.  
  1412. #. /usr/local/bin/tuxpaint-with-conf.sh
  1413. #ironstart ""$SWFlocal"swf_giortes/christmas.html "$SERVER"landing_pages/PEMPTH-ST1--hour3__dim10.html"
  1414. #. /usr/local/bin/tuxpaint-with-conf.sh
  1415. #ironstart ""$SWFlocal"swf_giortes/christmas.html "$SERVER"landing_pages/PEMPTH-E2--hour6__dim10.html"
  1416.  
  1417.  
  1418. #ironstart ""$SWFlocal"swf_giortes/christmas.html "$SERVER"landing_pages/ΤΕΤΑΡΤΗ-Γ2--hour1__dim10.html "$SWFlocal"fun/finding-santa__christmas_find_noAdURL_!!.swf"
  1419. # A1
  1420. #ironstart ""$SWFlocal"swf_giortes/christmas.html "$LANDINGpages"ΤΕΤΑΡΤΗ-Α1--hour2__dim10.html  "$SWFlocal"fun/finding-santa__christmas_find_noAdURL_!!.swf"
  1421.  
  1422. #coding :
  1423. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=coding/Rover_nasa_GREEK1.swf\&url2=coding/Tiny-explorers__nice_puzzle_education_unencr_noAds_ok.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A02.html"
  1424. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A02.html\&url5=ΦΤΙΑΞΕ KOMIK"
  1425.  
  1426. #ironstartincognito ""$GAMESEDU"Code-Commander-gr/index_dot_links.html "$SWFlocal"pack_A02.html http://pixbot.dimotika.tk "$SWFlocal"fun/frogger3d__noNavURL_10lives!!.swf"
  1427.  
  1428. #"$SERVER"tinymce_class/tinymce.html?probeserver&file=lesson05
  1429. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=fun/maze/Diego_Dinosaur_Rescue_maze_KIDS_simple_NotTImed_!!!.swf\&url2=fun/maze/the-maze-game\(robot\)__no_jp_utl.swf\&url3=ab/ladybugs_TRODLER_noADsURL@.swf\&url4=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url5=fun/td/BloonsTowerDefense2_ok4slow_p4_NoNavUrl.swf\&url6=maze-1"
  1430. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=fun/maze/labrat__maze-kids_needFastPC_unencr2noAdsURL_cheat_GR01_!!.swf\&url2=fun/maze/minotaur_122_maze__unencr3_noAdsUrl_!.swf\&url3=fun/maze/Diego_Dinosaur_Rescue_maze_KIDS_simple_NotTImed_!!!.swf\&url4=ab/ladybugs_TRODLER_noADsURL@.swf\&url5=fun/physics/soccer-balls__physics__noADurl.swf\&url6=maze-2"
  1431. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/paint_artpad_y8_GREEK_noNavAdUrl.swf\&url2=graphics_/paint_lily_paint_magic_GOOD_PALLETE_NoNavAdUrl_!!.swf\&url3=graphics_/animate_draw_your_cartoon_character_GREEK1_noAdsUrl.swf\&url4=pack_A02.html\&url5=GFX1\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1432. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=graphics_/comic_design__garfield_comic_creator_y8.swf\&url2=graphics_/animate_space__animation_studio_noAdUrl_!.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A03.html\&url5=ΦΤΙΑΞΕ-KOMIK\&url6=sumopaint1025_GREEK_NoNavUrl1_v4b_progray.swf"
  1433. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=fun/spongebob-parking_jon04noURLS_need760MBram_!!.swf\&url2=fun/puzzle_board/edsparkinggame.swf\&url3=type/typing_bricks__puzzle!!!.swf\&url4=type/typing_alphattack2__bombDrop_NoNavUrl.swf\&url5=fun/puzzle_board/spark_chess_17521__allows_save_NoNavUrl.swf\&url6=park-1"
  1434. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=coding/lightbot-codehour-gr_NoNavUrl.swf\&url2=coding/Tiny-explorers__nice_puzzle_education_unencr_noAds_ok.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A02.html\&url5=ΚΩΔΙΚΑΣ"
  1435. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=coding/Rover_nasa_GREEK1.swf\&url2=coding/Tiny-explorers__nice_puzzle_education_unencr_noAds_ok.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A02.html\&url5=ΚΩΔΙΚΑΣ"
  1436. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=type/typing_bricks__puzzle!!!.swf\&url2=type/assault-typing__shootemup__rapidtyping.com_NoAdUrl.swf\&url3=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url4=type/typing_alphattack2__bombDrop_NoNavUrl.swf\&url5=type/airtyper_1_noADsURL.swf\&url6=typing-1"
  1437. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=type/airtyper_1_noADsURL.swf\&url2=type/typing_adventure__indiana_jones_NoNavUrl.swf\&url3=type/typing_bricks__puzzle!!!.swf\&url4=type/typing_tidepool__sea_race_!!.swf\&url5=typing-2"
  1438.  
  1439. #ironstartincognito ""$SWFgiortes"index_halloween.html?timer3"
  1440. #ironstartincognito ""$SWFgiortes"index_halloween.html?timer3"
  1441. #ironstartincognito ""$SWFlocal"pack_url_param.html?url1=coding/Rover_nasa_GREEK1.swf\&url2=coding/Tiny-explorers__nice_puzzle_education_unencr_noAds_ok.swf\&url3=http://tortuga.dimotiko.tk\&url4=pack_A02.html"
  1442.  
  1443. #ironstartincognito ""$GAMESEDU"Code-Commander-gr/index_dot_links.html"
  1444. #ironstartincognito ""$GAMESEDU"tortuga-kids-logo-gr"
  1445. #ironstartincognito ""$SWFgiortes"index_halloween.html?timer3"
  1446. #ironstartincognito ""$SWFgiortes"other/ramkid_invitation_party/index.html "$RAMKIDpathprefix"KidsPedia/kids_ePedia32cd/Volume13/index_kd_vol.html ΑΠΟΚΡΙΕΣ-ramkidpedia "$SERVER"swf/swf_ramkid_cds2k5/Ramkid_12feb_apokries/index.html "$SWFlocal"pack_A02.html"
  1447. #ironstartincognito ""$SWFgiortes"index_halloween.html"
  1448. #ironstartincognito ""$RAMKIDpathprefix"KidsPedia/kids_ePedia32cd/Volume13/index_kd_vol.html ΑΠΟΚΡΙΕΣ-ramkidpedia "$SWFlocal"pack_A02.html"
  1449. #lightbot_iron_browser "maps_easy.txt "$SWFlocal"pack_A02.html"
  1450. #ironstart ""$SWFlocal"pack_A01.html "$LANDINGpages"ΠΑΡΑΣΚΕΥΗ-A2--hour2__dim10.html "$SWFlocal"fun/finding-santa__christmas_find_noAdURL_!!.swf"
  1451.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement