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

Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: EnIgMa1234
Forum: vBulletin 3.8 Add-ons 08-09-2009, 08:05 PM
Replies: 84
Add-On Releases - [VBC] Rap Battle System [LITE]
Views: 21,821
Posted By EnIgMa1234
Mixup with hosting. Will be back soon.

Mixup with hosting. Will be back soon.
Forum: vB3 Programming Discussions 08-08-2009, 03:52 PM
Replies: 3
Views: 2,414
Posted By EnIgMa1234
You can have any output before including...

You can have any output before including global.php.

You may also need to include the user data manager file.
Forum: vB3 Programming Discussions 08-03-2009, 01:28 PM
Replies: 13
Views: 1,368
Posted By EnIgMa1234
Have you tried including it in a plugin using one...

Have you tried including it in a plugin using one of the showthread hooks?
Forum: vBulletin 3.8 Add-ons 07-27-2009, 11:09 AM
Replies: 84
Add-On Releases - [VBC] Rap Battle System [LITE]
Views: 21,821
Posted By EnIgMa1234
Yes :)

Yes :)
Forum: vBulletin 3.8 Add-ons 07-20-2009, 11:43 AM
Replies: 62
Add-On Releases - [VBC] Sig Of The Week 2.0
Views: 11,074
Posted By EnIgMa1234
You should have a new catagory in your admincp.

You should have a new catagory in your admincp.
Forum: vB3 General Discussions 07-14-2009, 01:02 AM
Replies: 4
Views: 1,011
Posted By EnIgMa1234
Seems this is a paid request. You can post these...

Seems this is a paid request. You can post these requests in the Request For Paid Services (https://vborg.vbsupport.ru/forumdisplay.php?f=30) forum
Forum: Community Lounge 07-05-2009, 09:02 PM
Replies: 16
Views: 2,294
Posted By EnIgMa1234
As far as I know they aren't releasing a beta to...

As far as I know they aren't releasing a beta to the general public.
Forum: vB3 Programming Discussions 07-01-2009, 05:18 PM
Replies: 7
Views: 843
Posted By EnIgMa1234
Oh, vBulletin uses a salt value on top of...

Oh,

vBulletin uses a salt value on top of their password.

I think passwords are encrypted like this (Don't quote me on this though).

md5($password.$salt);

The salt value is stored in the...
Forum: vB3 Programming Discussions 07-01-2009, 04:21 PM
Replies: 7
Views: 843
Posted By EnIgMa1234
You might want to remove your database info from...

You might want to remove your database info from the code :)

As for your error check this line of code.

WHERE username='$user' AND password='$hashhpass'");

$hashhpass should be $hashpass
Forum: Community Lounge 06-30-2009, 02:42 PM
Replies: 22
Views: 2,596
Posted By EnIgMa1234
Wow, HTML 5 is great. Loving the new <audio> and...

Wow, HTML 5 is great. Loving the new <audio> and <video> tags.
Forum: vB3 Programming Discussions 06-27-2009, 07:24 PM
Replies: 1
Views: 553
Posted By EnIgMa1234
Just use $vbphrase['phrasename']. You'll...

Just use $vbphrase['phrasename'].

You'll need to include special phrasegroups in the $phrasegroups array at the top of your script.
Forum: vB3 General Discussions 06-27-2009, 12:12 AM
Replies: 1
Views: 448
Posted By EnIgMa1234
When making catagories you need to set "Act as...

When making catagories you need to set "Act as Forum" equal to No.
Forum: vB3 General Discussions 06-26-2009, 07:38 PM
Replies: 3
Views: 702
Posted By EnIgMa1234
For problem 2 try this: <if...

For problem 2 try this:


<if condition="$forumid == 35">
<span style="float: right">
<img src="http://www.spearfishingplanet.com/sfpbannerads/topicads/spucclub.jpg"width="299" height="64">...
Forum: vB3 Programming Discussions 06-26-2009, 04:43 PM
Replies: 5
Views: 809
Posted By EnIgMa1234
You probably have another print_output at the end...

You probably have another print_output at the end of the page right?
Forum: vBulletin 3.8 Add-ons 06-23-2009, 01:46 AM
Replies: 62
Add-On Releases - [VBC] Sig Of The Week 2.0
Views: 11,074
Posted By EnIgMa1234
It isn't included in vbadvanced because...

It isn't included in vbadvanced because vbadvanced isn't part of the default vbulletin package. However it wouldn't be too hard adding it. It's a case of copying the plugin code from the other plugin...
Forum: vBulletin 3.8 Add-ons 06-23-2009, 01:03 AM
Replies: 62
Add-On Releases - [VBC] Sig Of The Week 2.0
Views: 11,074
Posted By EnIgMa1234
That would require a plugin.

That would require a plugin.
Forum: Modification Requests/Questions (Unpaid) 06-22-2009, 11:57 PM
Replies: 2
Views: 652
Posted By EnIgMa1234
Robotic Zombie Dinosaur Nazi's! On a more...

Robotic Zombie Dinosaur Nazi's!

On a more serious note, letting users choose their own questions couldnt be a bad thing :)
Forum: vBulletin 3.8 Add-ons 06-21-2009, 02:04 AM
Replies: 62
Add-On Releases - [VBC] Sig Of The Week 2.0
Views: 11,074
Posted By EnIgMa1234
Just download the new files and reupload them and...

Just download the new files and reupload them and the product file.
Forum: Modification Requests/Questions (Unpaid) 06-19-2009, 12:25 PM
Replies: 13
Views: 1,386
Posted By EnIgMa1234
You do realise that this thread is almost 7 years...

You do realise that this thread is almost 7 years old right?
Forum: vB3 General Discussions 06-14-2009, 08:35 PM
Replies: 7
Views: 685
Posted By EnIgMa1234
Don't think that'd work. You'd need to do...

Don't think that'd work. You'd need to do something like


if (in_array(THIS_SCRIPT, array('index', 'showthread', 'forumdisplay')))
{

}
Forum: Forum and Server Management 06-14-2009, 12:55 AM
Replies: 5
Views: 788
Posted By EnIgMa1234
When you perform the search above, the very first...

When you perform the search above, the very first thread is what you are looking for.

https://vborg.vbsupport.ru/showthread.php?t=201563&highlight=Limited

You need to make sure you use Titles...
Forum: Forum and Server Management 06-14-2009, 12:35 AM
Replies: 5
Views: 788
Posted By EnIgMa1234
Search for "Limited" in "All Mods" with "Titles...

Search for "Limited" in "All Mods" with "Titles Only".
Forum: Community Lounge 06-13-2009, 11:24 PM
Replies: 34
Views: 3,473
Posted By EnIgMa1234
Google was registered back in the 90's when a lot...

Google was registered back in the 90's when a lot of the "good" domains were not already taken. Nowadays you'd be very lucky to own a domain like bing.com

I personally have made the switch to...
Forum: vB3 General Discussions 06-12-2009, 08:21 PM
Replies: 5
Views: 656
Posted By EnIgMa1234
Try this. Admincp -> vBulletin Options ->...

Try this.

Admincp -> vBulletin Options -> Cookie and HTTP Header Options -> Cookie Domain.

Change it to
.yoursite.com
Forum: vB3 Programming Discussions 06-12-2009, 08:17 PM
Replies: 6
Views: 1,141
Posted By EnIgMa1234
Add print_r($_POST); to your file and see if...

Add
print_r($_POST);
to your file and see if your $_POST parameter is there.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT. The time now is 11:20 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.05012 seconds
  • Memory Usage 2,066KB
  • 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)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (30)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