Previous Thread
Next Thread
Print Thread
Rate Thread
#19398 01/25/03 12:24 PM
Joined: Mar 2002
Posts: 192
xero Offline OP
Member
OP Offline
Member
Joined: Mar 2002
Posts: 192
doesn anyone know how phpnuke can be integrated with ultimatebb 6.1.0.3?


"Most of our imports come from outside the country" -George W. Bush

http://www.zero-technologies.com
#19399 01/25/03 08:34 PM
Joined: Feb 2002
Posts: 7,203
Likes: 11
Community Owner
Offline
Community Owner
Joined: Feb 2002
Posts: 7,203
Likes: 11
You're trying to make a php/mysql variable compatable with a cgi/perl ? man are you nuts?


Donate to UGN Security here.
UGN Security, Back of the Web, and VNC Web Services Owner
#19400 01/25/03 11:00 PM
Joined: Mar 2002
Posts: 192
xero Offline OP
Member
OP Offline
Member
Joined: Mar 2002
Posts: 192
:p

touche... lol didnt realize that... i know phpbb can be used ported to php nuke so i thought.. nevermind im just a big dummy smile


"Most of our imports come from outside the country" -George W. Bush

http://www.zero-technologies.com
#19401 01/26/03 04:15 PM
Joined: Feb 2002
Posts: 7,203
Likes: 11
Community Owner
Offline
Community Owner
Joined: Feb 2002
Posts: 7,203
Likes: 11
lol, phpbb uses php/mysql...

I think that you should know though, infopop does have webspiders that crawl the web searching for differant keywords and has bots checking the data vs a database with all valid sites. In other words, their going to find out about your warezed copy of their bbs eventually lol...


Donate to UGN Security here.
UGN Security, Back of the Web, and VNC Web Services Owner
#19402 01/27/03 07:46 PM
Joined: Mar 2002
Posts: 192
xero Offline OP
Member
OP Offline
Member
Joined: Mar 2002
Posts: 192
yes that was brought to my attention by a certain friend lol... well i switched to phpbb now so nothing to worry about wink


"Most of our imports come from outside the country" -George W. Bush

http://www.zero-technologies.com
#19403 01/27/03 08:43 PM
Joined: Feb 2002
Posts: 7,203
Likes: 11
Community Owner
Offline
Community Owner
Joined: Feb 2002
Posts: 7,203
Likes: 11
heh...

BTW, PostNuke is better, its less of a drain on bandwidth and resources.


Donate to UGN Security here.
UGN Security, Back of the Web, and VNC Web Services Owner
#19404 01/27/03 08:46 PM
Joined: Mar 2002
Posts: 192
xero Offline OP
Member
OP Offline
Member
Joined: Mar 2002
Posts: 192
thanks ill consider that


"Most of our imports come from outside the country" -George W. Bush

http://www.zero-technologies.com
#19405 01/31/03 09:35 PM
Joined: Aug 2002
Posts: 68
S
Junior Member
Offline
Junior Member
S
Joined: Aug 2002
Posts: 68
if ultimatebb stores it's data in mySQL form, it's certainly possible.

Not to be an [censored], but Gizmo, you're completely wrong when you say that two programs written in different languages or scripts are incompatible.

It's the form in which the data is stored; if PHP can read it, it's compatible. There's very little cross-script interaction in a given instance of a script being called.

SO:
xero: find out how ulatimatebb stores it's data, find out what PHPNuke needs, write a script to convert the data from one to the other, and replace all calls to that data with calls to the functions you defined in the new file.

#19406 02/01/03 02:14 AM
Joined: Feb 2002
Posts: 7,203
Likes: 11
Community Owner
Offline
Community Owner
Joined: Feb 2002
Posts: 7,203
Likes: 11
UBB Classic stores in flat files. So have fine re-coding it lol...

PHPNuke uses mysql/PHP, ubb classic uses CGI/Perl, have fun in that then scally... Since I'm completely "wrong" lol...

If he was using UBB Threads it'd be another story, it'd be easy to incorporate, but i doubt he even would try lol...

The whole reason for me saying its *impossible* was because he'd have to recode the UBB Classic line for line (it gets rather complex) to use MySQL as opposed to flat files.


Donate to UGN Security here.
UGN Security, Back of the Web, and VNC Web Services Owner
#19407 02/01/03 04:09 PM
Joined: Aug 2002
Posts: 68
S
Junior Member
Offline
Junior Member
S
Joined: Aug 2002
Posts: 68
Gizmo: no, there's probably functions like "get author" and "create thread" and whatnot - just recoding hte data access in those files would be simple. You still don't understand.

#19408 02/01/03 05:08 PM
Joined: Mar 2002
Posts: 574
Likes: 1
C
UGN GFX Whore
Offline
UGN GFX Whore
C
Joined: Mar 2002
Posts: 574
Likes: 1
Maybe I am not understanding it, but it sounds like to do what Scally is saying is to basically write a php version of the cgi/perl stuff. That sounds alot like what Gizmo is saying.

#19409 02/01/03 05:40 PM
Joined: Oct 2002
Posts: 955
UGN Super Poster
Offline
UGN Super Poster
Joined: Oct 2002
Posts: 955
I am a little confused. PHPNuke? I checked it out, but does PostNuke not use PHP/MySQL anyways?

PostNuke 0.7.2.3

Well, I plan on using PostNuke. I am testing it out with 5 different forums.

VBulletin v2.2.9
UBB.Threads v6.2.1
YaBB SE v1.5
Invision v1.1
phpBB v2.0.4

Please reply with any info you know about these. I will review and rate them.

#19410 02/01/03 06:56 PM
Joined: Aug 2002
Posts: 68
S
Junior Member
Offline
Junior Member
S
Joined: Aug 2002
Posts: 68
Cold Sunn, no I'm talking about replacing certain parts of a perl/cgi application with perl/cgi code to read data from a different source. Does nobody ever think of this, lol?

#19411 02/01/03 07:09 PM
Joined: Mar 2002
Posts: 574
Likes: 1
C
UGN GFX Whore
Offline
UGN GFX Whore
C
Joined: Mar 2002
Posts: 574
Likes: 1
Why would you read data from another source when the data isn't in another source. Why not make the php that needs to read from the source that the perl reads from. I really don't even know what's going on anymore.

#19412 02/01/03 08:32 PM
Joined: Mar 2002
Posts: 1,273
DollarDNS Owner
Offline
DollarDNS Owner
Joined: Mar 2002
Posts: 1,273
lol. Everybody is in agreement. Gizmo is just saying that it would be hard due to the complex code (Quote: "So have [fun] re-coding it lol"). Scallion says to change the code. Cold Sunn is saying the exact same thing.

You guys crack me up.


Domain Registration, Hosting, Management
http://www.dollardns.net
#19413 02/02/03 07:40 AM
Joined: Feb 2002
Posts: 7,203
Likes: 11
Community Owner
Offline
Community Owner
Joined: Feb 2002
Posts: 7,203
Likes: 11
Ok... Last time I'll try this... Ah [censored] it I'll just link you to the UBB Dev forum discussing this: http://www.ubbdev.com/ubb/ultimatebb.php?ubb=get_topic;f=8;t=003443

Although I also found: http://www.ubbdev.com/ubb/ultimatebb.php?ubb=get_topic;f=8;t=003454 which would give you the ability to use "same logins".

BTW jon, PostNuke does use PHP/MySQL.


Donate to UGN Security here.
UGN Security, Back of the Web, and VNC Web Services Owner
#19414 02/02/03 03:17 PM
Joined: Oct 2002
Posts: 955
UGN Super Poster
Offline
UGN Super Poster
Joined: Oct 2002
Posts: 955
Yeah, that is what I thought. I was just perplexed as to why there is a PHPNuke then.

#19415 02/02/03 05:56 PM
Joined: Feb 2002
Posts: 7,203
Likes: 11
Community Owner
Offline
Community Owner
Joined: Feb 2002
Posts: 7,203
Likes: 11
PHPNuke is worthless in my opinion, PostNuke does the same thing with less the resource hogs...


Donate to UGN Security here.
UGN Security, Back of the Web, and VNC Web Services Owner

Link Copied to Clipboard
Member Spotlight
Posts: 30
Joined: June 2002
Forum Statistics
Forums41
Topics33,840
Posts68,858
Average Daily Posts1
Members2,176
Most Online3,253
Jan 13th, 2020
Latest Postings
Where and how do you torrent?
by danni75 - 03/01/24 05:58 AM
Animation,
by JohanKaariainen - 08/15/19 01:18 AM
Blackbeard.....
by Gremelin - 10/03/18 07:02 PM
my old account still exists!
by Crime - 08/10/18 02:47 PM
Okay WTF?
by HenryMiring - 09/27/17 01:45 AM
The History Thread...
by Gremelin - 08/11/17 12:11 PM
My friend NEEDS your HELP!
by Lena01 - 07/21/17 12:06 AM
I'm having fun with this guy.
by gabithompson730 - 07/20/17 01:50 AM
I want to upgrade my phone
by gabithompson730 - 07/20/17 01:49 AM
Doom 3
by Cyrez - 09/11/14 08:58 PM
Amazon Gift Card Generator/KeyGen?te
by Gecko666 - 08/22/14 09:21 AM
AIM scene 99-03
by lavos - 09/02/13 08:06 AM
Planetside 2
by Crime - 03/04/13 07:10 AM
Beta Testers Wanted
by Crime - 03/04/13 06:55 AM
Hello Everyone
by Gremelin - 02/12/12 06:01 PM
Tracfone ESN Generator
by Zanvin Green - 01/18/12 01:31 PM
Python 3 issue
by Testing - 12/17/11 09:28 PM
tracfone airtime
by Drache86 - 07/30/11 03:37 AM
Backdoors and the Infinite
by ZeroCoolStar - 07/10/11 03:52 AM
HackThisZIne #12 Releaseed!
by Pipat2 - 04/28/11 09:20 PM
gang wars? l33t-wars?
by Gremelin - 04/28/11 05:56 AM
Consolidate Forums
by diggin2deep - 04/21/11 10:02 AM
LAN Hacking Noob
by Gremelin - 03/12/11 12:42 AM
Top Posters
UGN Security 41,392
Gremelin 7,203
§intå× 3,255
SilentRage 1,273
Ice 1,146
pergesu 1,136
Infinite 1,041
jonconley 955
Girlie 908
unreal 860
Top Likes Received
Ghost 2
Crime 1
Ice 1
Dartur 1
Cyrez 1
Powered by UBB.threads™ PHP Forum Software 7.7.5