Quantcast
Channel: php – Arvixe Blog
Browsing all 83 articles
Browse latest View live

How to Create a Simple Shoutbox PHP Script

A lot of sites these days have a shoutbox, not all are 100% with each site so here is a simple php script to setup your own shoutbox enjoy Firstly, let’s setup our table, enter this SQL data into mySQL...

View Article



How to Find phpinfo in phpFox’s AdminCP

This article will focus on how to find the phpinfo information from within your phpFox AdminCP. There may be a time that you need to see if a php module is installed on your server.  There are a few...

View Article

How to Change PHP Version via .htaccess File

On a server, there is possibility to have more than one compiled php version. If you wish to use a php version other than the default one, you can use the .httaccess file for this purpose. If the...

View Article

Function to Generate a Copyright Since with PHP

Hello, When working with a website, I always try to make things the most automated I can so that I don’t need to be editing them often, that’s why here I present you a function I created that is used...

View Article

How to Change the PHP Version on Linux/cPanel Hosting

By default, our Linux accounts makes use of PHP 5.2 as not all scripts are compatible with higher PHP versions, However, If you wish to use a php version other than the default one then this blog was...

View Article


Silverstripe _config.php Cheatsheet

Here are some of most used lines in _config.php: /********************** * * Errors / Dev * **********************/ // //Force enviroment to Dev ** REMOVE FOR LIVE SITES **...

View Article

Defending Against the WordPress Brute Force Flood

There has been a massive distributed brute force attack being launched the past few days against every WordPress based website at every hosting provider in the world. Well over 150,000 different IP...

View Article

Change PHP Version Using the PHP Version Manager

The PHP version change plugin is available for cPanel users under the 1H Software section in cPanel. It allows you to easily choose between 6 different PHP versions. Through the plugin interface you...

View Article


Configure PHP Variables Using PHP Variables Manager

The PHP Variables Manager plugin is available for cPanel users under the 1H Software section in cPanel. It allows cPanel users to easily configure different PHP variables per folder through a single...

View Article


Enable PHP 5.3 for Your Website on Windows Based Hosting

Enabling PHP 5.3 for your website in a windows based hosting is very simple! You can enable PHP 5.3 for your website by adding the following to your web.config file between <system.webServer>...

View Article

How to Create a “Log Out” Script Based on Cookies with PHP

Hello, Today you will learn how to create a log out script in PHP. This applies only for those authentication systems that are based on cookie existence and evaluation. The article will cover the steps...

View Article

Drupal 7 Overridding HTML Output Based on URL Conditions

Drupal 7 supports downloadable sitewide themes. Sometimes we want a specific site path to exclude many regions of a site and present only the page content. Or for instance if a remote site is fetching...

View Article

Install Drush on Arvixe

Developing and Administering a Drupal website can be tedious with so many module, permission choices and configuration values. Drush is a command line shell and scripting interface for Drupal. Drush...

View Article


Simple Site-Wide Status Message to All Visitors

There are many modules to customize status messages on a Drupal website. Such messages could inform your users of scheduled maintenance downtime or other relevant notices you want any user to see when...

View Article

OpenCart – PHP Basics Part 1 (Variables)

Opencart is an open source shopping cart application that is designed by means of MVC-L (Model-View-Control-Language). PHP is the server side scripting language that the entire cart is made up of. In...

View Article


OpenCart – PHP Basics Part 2 (DB CONNECT)

Your Opencart store is built upon an MVCL framework. The framework is useless without a Database to access. The Database holds all of the product, store, order, and customer information along with...

View Article

Properly Extending PrestaShop Objects

Extending Prestashop Objects in the proper way can be a hit-and-miss process because of the uneven core structure. In this tutorial we will add a whole new custom field to the product class and see how...

View Article


Tailoring Content Creation in Drupal

Drupal 7 has many powerful components to retrieve and store your custom data. Such custom data could be Car Models, News Items, Calendar Events, School Courses, a Yahoo Answers Question and Answer...

View Article

Website Snapshots using Drush for Drupal

I’ve previously mentioned Drush in my blog posts. Another interesting feature of drush is to support archival backup and restoration of a complete drupal website (or Drupal sub-site) with a simple set...

View Article

Migrate Module for Drupal: Intro For Beginners

This blog post is the first of a small series of posts discussing the Migrate module, typical use cases and tips when using Migrate. Most websites or E-commerce websites require … Learn More

View Article
Browsing all 83 articles
Browse latest View live




Latest Images