Advertising
advertising
related pastes to tag 'phpbb'
- 1933985 - olecom: phpbb post vb msword
-
- ==
- == File of "Microsoft Word Objects" aka ThisDocument: Форум_GallopeRU_v001.cls ==
- ==
- VERSION 1.0 CLASS
- BEGIN
- MultiUse = -1 'True
- END
- Attribute VB_Name = "Форум_GallopeRU_v001"
- 1933117 - olecom: phpbb post word vb ms
-
- Public WithEvents прога As Word.Application
- Sub прога_WindowSelectionChange(ByVal Sel As Selection)
- Dim i, j, s, d, возврат, имя
- If Len(Sel.Range.Document.Content.Text) = Len(Sel.Text) Then
- параментры_поста.Show
- If параментры_поста.Tag <> "АГА" Then
- Exit Sub
- 1565582 - phpbb2bbpress Converter: php phpbb bb bbpress
-
- <?php
- /**
- * PhpBB to bbPress database converter.
- *
- * This script can convert a PhpBB 2.0.X (www.phpbb.com) forum
- * database to bbPress "Bix" 0.73 (www.bbpress.org) format.
- *
- * Based on the previous work of Bruno Torres and The phpBB Group.
- 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))
- 607675 - Phpbb User Stuff: phpbb user stuff hide
-
- // phpBB User Stuff
- // version 0.1
- // 2006-02-26
- // Copyright (c) 2006, xamm
- // Released under the GPL license
- // http://www.gnu.org/copyleft/gpl.html
- //
- // --------------------------------------------------------------------
- 604854 - designerman: phpbb
-
- $phpbb_root_path = './forum/';
- include($phpbb_root_path . 'extension.inc');
- include($phpbb_root_path . 'common.' . $phpEx);
- include($phpbb_root_path . 'includes/functions_mod_user.' . $phpEx);
- //
- // Start session management