Skip to content
Bots!
Bots!
  • About
    • Myself
    • আমার দোয়া
  • Bookmarks
    • Bookmarks
    • My OCI Bookmarks
    • Useful Proxmox Commands & Links
    • Learning Nano
    • Useful Sites
    • Useful Virtualbox Command
    • Useful MySQL Command
    • Useful Linux Command
    • BTT-CAS
  • Resources
    • Webinar on Cloud Adoption for Project Managers
  • Photos
  • Videos
  • Downloads
Bots!

Category: Scripts

Show all images in a folder with PHP

Rumi, September 11, 2010

<?php //Your folder $files = glob(“icons/*.*”); $colCnt=0; echo ‘<table border=”0″ style=”width:590px;”>’; for ($i=1; $i<count($files); $i++) { $colCnt++; if ($colCnt==1) echo ‘<tr>’; echo ‘<td width=”25%” style=”font-size:8.5px; font-family:arial”>’; $num = $files[$i]; echo ‘<img src=”‘.$num.'” align=”absmiddle” /> ‘; print substr(substr($num,6,100),0,-4); echo ‘</td>’; if ($colCnt==4) { echo ‘</tr>’; $colCnt=0; } } echo ‘</table>’; ?>

Continue Reading

EOT তৈরির কৌশল

Rumi, April 16, 2010April 6, 2013

আমি অনেকদিন থেকেই এটি অনুভব করছিলাম যে, EOT তৈরির ধাপগুলি সঠিকভাবে বর্ণনা করে একটি লেখা তৈরি করবো। আমি দেখেছি অনেকেই সমস্যায় পড়েন। বুঝতে পারেন না কিভাবে এগোবেন। EOT তৈরি করতে পারলেও দেখা যায় তার পারফরমেন্স ভালো না। বুঝতে পারেন না কোথায় সমস্যা হয়েছিলো। আর এই চিন্তা থেকেই এই লেখাটি শুরু…

Continue Reading

Vertical CSS menu

Rumi, August 16, 2009

In this tutorial you will learn the basics of creating simple vertical menus for your website using only HTML /and CSS. Our menus are actually HTML unordered list elements <ul> styled using CSS, giving them background color, margin, padding and other CSS attributives.

Continue Reading

Horizontal CSS menu

Rumi, August 16, 2009

1. Let’s begin! Create a new HTML document and save it as cssmenu.html. Although is better to put the CSS code in a external style sheet, in this tutorial we will put the whole CSS code in the HTML file to be easier to follow by readers.

Continue Reading

Javascript POP Up Window

Rumi, August 2, 2009

To open a new window by clicking on the link, you will need to use window.open method of javascript. Simple popup window <a href=”javascript: void(0)” onclick=”window.open(‘popup.html’, ‘windowname1’, ‘width=200, height=77’); return false;”>Click here for simple popup window</a> Now you can open a simple window, also this function can have different features…

Continue Reading

Test php mail function on your server

Rumi, October 18, 2008

A handy code to test PHP mail functions on your server!

Continue Reading

search.bdinside.net post code

Rumi, October 14, 2008October 14, 2008

Guess the following code can be put into any page and activate the search engine!

Continue Reading

URL Redirect PHP script for Horde

Rumi, October 12, 2008November 6, 2008

I nearly got mad implementing horde in virtualmin. Though this section will not tell how the Horde was setup. Anyways, HORDE needs to work under /horde framework. I know this can be fixed up in registry.php file and can be used as /groupware or something.

Continue Reading

URL Redirecting Script

Rumi, October 12, 2008October 12, 2008

Meta Refresh URL Redirect Meta Refresh URL Redirect is an example of a meta refresh URL redirect. The code is quite simple. <meta http-equiv=”refresh” content=”8;url=http://www.seocompany.ca/index.html” /> Meta tag refresh is known to not be very search engine friendly and is consider spammy because of its misuse. If you keep it…

Continue Reading

ESRI ArcGIS Desktop 9.2

Rumi, August 10, 2008August 10, 2008

ArcGIS Desktop is software that allows you to discover patterns, relationships, and trends in your data that are not readily apparent in databases, spreadsheets, or statistical packages.

Continue Reading
  • Previous
  • 1
  • …
  • 5
  • 6
  • 7
  • Next

Myself…

Hi, I am Hasan T. Emdad Rumi, an IT Project Manager & Consultant, Virtualization & Cloud Savvyfrom Dhaka, Bangladesh. I have prior experience in managing numerous local and international projects in the area of Telco VAS & NMC, National Data Center & PKI Naitonal Root and CA Infrastructure. Also engaged with several Offshore Software Development Team.

Worked with Orascom Telecom-Banglalink, Network Elites as VAS partner, BTRC, BTT (Turkey) , Mango Teleservices Limited and Access to Informaiton (A2I-UNDP)

Currently working at Oracle Corporation as Principal Technology Solution and Cloud Architect.

You can reach me [h.t.emdad at gmail.com] and I will be delighted to exchange my views.

Tags

Apache Bind Cacti CentOS CentOS 6 CentOS 7 Debain Debian Debian 10 Debian 11 Debian 12 DKIM Docker icinga iptables Jitsi LAMP Letsencrypt Linux Munin MySQL Nagios Nextcloud NFS nginx openvpn pfsense php Postfix Proxmox RDP Softether SSH SSL Ubuntu Ubuntu 16 Ubuntu 18 Ubuntu 20 Varnish virtualbox vpn Webmin Windows 10 XCP-NG zimbra

Topics

Recent Posts

  • KVM Cloud Capacity Planning Script (Enhanced) February 20, 2026
  • Youtube MP3 Downloader Script using AI February 14, 2026
  • Install Softether VPN and create a Destination NAT (D-NAT) Rule to access the private Client VPN Node on a Debian 12 OS February 14, 2026
  • Deploying Pulse Monitoring for Proxmox Cluster Ecosystem February 13, 2026
  • Technitium DNS Web UI Configuration for Primary-Secondary Name Servers February 12, 2026
  • Technitium DNS with Primary-Slave Installation on Debian February 12, 2026
  • Install Docker and Docker Compose in Debian 12 February 5, 2026
  • Install GUI on Debian 12 using CLI February 4, 2026
  • Configuring Multiple PHP Versions on Virtualmin January 30, 2026
  • Deploy a Container TIG (Telegraf, InfluxDB and Grafana) Stack January 24, 2026

Archives

Top Posts & Pages

  • KVM Cloud Capacity Planning Script (Enhanced)
©2026 Bots! | WordPress Theme by SuperbThemes