The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
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 |
#2
|
||||
|
||||
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. |
#3
|
||||
|
||||
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.
|
#4
|
||||
|
||||
How did you deal with it? It sucks when things like this happen. It's like losing your identity.
|
#5
|
|||
|
|||
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
|
#6
|
||||
|
||||
It's about fixing my bb coding. Let's stay on topic here
|
#7
|
||||
|
||||
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. |
#8
|
||||
|
||||
ANYWAY can someone help me out with the bb coding on a php page?
|
#9
|
|||
|
|||
Run the text through 'parse_bbcode2'.
You will have to include a: PHP Code:
|
#10
|
||||
|
||||
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()); |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|