Advertising
advertising
related pastes to tag 'hs'
- 2062882 - vss2git-105.pl: git hs vss
-
- #!/usr/bin/perl
- #
- # VSS-to-git migration script v1.00 by Chris Ritchey (rethnor@gmail.command)
- # Original script by Andy Duplain (trojanfoe@gmail.com) written for Mercurial
- #
- # Based on the VSS-to-Subversion script by:
- # Brett Wooldridge, Daniel Dragnea, Magnus Hyllander and Neil Sleightholm.
- # (See: http://neilsleightholm.blogspot.com)
- 1417890 - hs phpbb integration: phpbb hs integration
- 1417889 - hs phpbb integration: phpbb hs integration
-
- <?php
- function phpbb_register($values){
- $host_details = parse_url($values["url"]);
- $host = $host_details["host"];
- $phpbb_path = $host_details["path"];
- if(!ereg("/$",$phpbb_path))