• Skip to primary navigation
  • Skip to content
  • Skip to primary sidebar

Xrvel House

My Programming Blog

  • Database
  • Programming
    • CSS
    • JavaScript
    • PHP
  • SEO
  • Server
  • Web Hosting
  • Website
    • vBulletin
    • Website Development
    • WordPress
  • Coding & SEO Service
  • Privacy Policy

PHP

vBulletin Reputation Per Usergroup Plugin

August 6, 2012 By Xrvel 2 Comments

I actually coded this vbulletin plugin long time ago, and have published it on VB.org long time ago. But now i want to write on my blog 🙂

This plugin will allow each usergroup to have reputation setting (including reputation power, daily reputation limit, reputation spread limit).

To download it, you can open this link :
http://www.vbulletin.org/forum/showthread.php?t=266604

Filed Under: PHP, Programming Tagged With: Plugin, vBulletin

PHP HtmlEntities for UTF-8 Characters

November 9, 2011 By Xrvel 2 Comments

If you just use simple PHP htmlentities function with one argument, you will notice that when you pass string that contains UTF-8 characters, the result is incorrect leaving you with some incorrect characters on the result.

To use it correctly, use this code 🙂

htmlentities($your_string, ENT_COMPAT, 'UTF-8');

Filed Under: PHP, Programming Tagged With: PHP, Tips

My Proxy List Script and ProxyNoid

August 21, 2011 By Xrvel 10 Comments

I made a free proxy list script about 1-2 years ago which is called “proxycoder script”.
I haven’t continued to develop it for a long time. Recently Oxuro, owner of ProxyNoid.com contacted me at DigitalPoint and told me that he has done some modification to my script. He kindly asked if i can include his modification on the next proxycoder script or if i can give him permission to distribute his modified script. I chose the second choice, i will be happy to see my script to become a well developed proxy list script.
From now, i give permission to ProxyNoid.com to distribute the modified version of my script.

Good luck, Oxuro 🙂

Filed Under: PHP, Programming Tagged With: Script

Quick Adsense Random Align

April 16, 2011 By Xrvel 1 Comment

Quick Adsense is one of useful WordPress Plugin which can be downloaded here
http://wordpress.org/extend/plugins/quick-adsense/

It can insert ads to your post content automatically.
Here is a hack to make your ads to be aligned randomly left / right AND center / none :
[Read more…] about Quick Adsense Random Align

Filed Under: PHP, Programming, Website Tagged With: Plugin, Wordpress, Wordpress Plugin

Enabling CodeIgniter $_GET

February 2, 2011 By Xrvel 5 Comments

Image

Here is how to enable CodeIgniter support to $_GET and still able to use the normal “SEO-friendly” URL working together.
So you will get a URL like this

http://www.example.com/index.php/the_controller/the_function/?some=thing&more=yes

First approach is modify your “config.php” and change this line.

$config['enable_query_strings'] = true;

But this is not recommended because on pagination, you will get ugly URL.
[Read more…] about Enabling CodeIgniter $_GET

Filed Under: PHP, Programming Tagged With: CodeIgniter, PHP

  • « Previous Page
  • Page 1
  • Page 2
  • Page 3
  • Next Page »

Primary Sidebar

Categories

Recent Posts

  • Bitmex PHP API Example
  • Fix WordPress Cloudflare HTTPS Redirect Loop
  • Find String in Files in Linux
  • How to Install PhantomJS in cPanel / WHM Server
  • Use DKIM Key With WHM, cPanel, Cloudflare
  • How to Append Date and Time to Log File in Linux
  • How to Delete Files in Directory in Linux
  • Empty a File Using Linux Command

Recent Comments

  • Jacob Walter on How to Install PhantomJS in cPanel / WHM Server
  • Giri on WordPress Login ReCAPTCHA Plugin
  • Anon on WordPress Login ReCAPTCHA Plugin
  • Xrvel on WordPress Login ReCAPTCHA Plugin
  • Amit on WordPress Login ReCAPTCHA Plugin

Tags

Apache Captcha CentOS Cloudflare CodeIgniter Command Line cPanel CSF DigitalPoint Encode Facebook Free htaccess HTML HTTPD Ioncube iPad JavaScript jQuery Linux Misc MySQL PHP Plugin recaptcha Scam Scammer ScrapeBox Script Scum SEO SEO Software Server Shell Sphinx Sphinx Search Engine SSH Tips Unix UTF8 vBulletin WHM Windows Wordpress Wordpress Plugin

© Xrvel.com