Blog Menu

Categories

Go

vBulletin Profile Re-Write with htaccess

Read full... / Comments (0) / Thursday, August 7th, 2008


What does it do?
It produces a short profile url like so: yourdomain.com/username

What was the point releasing this?
Someone emailed me about my existing modification vBulletin Members Page Subdomain Re-Write, and was complaining it does not work with 3.5.x series nor vBulletin 2.x or 3.x, I even found a modification simaler to this on vB.org so it inspired me to change it, I have added the new solution for offtopic, “nonetheless” the Members Page Subdomain Re-Write does a good job if this does not work..

Do you guarantee it will work on my server?
No.

Will you support this if I cannot get it to work for me?
Yes contact me, using this form

Will this work with usernames that have special characters or spaces in them?
I don’t know. I have only tested it on my test forum with a few usernames that don’t have special characters or spaces in them. If it works for you, please let others know.

How can I tell my members about the shorter profile url?
That is something you will need to figure out.
Or view my update post here to show it in their profiles: http://www.vbulletin.org/forum/showt…46#post1435246

If this does not work for me, can you suggest another one?
VBSeo
Zoints
Nuhit.com
vBulletin Radio

Insert the following code in your .htaccess file (Post comments for other tweaks and suggestions and alterations to save time for other people who surfed here):

Code:
RewriteEngine on
RewriteRule ^/?([a-zA-Z0-9]+)$ member.php?username=$1 [L]

Go to full... / Comments (0) / Thursday, August 7th, 2008

phpBB Radio

Read full... / Comments (0) / Wednesday, July 30th, 2008


Hey

I released the phpBB Radio modification a while back on phpBB Hacks! Decided to release the latest stable version due to Sasha from Nothing-less.net requesting it.

Hope you guys like it!

The modification places a radio.blog on your blog AND forum! SEO Ready and Search Engine Index ready, all tracks are securely stored on your server and cannot be downloaded by anyone. Inspired by Astros Radioblogclub radio.blog and SEO Manchester!

(c) Khaleel Mughal!

Changelog
Supports my Playlist shuffle
Hacked the SWF to add Avento Library
SWFObject Added Support
Fixed php start and end tags in radio.php
Supports all browers
Fixed URL redirects for popup feature

Download
phpBB Radio (RAR)
phpBB Radio (ZIP)

Go to full... / Comments (0) / Wednesday, July 30th, 2008

Playlist Shuffle

Read full... / Comments (3) / Wednesday, July 16th, 2008


Hey

This is my second post to K4Z Systems Blog. Mentioned before that it will be a resource site, listing tutorials mainly and free resources to people from K4Z. I will occasionally make personal posts or company related posts from time to time though so watch that space!

Playlist Shuffle for Radio.Blog.Club (Radio Blog 2.2 tested and works from 1.0.x)

Version 2.0

Change Log

############## CHANGELOG KHALEEL MUGHAL
####### Encode Support
####### Got rid of Injection bug
####### Using a loop rather than listing array
####### Full extension support
####### Got rid of manual edits
####### UTF Support
####### No sessions, caching needed
####### Fixed break and XML bug with more one than song
####### Fixed playlist and album bug with strrops
############## CHANGELOG EOM END OF MODIFICATION

Installation

Save the new code (link below) as playlist.php and replace the old playlist.php in your sounds folder.

Download

Go to full... / Comments (3) / Wednesday, July 16th, 2008