Author Topic: HELP NEEDED -> PHPBB2 la SMF 1.1.8  (Read 5883 times)

0 Members and 1 Guest are viewing this topic.

Offline coxysky007

  • Newbie
  • *
  • Posts: 3
  • Popularitate: +0/-0
HELP NEEDED -> PHPBB2 la SMF 1.1.8
« on: Thursday 19 February 2009, 14:03:54 »
Salutare!

Am si eu nevoie de putin ajutor la conversia unui phpbb integrat intr-un phpnuke intr-un SMF indepentent.

Am phpBB 2.0.6 port by NukeCops si SMF 1.1.8. Am pus mai jos fisierul de copyright de la PHPNUKE.

Pot sa dau un pm cu detalii de contectare la ftp, mysql, cpanel daca ma puteti ajuta.


Code: [Select]
<?php
# $Author: cs $
# $Date: 2003/08/05 21:09:11 $
/************************************************************************/
/* PHP-NUKE: Web Portal System                                          */
/* ===========================                                          */
/*                                                                      */
/* Copyright (c) 2002 by Francisco Burzi                                */
/* http://phpnuke.org                                                   */
/*                                                                      */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License.       */
/************************************************************************/
/***************************************************************************
* phpbb2 forums port version 2.0.6 (c) 2003 - Nuke Cops (http://nukecops.com)
* You run this package at your sole risk. Nuke Cops and affiliates cannot
* be held liable if anything goes wrong. You are advised to test this
* package on a development system. Backup everything before implementing
* in a production environment. If something goes wrong, you can always
* backout and restore your backups.
*
* Installing and running this also means you agree to the terms of the AUP
* found at Nuke Cops.
*
* This is version 2.0.6 of the phpbb2 forum port for PHP-Nuke. Work is based
* on Tom Nitzschner's forum port version 2.0.6. Tom's 2.0.6 port was based
* on the phpbb2 standalone version 2.0.3. Our version 2.0.6 from Nuke Cops is
* now reflecting phpbb2 standalone 2.0.6 that fixes some bugs and
* security issues.
***************************************************************************/
// To have the Copyright window work in your module just fill the following
// required information and then copy the file "copyright.php" into your
// module's directory. It's all, as easy as it sounds ;)

$author_name "Nuke Cops";
$author_user_email "zx@nukecops.com";
$author_homepage "http://www.nukecops.com";
$license "GNU/GPL";
$download_location "http://www.nukecops.com/downloads.html";
$module_version "2.0.6";
$module_description "phpBB 2.0.6 port by NukeCops";

// DO NOT TOUCH THE FOLLOWING COPYRIGHT CODE. YOU'RE JUST ALLOWED TO CHANGE YOUR "OWN"
// MODULE'S DATA (SEE ABOVE) SO THE SYSTEM CAN BE ABLE TO SHOW THE COPYRIGHT NOTICE
// FOR YOUR MODULE/ADDON. PLAY FAIR WITH THE PEOPLE THAT WORKED CODING WHAT YOU USE!!
// YOU ARE NOT ALLOWED TO MODIFY ANYTHING ELSE THAN THE ABOVE REQUIRED INFORMATION.
// AND YOU ARE NOT ALLOWED TO DELETE THIS FILE NOR TO CHANGE ANYTHING FROM THIS FILE IF
// YOU'RE NOT THIS MODULE'S AUTHOR.

function show_copyright() {
    global 
$author_name$author_user_email$author_homepage$license$download_location$module_version$module_description;
    if (
$author_name == "") { $author_name "N/A"; }
    if (
$author_user_email == "") { $author_user_email "N/A"; }
    if (
$author_homepage == "") { $author_homepage "N/A"; }
    if (
$license == "") { $license "N/A"; }
    if (
$download_location == "") { $download_location "N/A"; }
    if (
$module_version == "") { $module_version "N/A"; }
    if (
$module_description == "") { $module_description "N/A"; }
    
$module_name basename(dirname(__FILE__));
    
$module_name eregi_replace("_"" "$module_name);
    echo 
"<html>\n"
        
."<body bgcolor=\"#F6F6EB\" link=\"#363636\" alink=\"#363636\" vlink=\"#363636\">\n"
        
."<title>$module_name: Copyright Information</title>\n"
        
."<font size=\"2\" color=\"#363636\" face=\"Verdana, Helvetica\">\n"
        
."<center><b>Module Copyright &copy; Information</b><br>"
        
."$module_name module for <a href=\"http://phpnuke.org\" target=\"new\">PHP-Nuke</a><br><br></center>\n"
        
."<img src=\"../../images/arrow.gif\" border=\"0\">&nbsp;<b>Module's Name:</b> $module_name<br>\n"
        
."<img src=\"../../images/arrow.gif\" border=\"0\">&nbsp;<b>Module's Version:</b> $module_version<br>\n"
        
."<img src=\"../../images/arrow.gif\" border=\"0\">&nbsp;<b>Module's Description:</b> $module_description<br>\n"
        
."<img src=\"../../images/arrow.gif\" border=\"0\">&nbsp;<b>License:</b> $license<br>\n"
        
."<img src=\"../../images/arrow.gif\" border=\"0\">&nbsp;<b>Author's Name:</b> $author_name<br>\n"
        
."<img src=\"../../images/arrow.gif\" border=\"0\">&nbsp;<b>Author's Email:</b> $author_user_email<br><br>\n"
        
."<center>[ <a href=\"$author_homepage\" target=\"new\">Author's HomePage</a> | <a href=\"$download_location\" target=\"new\">Module's Download</a> | <a href=\"javascript:void(0)\" onClick=javascript:self.close()>Close</a> ]</center>\n"
        
."</font>\n"
        
."</body>\n"
        
."</html>";
}

show_copyright();
# $Log: copyright.php,v $
# Revision 1.2  2003/08/05 21:09:11  cs
# Updated for BBtoNuke 2.0.6
#
?>


Cand incerc sa rulez fisierul convert.php imi da erorile de mai jos.




Notice: Undefined variable: dbname in /home/sdsnet/public_html/wp/forum/convert.php(407) : eval()'d code on line 1

Notice: Undefined variable: table_prefix in /home/sdsnet/public_html/wp/forum/convert.php(407) : eval()'d code on line 1


Sorry, the database connection information used in the specified installation of SMF cannot access the installation of phpBB2. This may either mean that the installation doesn't exist, or that the MySQL account used does not have permissions to access it.

The error MySQL gave was: Incorrect database name ''


SMF România

HELP NEEDED -> PHPBB2 la SMF 1.1.8
« on: Thursday 19 February 2009, 14:03:54 »

Offline coxysky007

  • Newbie
  • *
  • Posts: 3
  • Popularitate: +0/-0
Răspuns: HELP NEEDED -> PHPBB2 la SMF 1.1.8
« Reply #1 on: Thursday 19 February 2009, 14:33:04 »
Am luat acum phpnuke to smf converter. Poate merge asa.

Offline coxysky007

  • Newbie
  • *
  • Posts: 3
  • Popularitate: +0/-0
Răspuns: HELP NEEDED -> PHPBB2 la SMF 1.1.8
« Reply #2 on: Thursday 19 February 2009, 15:15:11 »
Am rezolvat. Scuze de mesaj. Am luat convertorul de pt PHPNUKE.