Posts

Showing posts with the label has

Smart GIGASURF99 Has 1 8 GB Of Total Data!

Image
Smart GIGASURF99 Has 1 8 GB Of Total Data! Smart Communications, the local telco giant has a treat for the heavy mobile data users, the value packed  GIGASURF99  promo. GIGASURF99 is a solid deal! With GIGASURF99, youll be able to enjoy 1.5 GB of open access data to any website, apps, and etc. On top of that, Smart included a FREE 300 MB of  iflix, Spinnr, YouTube, Vimeo, Dailymotion and Dubsmash apps. Thats for a total of 1.8 GB of data valid for 1 week or 7 days. This would be suitable for social media addicts, content creators, mobile online gamers, watching heavy YouTube videos, and anyone who wanted to surf or use the internet longer compared with the older competing promos. To register for  Smart GIGASURF99 , all youll need to do is send  GIGA99 to 9999  now! What do you think guys? Do you know any other better and more affordable promos? Please share in the comment section below. visit link download

Warning ini set has been disabled for security reasons in

Warning ini set has been disabled for security reasons in Pligg, Drupal, etc... - Error Message "Warning: ini_set() has been disabled for security reasons in /home/........config.php on line 9 ..." How to solve the above problem? generally only need 2 steps to do, are: 1 - Create php.ini file , that containts the following codes : disabled_funcions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open, allow_url_fopen Then, upload/save the above php.ini file into the root of your website in CPANEL/SERVER, e.g. /home/YOUR-USERNAME/php.ini 2 - Edit your .htaccess file that located in /home /username/public_html/.htaccess , and add the following code at the first line: suPHP_ConfigPath /home/username If you are using PLIGG CMS and still get the error message in the Admin Area , to solve it, you can upload or copy the php.ini file into the Admin Folder , e.g. /public_html/admin/php.ini Well.. I share this tips , based on my experience recently at my pli...