vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Integrating vBulletin & 4images (https://vborg.vbsupport.ru/showthread.php?t=41098)

X-Fan 07-15-2002 02:16 PM

Integrating vBulletin & 4images
 
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:
Code:

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

Quote:

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


All times are GMT. The time now is 02:41 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00996 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (11)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete