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

Showing results 1 to 25 of 175
Search took 0.01 seconds.
Search: Posts Made By: Takara
Forum: vB3 Programming Discussions 08-29-2003, 02:38 PM
Replies: 9
Views: 1,057
Posted By Takara
I would like to kindly ask bowhunt, or a...

I would like to kindly ask bowhunt, or a moderator of the forum to please remove my email address from the first post. I make an effort to not have it posted online, thus making it harder for spam...
Forum: vBulletin 2.x Full Releases 08-13-2003, 09:34 PM
Replies: 17
Views: 16,313
Posted By Takara
wouldn't mind an updated version either.

wouldn't mind an updated version either.
Forum: vB3 Programming Discussions 08-09-2003, 07:48 AM
Replies: 4
Views: 1,167
Posted By Takara
It ended up that bootvis was making a log file...

It ended up that bootvis was making a log file that just kept growing :/ I had no diskspace left, and that was causing the problem. But other than that the ); following the actual query shouldn't...
Forum: vB3 Programming Discussions 08-08-2003, 10:50 AM
Replies: 4
Views: 1,167
Posted By Takara
I'll let you know when I fix this new issue... ...

I'll let you know when I fix this new issue...

[warn] getsockname

*sigh*, tried re-installing but apache still hates me. Can't load any pages *shrug*.. just get that error. But thanks for your...
Forum: vB3 Programming Discussions 08-08-2003, 03:26 AM
Replies: 4
Views: 1,167
Posted By Takara
Combining 3 queries

I have 3 queries that are pretty much the same, each one just gets the total amount of rows that match a certin criteria. But I'm wondering if there is a way to merge the 3 queries into 1, this is...
Forum: vBulletin 2.x Full Releases 11-26-2002, 07:39 AM
Replies: 157
Views: 45,740
Posted By Takara
Its dependant on the proxy and such. Normal ISP...

Its dependant on the proxy and such. Normal ISP proxys and non anon proxys give your IP, but not all. So the code is not beta.
Forum: Member Archives 11-23-2002, 04:27 AM
Replies: 14
Views: 2,703
Posted By Takara
Aswell the avatar won't show up in PMs, in your...

Aswell the avatar won't show up in PMs, in your Profile or other places. The right way to do this would be simply to change the uploading of the image and plop the url into the sql table.

geforce...
Forum: vBulletin 2.x Full Releases 11-12-2002, 09:44 PM
Replies: 157
Views: 45,740
Posted By Takara
I updated the post on the main page. I'm not much...

I updated the post on the main page. I'm not much with words. If someone wants to put some words in my mouth (reformat the opening post) feel free to type it up for me.

Thanks again to Stadler...
Forum: vBulletin 2.x Full Releases 11-10-2002, 05:18 PM
Replies: 157
Views: 45,740
Posted By Takara
Feel free, I'll update the link on the first post...

Feel free, I'll update the link on the first post to direct to yours.
Forum: vB3 General Discussions 10-29-2002, 04:57 AM
Replies: 2
Views: 927
Posted By Takara
if (eregi("gzip", $HTTP_ACCEPT_ENCODING)) { ...

if (eregi("gzip", $HTTP_ACCEPT_ENCODING)) {
echo "WAI! gzip is on~";
}


$HTTP_ACCEPT_ENCODING is an environmental variable.. so, if you have register_globals on then I think you'll have to...
Forum: vB3 General Discussions 10-23-2002, 04:28 AM
Replies: 1
Views: 975
Posted By Takara
Ignored users can't reply to theads.

I'm curious if anyone alredy developed this hack before I go ahead and do it.

Users that are on someone's ignore list cannot reply to threads posted by that person. I've had a few people mention...
Forum: Community Lounge 10-23-2002, 04:12 AM
Replies: 5
Views: 1,281
Posted By Takara
Yea, for example he'll call the number back that...

Yea, for example he'll call the number back that he called before like the police want. That has to be the dumbest trick the police could try..

"Umm, we didn't hear you the first time. Call back...
Forum: vB3 Programming Discussions 10-15-2002, 12:46 AM
Replies: 5
Views: 991
Posted By Takara
I don't think its possible since javascript is...

I don't think its possible since javascript is parsed after, by the browser. But what you could do is something like


<script language="JavaScript">
function pass() { ...
Forum: vB3 Programming Discussions 10-12-2002, 09:39 AM
Replies: 4
Views: 1,087
Posted By Takara
I ended up doing this for lack of a better option...

I ended up doing this for lack of a better option


<?php

$quotes = file('imagequotes.txt');
$quote = rand(0, sizeof($quotes)-1);
$quotes[$quote] = str_replace('\n\r', "
",...
Forum: vB3 Programming Discussions 10-12-2002, 09:14 AM
Replies: 4
Views: 1,087
Posted By Takara
Well, its outputted to an image... so, it would...

Well, its outputted to an image... so, it would just put <br /> in there since gifs don't parse html last I checked ~_^

right?
Forum: vB3 Programming Discussions 10-12-2002, 02:15 AM
Replies: 4
Views: 1,087
Posted By Takara
parsing /n/r with random text

Hai there, I'm using a little script to output random text to an image (PNG). But the problem is that it doesnt parse /n/r inside it, to make the new lines.

It just, displays them. Here is the...
Forum: Community Lounge 10-04-2002, 02:06 AM
Replies: 5
Views: 989
Posted By Takara
Spy on us? ~_^

Spy on us? ~_^
Forum: vBulletin 2.x Full Releases 09-10-2002, 05:01 AM
Replies: 78
Views: 14,364
Posted By Takara
Thats because I had a testing forum where posts...

Thats because I had a testing forum where posts don't increase post count. red hadn't posted anywhere else but that forum. Sorry about that confusion
Forum: vBulletin 2.x Full Releases 09-10-2002, 04:53 AM
Replies: 78
Views: 14,364
Posted By Takara
Unfortunatly not. This little thing is just a...

Unfortunatly not. This little thing is just a bunch of sloppy code by me. I didn't think people would actually ever use it. If anyone has a moded version I'll put it in the original thread.
...
Forum: vBulletin 2.x Full Releases 08-07-2002, 06:57 AM
Replies: 25
Views: 10,454
Posted By Takara
*unlurks for a moment* I believe you are...

*unlurks for a moment*

I believe you are slightly mistaken about the way DDE works. DDE is basically a set of API function built into mirc, not a server. There would be no way for a php script, on...
Forum: vBulletin 2.x Full Releases 07-29-2002, 04:20 PM
Replies: 43
Views: 6,406
Posted By Takara
Just a note, in the instructions it says ...

Just a note, in the instructions it says



If you just add the path, and leave out your domain the error document will take the place of the URL.. soo.. by going to dasdsa.php it leaves the url...
Forum: vB3 General Discussions 06-28-2002, 11:27 AM
Replies: 6
Views: 1,172
Posted By Takara
lol, okie ^_^ Thanks for the help as always :)

lol, okie ^_^
Thanks for the help as always :)
Forum: vB3 General Discussions 06-28-2002, 11:10 AM
Replies: 6
Views: 1,172
Posted By Takara
I was looking at this post firefly: ...

I was looking at this post firefly:
https://vborg.vbsupport.ru/showthread.php?postid=226579#post226579
Forum: vB3 General Discussions 06-28-2002, 10:52 AM
Replies: 6
Views: 1,172
Posted By Takara
Ahhh, so its for the whole forum, not just the...

Ahhh, so its for the whole forum, not just the specific post. I get it now, sorry <^_^;
Forum: vB3 General Discussions 06-28-2002, 10:43 AM
Replies: 9
Views: 1,185
Posted By Takara
well, for the usergroup part, wouldnt you want to...

well, for the usergroup part, wouldnt you want to be doing

"If userid isnt 1 and userid isnt 3 or usergroupid is 1"

hmm, it might not be $user[usergroupid] that you want to use.. I dunno

/me...
Showing results 1 to 25 of 175

 
Forum Jump

All times are GMT. The time now is 06:58 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.02397 seconds
  • Memory Usage 2,051KB
  • 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
  • (25)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