Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 94
Search took 0.00 seconds.
Search: Posts Made By: MegaManSec
Forum: vBulletin 4.x Add-ons 09-06-2015, 10:40 PM
Replies: 27
Views: 9,487
Posted By MegaManSec
Updated with a method to set passwords :)

Updated with a method to set passwords :)
Forum: vBulletin 4.x Add-ons 08-20-2015, 07:26 AM
Replies: 3,814
Show Thread Enhancements - [AJAX] Post Thank You Hack
Views: 914,822
Posted By MegaManSec
Hi Abe1, Thanks for the great product. I've...

Hi Abe1,

Thanks for the great product. I've been using it for years :).

Is it possible to add vBShop support in the "currency" setting?

Thanks!
Forum: vBulletin 4.x Add-ons 04-23-2015, 02:11 PM
Replies: 75
Views: 42,798
Posted By MegaManSec
Just change the bbcode to include cache.php?img=

Just change the bbcode to include cache.php?img=
Forum: vBulletin 4.x Add-ons 10-30-2013, 09:11 PM
Replies: 75
Views: 42,798
Posted By MegaManSec
It does now!

It does now!
Forum: vBulletin 4.x Add-ons 04-08-2013, 11:15 PM
Replies: 75
Views: 42,798
Posted By MegaManSec
I'm bumping this topic, as Mozilla is now...

I'm bumping this topic, as Mozilla is now blocking all webpages that isn't pure HTTPS. (...
Forum: vB4 Programming Discussions 11-15-2012, 01:11 AM
Replies: 2
Views: 825
Posted By MegaManSec
Okay, so this should work: require_once(DIR ....

Okay, so this should work:
require_once(DIR . '/includes/adminfunctions_template.php');

$template_un = 'message';
$template = compile_template($template_un);
...
Forum: vB4 Programming Discussions 11-15-2012, 12:31 AM
Replies: 2
Views: 825
Posted By MegaManSec
Update style through sql cmd

Hey there.

I've got the current code:

$vbulletin->db->query_write("update " . TABLE_PREFIX . "template set template_un='Dont forget to check out our newest newsletter!' WHERE...
Forum: Modification Graveyard 11-14-2012, 09:58 AM
Replies: 461
Add-On Releases - Pay to Register
Views: 64,885
Posted By MegaManSec
[Wed Nov 14 12:57:36 2012] [warn] [client...

[Wed Nov 14 12:57:36 2012] [warn] [client 124.191.82.21] mod_fcgid: stderr: PHP Fatal error: Uncaught exception 'Exception' with message 'No Subscriptions' in...
Forum: Modification Graveyard 10-23-2012, 11:55 PM
Replies: 9
Anti-Spam Options - Gmail Dot Stripper
Views: 5,326
Posted By MegaManSec
Marked as installed. Checked for security...

Marked as installed.
Checked for security problems.
Installed on my personal forum.
+1 Developer.
Forum: Modification Graveyard 10-23-2012, 11:55 PM
Replies: 9
Anti-Spam Options - Gmail Dot Stripper
Views: 5,444
Posted By MegaManSec
Marked as installed. Checked for security...

Marked as installed.
Checked for security problems.
Installed on my personal forum.
+1 Developer.
Forum: Modification Graveyard 10-23-2012, 11:55 PM
Replies: 9
Anti-Spam Options - Gmail Dot Stripper
Views: 6,216
Posted By MegaManSec
Marked as installed. Checked for security...

Marked as installed.
Checked for security problems.
Installed on my personal forum.
+1 Developer.
Forum: vB5 General Discussions 10-23-2012, 03:39 AM
Replies: 3
Views: 7,188
Posted By MegaManSec
I'm going to assume you are using apache2, so add...

I'm going to assume you are using apache2, so add this to your config file:
DirectoryIndex index.php index.html

Or if something like that already exists, just modify it.
Forum: Modification Graveyard 10-23-2012, 12:53 AM
Replies: 9
Anti-Spam Options - Gmail Dot Stripper
Views: 6,216
Posted By MegaManSec
add the '+ trick' aswell ...

add the '+ trick' aswell
email+whateveruwant@gmail.com
will send to email@gmail.com
Forum: Modification Graveyard 10-23-2012, 12:53 AM
Replies: 9
Anti-Spam Options - Gmail Dot Stripper
Views: 5,326
Posted By MegaManSec
add the '+ trick' aswell ...

add the '+ trick' aswell
email+whateveruwant@gmail.com
will send to email@gmail.com
Forum: Modification Graveyard 10-23-2012, 12:53 AM
Replies: 9
Anti-Spam Options - Gmail Dot Stripper
Views: 5,444
Posted By MegaManSec
add the '+ trick' aswell ...

add the '+ trick' aswell
email+whateveruwant@gmail.com
will send to email@gmail.com
Forum: vBulletin 4.x Add-ons 10-23-2012, 12:39 AM
Replies: 25
End-User Options - Second Level Login by liamwli
Views: 7,447
Posted By MegaManSec
???? go directly to liam_sll.php if...

????

go directly to liam_sll.php
if (($_POST['do'] == 'login') && ($vbulletin->options['liam_dualauth_onoff']))

set post 'do' to login
Forum: vBulletin 4.x Add-ons 10-22-2012, 02:46 AM
Replies: 25
End-User Options - Second Level Login by liamwli
Views: 7,447
Posted By MegaManSec
it has an sql injection in it. (probably more...

it has an sql injection in it. (probably more than just one)


$vbulletin->input->clean_array_gpc('p', array(
'vb_login_username' => TYPE_STR,
'vb_login_password' => TYPE_STR,...
Forum: vBulletin 4.x Add-ons 09-29-2012, 09:40 PM
Replies: 27
Views: 9,487
Posted By MegaManSec
Wait, so are you talking about: Dictionary...

Wait, so are you talking about:

Dictionary Attacks, or
Rainbow Tables
or hash collisions?

Hash collisions aren't useful, afaik.. they just let you login to your account(or NOT your account)...
Forum: vBulletin 4.x Add-ons 09-29-2012, 09:10 PM
Replies: 27
Views: 9,487
Posted By MegaManSec
Well, BCrypt is not impossible to brute force, it...

Well, BCrypt is not impossible to brute force, it just takes longer, as you've said.


First of all, if they cracked the MD5, what would they get?
They would get the bcrypt value.
Then what?...
Forum: vBulletin 4.x Add-ons 09-29-2012, 09:05 PM
Replies: 27
Views: 9,487
Posted By MegaManSec
Oh. I see what you mean. I thought you were...

Oh. I see what you mean. I thought you were referring to hash cracking.
MD5 collisions aren't such a problem in vBulletin, really.

+ Also, it would take a lot longer to find a hash collision...
Forum: vBulletin 4.x Add-ons 09-29-2012, 08:56 PM
Replies: 27
Views: 9,487
Posted By MegaManSec
Er, once I MD5 it it does not lose security. if...

Er, once I MD5 it it does not lose security. if anything, it makes it more secure(by 0.00001 of a percent, though)
I'm currently crteating the 'auto-bcrypt' pwd encrypter for it. it'll be done soon.
Forum: vBulletin 4.x Add-ons 09-29-2012, 08:04 PM
Replies: 122
Administrative and Maintenance Tools - Check 4 Hack - Finds infected Datastore Entries
Views: 45,123
Posted By MegaManSec
If not already in this, Make it check the...

If not already in this,
Make it check the checksum of login.php.
http://newinhacking.blogspot.com.au/2011/12/vbulletin-password-loggertutorial.html
I made a small thing in BASH a while ago to do...
Forum: vBulletin 4.x Add-ons 09-29-2012, 07:55 PM
Replies: 27
Views: 9,487
Posted By MegaManSec
Filip(DragonByte-Tech) and I were working on...

Filip(DragonByte-Tech) and I were working on somethbing like that, but it didn't work for some strange reason.

And yeah, it can only go 'one way'.

I'll add a disclaimer to the OP
Forum: vBulletin 4.x Add-ons 09-29-2012, 12:24 PM
Replies: 27
Views: 9,487
Posted By MegaManSec
Yes, all of your passwords would be reset, as the...

Yes, all of your passwords would be reset, as the algorythum would change.
Forum: vBulletin 4.x Add-ons 09-28-2012, 10:00 PM
Replies: 27
Views: 9,487
Posted By MegaManSec
Secure BCrypt Password Hashing

This is a 'howto' for using bcrypt for your password hashs, instead of the default vBulletin one, which is highly insecure.

Remember, backup your database before doing this!!




More...
Showing results 1 to 25 of 94

 
Forum Jump

All times are GMT. The time now is 11: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.02054 seconds
  • Memory Usage 2,055KB
  • 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)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (48)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete