Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Seeking applications ...
Author Message
mook
Hangin' Around



Joined: Sep 30, 2003
Posts: 35

PostPosted: Tue Sep 30, 2003 5:07 am Reply with quote

Raven I saw your posts on nuke cops and you seem very willing to help.
I am looking for a psychostats module.
I also need a full recruitment form app. module,
and finally a server status module.

I have seen these modules floating around on various gaming sites, but no one will help me. Gaming community can be hard to meet sometimes.
We are a counterstrike tribe. Our server is pretty much full 24/7.
I have just switched over to php-nuke to handle more content.


On a side note: Please...tell me I can port my old forum users and forums from phpbb 2.0.4 to php-nuke 6.9. </sarcasm> Razz
Thank you so much in advance. I have confidence that you can help me.


Here is my website.
specs:
phpbb 2.0.4
php-nuke 6.9
php 4.3.2
mysql 4.0.13
phpmyadmin 2.4.0
perl 5.008
linux red hat
 
View user's profile Send private message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Tue Sep 30, 2003 6:04 am Reply with quote

Quote:
I am looking for a psychostats module.
I also need a full recruitment form app. module,
and finally a server status module.

I am not a gamer, so I am at somewhat of a loss here Sad. I don't know what a psychostats module is Laughing nor do I know of a recruitment form. There are several gamers that frequest this site so hopefully one of them can help you. For the server status module, try doing a search on google for 'nuke server status module' (w/o quotes).

As to your question on porting, yes that can be done. It is best done when you set the site up. To do it afterwards is a MAJOR undertaking as you end up having to manually adjust all old posts or new posts, depending on your situation.
 
View user's profile Send private message
mook







PostPosted: Tue Sep 30, 2003 12:19 pm Reply with quote

Well...the stats modules have been taken care of. Sorry if I confused you.
I still need someone to help me with database transfer of phpbb 2.0.4 users to nuke users 6.9.
I have had some luck in getting old posts and forums to show up with users but logins don't work and such.
If you have any ideas, I would love to converse about it. Rolling Eyes
 
Raven







PostPosted: Tue Sep 30, 2003 12:27 pm Reply with quote

I have done several of these with 100% success. Some are more difficult than others, but it usually works. I'm going to be offline for several hours starting in about 5 minutes, so maybe we can pick this up later.
 
mook







PostPosted: Tue Sep 30, 2003 2:11 pm Reply with quote

I will pm you my ICQ. We will talk then maybe?
Thank you for replying and helping me out!
 
mook







PostPosted: Tue Sep 30, 2003 10:26 pm Reply with quote

Raven are you there?
 
Raven







PostPosted: Wed Oct 01, 2003 4:54 am Reply with quote

Wasn't on much last night. Maybe tonight.
 
paranor
Worker
Worker



Joined: Aug 28, 2003
Posts: 227

PostPosted: Wed Oct 01, 2003 3:18 pm Reply with quote

I know I've seen them out there but I never book marked them.

Does this help? [ Only registered users can see links on this board! Get registered or login! ]
 
View user's profile Send private message
mook







PostPosted: Wed Oct 01, 2003 4:37 pm Reply with quote

Ok, Raven I will be here online tonight.
So please PM me when you get a chance.
Thank you so much. Wink
 
mook







PostPosted: Thu Oct 02, 2003 5:19 pm Reply with quote

Raven? What happened? Crying or Very sad
 
Raven







PostPosted: Thu Oct 02, 2003 7:50 pm Reply with quote

Mook,

I will get to you. I try to answer the quick hits, work on my paying customers, and answer emails and PM's. I am not avoiding you - just working my way to you.
 
mook







PostPosted: Thu Oct 02, 2003 7:59 pm Reply with quote

I appreciate your patience very much.
I will be patient too!
The thing I need help with, just so you remember, is
transferring my 2.0.4 phpbb DB to my nuke 6.9 DB(not a fresh install but can delete what we need to if it is nescessary...only me as a user...has not been put into production yet) with posts, forums categories, and I want to be able to change the names of forums once it is done. I also did not allow anonymous to post so we should be good to go there.

Server specs are located in above posts. Laughing
 
Raven







PostPosted: Fri Oct 03, 2003 5:00 pm Reply with quote

Let's start with a fresh 6.9 database. This assumes that your stand alone phpbb database and your new v6.9 nuke site are on the same MySQL server.

- Create the v6.9 database.
- Then get this file [ Only registered users can see links on this board! Get registered or login! ] . Unzip it and place that file in your v6.9 web root where your v6.9 config.php file is. This file will convert all your stand alone phpbb tables EXCEPT nuke_bbsearch_wordlist and nuke_bbsearch_wordmatch. These 2 tables are usually HUGE and MySQL/PHP will die before it all gets transferred. You will need to export these 2 tables from your stand alone and import them into your new nuke database.
- Modify lines 18-21 of the phpbb2nuke.php file for your stand-alone phpbb access.
- Next, after transfer/conversion is complete, check the NEW nuke_users table. If the anonymous user record is -1, change it to 1 if 1 is not in use. Otherwise, change it to 0 (zero).
- Move the 2 nuke_bbsearch_word* tables mentioned above.
- If the moon is in the 7th house and you have offered up a good blood sacrifice, you should now have a working 6.9 nuke system with you old stand-alone phpbb forums!
 
mook







PostPosted: Fri Oct 03, 2003 8:41 pm Reply with quote

This is the error I get when trying to run phpbb2nuke.php.
I am pretty sure that the connection setting are right.
Any ideas?
 
Raven







PostPosted: Fri Oct 03, 2003 9:04 pm Reply with quote

Where's the error? Nothing is displayed.
 
mook







PostPosted: Fri Oct 03, 2003 9:07 pm Reply with quote

Oh my. I am so spacey.
Here ya go.

Warning: mysql_num_fields(): supplied argument is not a valid MySQL result resource in /home/fl4tline/public_html/nuke/phpbb2nuke.php on line 84

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/fl4tline/public_html/nuke/phpbb2nuke.php on line 86

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/fl4tline/public_html/nuke/phpbb2nuke.php on line 106

Warning: mysql_num_fields(): supplied argument is not a valid MySQL result resource in /home/fl4tline/public_html/nuke/phpbb2nuke.php on line 111


Also, when exporting the two tables, do I click structure and data? And do I click complete table inserts and add drop table?
 
Raven







PostPosted: Fri Oct 03, 2003 9:11 pm Reply with quote

You haven't set your config stuff up correctly.

Only export the data

No on the other question.
 
mook







PostPosted: Fri Oct 03, 2003 9:27 pm Reply with quote

Still getting same error.
I have changed them around to other settings, but nothing is working.
Help? Embarassed


//phpBB2 variables
$p_user="fl4tline_username";
$p_pass="password here";
$p_db="fl4tline_forum";
$p_host="localhost";
$p_prefix="phpbb";
 
mook







PostPosted: Fri Oct 03, 2003 10:18 pm Reply with quote

I have tried everything within those connection possibilities, and nothing is working. I don't think it is that. Crying or Very sad
 
Raven







PostPosted: Fri Oct 03, 2003 10:22 pm Reply with quote

Yes it is. What is your value for $p_prefix?
 
mook







PostPosted: Fri Oct 03, 2003 10:26 pm Reply with quote

phpbb
or rather $p_prefix="phpbb";
 
Raven







PostPosted: Fri Oct 03, 2003 10:28 pm Reply with quote

There is something wrong either with your connection or your table naming. Using phpMyAdmin, what is the full name of the bbconfig table in your stand-alone version?
 
mook







PostPosted: Fri Oct 03, 2003 10:31 pm Reply with quote

In the database fl4tline_forum the name of the config table is phpbb_config.
In the database fl4tline_nuke the nameof the config table is nuke_bbconfig.
 
Raven







PostPosted: Fri Oct 03, 2003 10:31 pm Reply with quote

change line 83 of phpbb2nuke to read
Code:
$result=mysql_query("SELECT * FROM {$p_prefix}auth_access",$p_con) or die('MySQL said '.mysql_error());
and rerun the script. Is there a new error message?
 
Raven







PostPosted: Fri Oct 03, 2003 10:32 pm Reply with quote

Change the $p_prefix to phpbb_
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Seeking applications ...

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©