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

Showing results 1 to 25 of 364
Search took 0.01 seconds.
Search: Posts Made By: bira
Forum: vBulletin 2.x Full Releases 01-11-2002, 12:28 PM
Replies: 29
Views: 4,502
Posted By bira
when I write "bira" in the To field and then...

when I write "bira" in the To field and then click "verify" I get the message that bira accepts PMs and there's no problem.

I can't honestly figure out why you have that problem.
Forum: vBulletin 2.x Full Releases 01-02-2002, 05:29 PM
Replies: 288
Views: 42,589
Posted By bira
first PMs, now notepads :rolleyes:

first PMs, now notepads :rolleyes:
Forum: vBulletin 2.x Full Releases 01-02-2002, 10:53 AM
Replies: 28
Views: 7,299
Posted By bira
JJR...

JJR http://vbulletin.com/forum/showthread.php?s=&threadid=36258 :)
Forum: vBulletin 2.x Full Releases 01-02-2002, 04:01 AM
Replies: 320
Views: 41,803
Posted By bira
I don't have ICQ, but you can e-mail me at...

I don't have ICQ, but you can e-mail me at goren@atlasf1.com
Forum: vBulletin 2.x Full Releases 12-31-2001, 01:11 PM
Replies: 19
Views: 4,591
Posted By bira
You just need to move $sortarrow[XXXXX] to before...

You just need to move $sortarrow[XXXXX] to before the text.

For example, change this:


<a href="$sorturl&order=asc&sortby=username"><smallfont color="{ tableheadtextcolor }"><b>User...
Forum: Member Archives 12-31-2001, 03:12 AM
Replies: 11
Views: 1,532
Posted By bira
No Parker, don't do that. Revert back to the...

No Parker, don't do that. Revert back to the original 2,2,0 code and then change ONLY:


$checkdate = time() - ($daysprune*86400);
$datecut='AND lastpost >= '.$checkdate;


With
Forum: Member Archives 12-31-2001, 02:42 AM
Replies: 11
Views: 1,532
Posted By bira
Parker what version are you on?!? The vinyl...

Parker what version are you on?!?

The vinyl code for 2.2.1 in forumdisplay.php is (lines 307-314):


// look at thread limiting options
$datecut="";
$stickyids="";
$stickycount=0;
if...
Forum: Member Archives 12-31-2001, 02:37 AM
Replies: 11
Views: 1,532
Posted By bira
Parker I just tested the code I gave you in post...

Parker I just tested the code I gave you in post #3 and it works perfectly. It's the only code you need to replace in forumdisplay.php (unless you want to add a user-selectable default option, of...
Forum: Member Archives 12-31-2001, 02:22 AM
Replies: 11
Views: 1,532
Posted By bira
no, you can't have - there, in PHP that means...

no, you can't have - there, in PHP that means $days - 2selected (minus).

You'll need a bit more "serious" hacking in there -- create a new $xxxselected variable and do some if's. Same as...
Forum: vBulletin 2.x Full Releases 12-31-2001, 12:22 AM
Replies: 49
Views: 7,841
Posted By bira
in your register.php line 489, this: ...

in your register.php line 489, this:


'".addslashes($password)."'


should be this:


'".addslashes(md5($password))."'
Forum: vBulletin 2.x Full Releases 12-31-2001, 12:05 AM
Replies: 49
Views: 7,841
Posted By bira
ok, send me to goren@atlasf1.com your...

ok, send me to goren@atlasf1.com your register.php and member.php files pls
Forum: vBulletin 2.x Full Releases 12-30-2001, 11:49 PM
Replies: 49
Views: 7,841
Posted By bira
ForYou can you please give me the URL to your...

ForYou can you please give me the URL to your forums?

Thanks
Forum: vBulletin 2.x Full Releases 12-30-2001, 11:27 PM
Replies: 320
Views: 41,803
Posted By bira
This is most certainly not an *easy* hack to...

This is most certainly not an *easy* hack to install - it demands a bit of time, concentration and following details in the instructions very accurately.

But I can guarantee that doing that will...
Forum: vBulletin 2.x Full Releases 12-30-2001, 11:20 PM
Replies: 49
Views: 7,841
Posted By bira
if ($username=="" or $email=="" or...

if ($username=="" or $email=="" or $emailconfirm=="" or ($password=="" or $passwordconfirm=="" and $randpassword=="0") or $country=="") {

dunno what you did wrong elsewhere. The hack works just...
Forum: vBulletin 2.x Full Releases 12-30-2001, 11:10 PM
Replies: 49
Views: 7,841
Posted By bira
$DB_site->query("UPDATE user SET...

$DB_site->query("UPDATE user SET...
Forum: vBulletin 2.x Full Releases 12-30-2001, 10:00 PM
Replies: 19
Views: 4,591
Posted By bira
ok, I wrote this (very small) hack in online.php...

ok, I wrote this (very small) hack in online.php because I'd rather view the list
sorted by the Last Active time (latest first) than by the sorted by username a-z.
And, sometimes I want to view...
Forum: Member Archives 12-30-2001, 09:17 PM
Replies: 11
Views: 1,532
Posted By bira
Parker try this (I've not tested it yet): in...

Parker try this (I've not tested it yet):

in forumdisplay.php find (around line 311):


if ($daysprune!=1000) {
$checkdate = time() - ($daysprune*86400);
$datecut='AND lastpost >=...
Forum: Member Archives 12-30-2001, 09:08 PM
Replies: 11
Views: 1,532
Posted By bira
actually I think that would be fairly easy - and...

actually I think that would be fairly easy - and quite a nice idea, Parker. Give me a few to look at the code, brb :)
Forum: vBulletin 2.x Full Releases 12-30-2001, 05:03 PM
Replies: 28
Views: 7,299
Posted By bira
Tim I take it you never merged threads? :) ...

Tim I take it you never merged threads? :)

This works exactly the same: enter the URL of the destination thread
Forum: vBulletin 2.x Full Releases 12-30-2001, 04:34 PM
Replies: 226
Views: 27,808
Posted By bira
Kevin you have a serious mistake in your code,...

Kevin you have a serious mistake in your code, which is why no one here manages to parse HTML:

dohtml is $entry[dohtml] in your code. BUT YOU NEVER SELECTED IT :D

...
Forum: vBulletin 2.x Full Releases 12-29-2001, 10:00 PM
Replies: 28
Views: 7,299
Posted By bira
This was requested on vbulletin.com and it's a...

This was requested on vbulletin.com and it's a very simple hack,
which essentially combines the split and the merge admin options :)

Open postings.php and find (Around lines 756-757):


...
Forum: vBulletin 2.x Full Releases 12-27-2001, 01:31 PM
Replies: 7
Views: 4,568
Posted By bira
JohnBradshaw, you are essentially re-releasing a...

JohnBradshaw, you are essentially re-releasing a hack that was already published, with what seems to be a bit of add-ons.

You need to ask the author of the original hack for permission before you...
Forum: vBulletin 2.x Full Releases 12-27-2001, 12:47 PM
Replies: 320
Views: 41,803
Posted By bira
it sounds like you either did not make the...

it sounds like you either did not make the necessary changes in the member.php file.

Run the installer again selecting UPGRADE and move to the changes needed section. Check EACH AND EVERY CHANGE...
Forum: Modification Requests/Questions (Unpaid) 12-26-2001, 07:33 PM
Replies: 1
Views: 937
Posted By bira
the problem is that it does not support boolean...

the problem is that it does not support boolean search.

Read Ed Sullivan's post (about 6th from the top) here: http://vbulletin.com/forum/showthread.php?s=&threadid=10566
Forum: vBulletin 2.x Full Releases 12-26-2001, 07:30 PM
Replies: 213
Views: 46,377
Posted By bira
yeah, FWC has a point. Tommy, since...

yeah, FWC has a point.

Tommy, since 'postcount' is going to be part of the vB code, I think you might want to edit your hack and change your variable to 'postnumber' or something as such.

Sadie...
Showing results 1 to 25 of 364

 
Forum Jump

All times are GMT. The time now is 05:55 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.03603 seconds
  • Memory Usage 2,073KB
  • 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
  • (61)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