Skip to content

Technology Forum

SEO, Speed Up website, Server Optimization, Linux, Open Source Softwares

  • Home
  • General
    • Web Server
    • Website Formatting
  • IT Companies
  • Optimization
    • PHP
  • Linux
  • Home
  • PHP

Tag: PHP

Encrypt and Decrypt for URL Using PHP

Posted on January 13, 2015February 16, 2023 By admin No Comments on Encrypt and Decrypt for URL Using PHP
PHP

Here is the function for Encrypt and Decrypt (String, text, ids) for URL Using PHP. please set change $secret_key and $secret_iv for your wish to generate secure encryption and decryption keys. function encryptor($action, $string) { $output = false; $encrypt_method = “AES-256-CBC”; //pls set your unique hashing key $secret_key = ‘tst’; $secret_iv = ‘tst123’; // hash … Read More “Encrypt and Decrypt for URL Using PHP” »

Popular Sites run on which Platforms?

Posted on January 11, 2015January 11, 2015 By admin No Comments on Popular Sites run on which Platforms?
General

Site Up Since Server Platform Programming Language Google.com November 1998 Linux C, Java, C++, PHP & MySQL Facebook.com February 2004 Linux PHP, MySQL and C++ YouTube.com February 2005 Linux C, Java and MySQL Yahoo.com August 1995 Linux C++, C, Java, PHP & MySQL MSN.com (owned by Microsoft) August 1995 Windows ASP.net Live.com (owned by Microsoft) … Read More “Popular Sites run on which Platforms?” »

Security Tips

Posted on January 29, 2011January 29, 2011 By admin No Comments on Security Tips
Web Server

We are listing few of the security tips which can be helpful for novice/beginner to start web hosting or to provide hosting services. We have taken all the care while listing all the information, If any body found the information is having problem please contact us.

APACHE

  • Security By Obscurity: The default Apache installation options cause the server to add a signature that shows what version of Apache you are running, what operating system it is running on and even what modules you are using in your Apache configuration. This information makes it easier to exploit your system since hackers will have a great deal of information about the types and versions of your software

    Read More “Security Tips” »

View Posts

  • HTML: Link rel – Preload
  • HTML: Attributes of rel
  • Linux Commands
  • Security HTTP Headers
  • WCAG 2.0 checklist

Categories

  • Domain Name
  • General
    • Servers
    • Web Server
    • Website Formatting
  • IT Companies
  • Linux
  • MySQL
  • Optimization
    • PHP
  • Troubleshooting
  • Web Hosting Control Panel
    • Plesk Panel
  • Websites
    • CSS
    • HTML
    • Optimization
  • Windows
    • Windows 10

Recent Posts

  • HTML: Link rel – Preload
  • HTML: Attributes of rel
  • Linux Commands
  • Security HTTP Headers
  • WCAG 2.0 checklist

Copyright © 2023 Technology Forum.