View Full Version : Integrating vBulletin & 4images
X-Fan
07-15-2002, 02:16 PM
Apologies if this has been discussed previously, but I was wondering if someone would be able to have a go at integrating the great 4images gallery management system with vBulletin?
http://www.4homepages.de/
Currently, 4images uses its own user table in the database, but it would be much preferred to have it use vBulletin's existing user table.
X-Fan
07-17-2002, 11:51 AM
Bump...
Dark_Wizard
07-17-2002, 06:36 PM
There were several people already working on it and I don't know what the status is. Robert9 and Konqueror are the ones to talk to.
Velocd
07-17-2002, 10:05 PM
I used 4images for awhile, and only integrated it to the point that only registered members could use it (which is very easy). That's it though, but I've ditched 4images cause it sucks in my personal opinion. :P
You probably don't even need this, or are asking for it, but anyway..to get registration check, all you have to do is make a template with the general header, headinclude, and footer, and also a frame linked to the 4images main index file. Then in the php file, I called it gallery.php, that outputs the custom template, you simply put at the top:
if ($bbuserinfo[userid]==0) {
show_nopermission();
}
Ofcourse there are easy ways to bypass this. But it's a simple method.
midad
07-17-2002, 10:09 PM
testing
midad
07-17-2002, 10:09 PM
Good jop :)
X-Fan
07-18-2002, 01:46 PM
Originally posted by Velocd
Ofcourse there are easy ways to bypass this. But it's a simple method.
Simple for most, but I'm lost. :(
Could you please possibly write this up step-by-step in a text file for newbies like myself?
X-Fan
09-21-2003, 08:54 AM
Bump...
Zachery
09-21-2003, 10:56 AM
your hacking? but your a newb to hacking? hehe
add that to the top of your php files :)
X-Fan
09-21-2003, 10:59 AM
Some find some hacks simple, some find others not so simple. What's wrong with that?
Zachery
09-21-2003, 11:00 AM
i wasnt refering to that, i was just poting out that you made a hack but you didnt get where to put the a line of code
i r teh newbie hacker :) so i wasnt trying to offend you, im very sorry
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.