start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
start [2025/03/19 00:50] – [Private data (1st tier)] Júne Parkstart [2025/04/29 01:03] (current) – [─ Que to do] Júne Park
Line 1: Line 1:
 ====== Júne's Wikistation ====== ====== Júne's Wikistation ======
  
-{{:wiki_frontpage.png?nolink&250}}+<php> 
 +$min = 10; 
 +$max = 38; 
 +$rand = rand($min, $max);
  
 +// Build wiki image syntax
 +$syntax = "{{:wiki:fb_covers_{$rand}_.png?nolink|}}";
  
-<text type="warning">🧐 **Júne's {{fa>wikipedia-w?color=#cf8d2e}}ikistation**</text> is a {{mdi>collage?18&color=#005670}} collective platform to organize and manage personal & private information of Júne's. This {{fa>wikipedia-w}}iki is also for providing practical manuals {{mdi>book-multiple-variant?18&color=#0c3866}} of **<text type="danger">operating working machines</text>** and **<text type="success">solving technical problems</text>**.  {{fa>refresh?fa-spin&color=#caccd1}} ~~NOCACHE~~  <php> echo $_SERVER['REMOTE_ADDR']; echo ' with <sub>'; echo $_SERVER['HTTP_USER_AGENT']; echo '</sub>';</php>+// Use p_render to parse DokuWiki syntax into HTML 
 +global $ID; 
 +$instructions = p_get_instructions($syntax); 
 +$rendered = p_render('xhtml', $instructions, $info); 
 + 
 +// Output the rendered HTML 
 +echo $rendered; 
 +</php> 
 + 
 + 
 +<text type="warning">🧐 **Júne's {{fa>wikipedia-w?color=#cf8d2e}}ikistation**</text> is a {{mdi>collage?18&color=#005670}} collective platform to organize and manage personal & private information of Júne's. This {{fa>wikipedia-w}}iki is also for providing practical manuals {{mdi>book-multiple-variant?18&color=#0c3866}} of **<text type="danger">operating working machines</text>** and **<text type="success">solving technical problems</text>**.  {{fa>refresh?fa-spin&color=#caccd1}} ~~NOCACHE~~  <php> 
 +$ip = $_SERVER['REMOTE_ADDR']; echo "<b>$ip</b>"; </php>
  
 ---- ----
Line 33: Line 49:
  
 </panel> </panel>
 +
 </accordion> </accordion>
 +
 +
 ---- ----
  
Line 239: Line 258:
  
 {{mdi>wifi-strength-4-lock?24&color=#151515}} [[SECURED:HOME_NETWORK|Home network information]] by //ex vivo// {{mdi>lock?color=#030303}}      <sub>  --- **Updated** on //2020/08/06 20:45// </sub> {{mdi>wifi-strength-4-lock?24&color=#151515}} [[SECURED:HOME_NETWORK|Home network information]] by //ex vivo// {{mdi>lock?color=#030303}}      <sub>  --- **Updated** on //2020/08/06 20:45// </sub>
-  * **<sub>URL:</sub>** **''exVIVO.MESON.ML''**+  * **<sub>URL:</sub>** **''exVIVO.MESON.IN''**
  
 {{mdi>wifi-star?24&color=#A63D40}} [[SECURED:INFO_deNOVO|Public secured wireless]] by //de novo// {{mdi>lock?color=#030303}}      <sub> --- Updated on //2018/07/03 10:20//</sub> {{mdi>wifi-star?24&color=#A63D40}} [[SECURED:INFO_deNOVO|Public secured wireless]] by //de novo// {{mdi>lock?color=#030303}}      <sub> --- Updated on //2018/07/03 10:20//</sub>
-  * **<sub>URL:</sub>** **''deNOVO.MESON.ML''**+  * **<sub>URL:</sub>** **''deNOVO.MESON.IN''**
  
 {{mdi>cogs?24&color=#E9B872}} [[SECURED:JUNE_HARDWARE|Júne's hardware inventory]] //id & serial #// {{mdi>lock?color=#030303}}  <sub> --- Updated on //2017/08/21 05:35//</sub> {{mdi>cogs?24&color=#E9B872}} [[SECURED:JUNE_HARDWARE|Júne's hardware inventory]] //id & serial #// {{mdi>lock?color=#030303}}  <sub> --- Updated on //2017/08/21 05:35//</sub>
Line 253: Line 272:
 {{mdi>language-css3?24&color=#2464AA}} [[SECURED:web_admin|Júne's Web authoring management]] {{mdi>lock?color=#030303}}     {{mdi>language-css3?24&color=#2464AA}} [[SECURED:web_admin|Júne's Web authoring management]] {{mdi>lock?color=#030303}}   
 <sub> --- Updated on //2018/02/14 08:30//</sub> <sub> --- Updated on //2018/02/14 08:30//</sub>
-  * **<sub>URL:</sub>** **''WEBBY.MESON.ML''**+  * **<sub>URL:</sub>** **''WEBBY.MESON.IN''**
  
 ---- ----
  • start.1742345419
  • Last modified: 2025/03/19 00:50
  • by Júne Park