vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Help Fixing A "Potential" Hack (https://vborg.vbsupport.ru/showthread.php?t=79038)

EH-Jay 03-29-2005 11:47 PM

Help Fixing A "Potential" Hack
 
Hey everyone,
I've been working getting this PHP page to work, but I can't seem to get the BB code working.

I have this so far:

http://www.deathlegion.com/forums/includes/file.php

Can anyone help me out? If I can get it to work, I will simplify it and release it as a mod, unless it's already 1 :S

Thanks

ProperMethodz 03-30-2005 01:02 AM

Damn... I was wondering why the boards were down.

Dude... The only way someone can get your vBulliten licence is to get your unique customer ID. This should be in the e-mail which vBulliten sends to you when you register. See if this information is in a location which was or can be hacked. Another question would be: Did you delete your install folder after your installation?

You may have to purchase another copy, especially since you did admit to "pirating" the software yourself. Either that or tell them that you will be happy to remove the installations which you can, apologize and tell them your problem again. Then ask nicely for a new ID key because you think your's has been hacked.

BTW this guy is one of the best hosts around... They are great on the Tech Support side, and have helped me on many occasions.

EH-Jay 03-30-2005 01:06 AM

lol Methodz totally unrelated here :P and vB and I have work everything out so be patient for the hosting forums to go back up.

ProperMethodz 03-30-2005 01:55 AM

How did you deal with it? It sucks when things like this happen. It's like losing your identity.

lasto 03-30-2005 02:00 AM

im lost - guy in first post is on about finishing his hack off - rest of u are on about hacking and pirating - whats this thread about :)

EH-Jay 03-30-2005 02:05 AM

It's about fixing my bb coding. Let's stay on topic here :)

ProperMethodz 03-30-2005 03:02 AM

Um... yeah... I do the same thing on my boards... I'm useless here... this'll be my last post on this one... Although I like the concept. Is this designed to work with HTML pages in an iframe of some form...

Sorry for the n00b question. I'm really a beginner at all of this.

EH-Jay 03-30-2005 06:01 PM

ANYWAY can someone help me out with the bb coding on a php page?

Marco van Herwaarden 03-30-2005 06:06 PM

Run the text through 'parse_bbcode2'.

You will have to include a:
PHP Code:

require_once('./includes/functions_bbcodeparse.php'); 

before you call it.

EH-Jay 03-31-2005 05:10 AM

Code:

<?php
        include("forums/includes/config.php");
        include("forums/includes/functions_bbcodeparse.php");
        @mysql_pconnect($servername, $dbusername, $dbpassword);
        mysql_select_db("$dbname")or die(mysql_error());

That's what is already at the top of the php file, so I don't know what's not working =/


All times are GMT. The time now is 07:40 PM.

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.01128 seconds
  • Memory Usage 1,729KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete