Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'phpbb'

1933985 - olecom: phpbb post vb msword
  1. ==
  2. == File of "Microsoft Word Objects" aka ThisDocument: Форум_GallopeRU_v001.cls ==
  3. ==
  4. VERSION 1.0 CLASS
  5. BEGIN
  6.   MultiUse = -1  'True
  7. END
  8. Attribute VB_Name = "Форум_GallopeRU_v001"
  9.  
1933117 - olecom: phpbb post word vb ms
  1. Public WithEvents прога As Word.Application
  2. Sub прога_WindowSelectionChange(ByVal Sel As Selection)
  3. Dim i, j, s, d, возврат, имя
  4.  
  5. If Len(Sel.Range.Document.Content.Text) = Len(Sel.Text) Then
  6.     параментры_поста.Show
  7.     If параментры_поста.Tag <> "АГА" Then
  8.         Exit Sub
  9.  
1565582 - phpbb2bbpress Converter: php phpbb bb bbpress
  1. <?php
  2. /**
  3. * PhpBB to bbPress database converter.
  4. *
  5. * This script can convert a PhpBB 2.0.X (www.phpbb.com) forum
  6. * database to bbPress "Bix" 0.73 (www.bbpress.org) format.
  7. *
  8. * Based on the previous work of Bruno Torres and The phpBB Group.
  9.  
  10.  
1417890 - hs phpbb integration: phpbb hs integration
  1. <?php
  2.  
  3. function phpbb_register($values){
  4.        
  5.         $host_details = parse_url($values["url"]);
  6.         $host = $host_details["host"];
  7.         $phpbb_path = $host_details["path"];
  8.         if(!ereg("/$",$phpbb_path))
  9.  
1417889 - hs phpbb integration: phpbb hs integration
  1. <?php
  2.  
  3. function phpbb_register($values){
  4.        
  5.         $host_details = parse_url($values["url"]);
  6.         $host = $host_details["host"];
  7.         $phpbb_path = $host_details["path"];
  8.         if(!ereg("/$",$phpbb_path))
  9.  
607675 - Phpbb User Stuff: phpbb user stuff hide
  1. // phpBB User Stuff
  2. // version 0.1
  3. // 2006-02-26
  4. // Copyright (c) 2006, xamm
  5. // Released under the GPL license
  6. // http://www.gnu.org/copyleft/gpl.html
  7. //
  8. // --------------------------------------------------------------------
  9.  
604854 - designerman: phpbb
  1. define('IN_PHPBB', true);
  2. $phpbb_root_path = './forum/';
  3. include($phpbb_root_path . 'extension.inc');
  4. include($phpbb_root_path . 'common.' . $phpEx);
  5. include($phpbb_root_path . 'includes/functions_mod_user.' . $phpEx);
  6.  
  7. //
  8. // Start session management
  9.  
worth-right