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

Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: nsr81
Forum: vB3 General Discussions 08-24-2003, 03:12 AM
Replies: 2
Views: 904
Posted By nsr81
vB3 Usergroups

Hi all,

I'm currently running a game site and using vB2, and other stuff designed around it. It is very limited as I purchased the script from someone else and integerated into vb.

Currently we...
Forum: Community Lounge 12-20-2002, 03:34 AM
Replies: 1
Views: 770
Posted By nsr81
Never really neaded to overload any functions, so...

Never really neaded to overload any functions, so can't really complaint about that. However it would be nice.

As for the second thing, I just found that out today during the brain bench php test.
Forum: vB3 Programming Discussions 12-19-2002, 11:55 AM
Replies: 9
Views: 2,056
Posted By nsr81
No, but this will :D $mist =...

No, but this will :D


$mist = "<b>Mist</b>";
$mist = strip_tags($mist);
Forum: Member Archives 11-03-2002, 07:13 PM
Replies: 5
Views: 839
Posted By nsr81
worked like a charm. Thanks again :D

worked like a charm. Thanks again :D
Forum: Member Archives 11-03-2002, 03:57 PM
Replies: 5
Views: 839
Posted By nsr81
Thanks Xenon :) I have the following code,...

Thanks Xenon :)

I have the following code, but it produces a blank page:


<?
include('../forum/global.php');

if ($bbuserinfo['userid']!=0) {
$username=$bbuserinfo['username'];
Forum: Member Archives 11-01-2002, 09:06 PM
Replies: 5
Views: 839
Posted By nsr81
Login Function

Hi all,

Can anyone tell me if it is possible to send the login function a URL to which the user will be be redirected after logging in, instead of going to the forum home?

Also, in order to use...
Forum: Community Lounge 10-31-2002, 08:01 PM
Replies: 36
Views: 3,048
Posted By nsr81
I was introduced to PHP in December 2001 by a...

I was introduced to PHP in December 2001 by a classmate. At that time I had about 18 months of C programming experience. I had trouble with basics, like database connectivity and data types. Then I...
Forum: vB3 General Discussions 10-29-2002, 10:25 AM
Replies: 292
Views: 35,291
Posted By nsr81
Members: 749, Threads: 4,581, Posts: 29,224 :)

Members: 749, Threads: 4,581, Posts: 29,224 :)
Forum: Community Lounge 10-28-2002, 07:43 PM
Replies: 4
Views: 950
Posted By nsr81
If you have SSH access to both servers you can...

If you have SSH access to both servers you can perform the compress decompress procedure JulianaD suggested.

If avatars are in /dir/avatars on server A,

cd /dir
tar -cpf avatars.tar avatars
...
Forum: vB3 Programming Discussions 10-17-2002, 05:44 PM
Replies: 9
Views: 1,332
Posted By nsr81
no problem :)

no problem :)
Forum: vB3 Programming Discussions 10-17-2002, 12:33 AM
Replies: 9
Views: 1,332
Posted By nsr81
<a...

<a href="https://www.vbulletin.org/hacks/index.php?s=&action=showhack&hackid=183" target="_blank">http://www.vbulletin.org/hacks/index...ack&hackid=183</a>
Forum: vB3 Programming Discussions 10-13-2002, 12:36 AM
Replies: 4
Views: 1,062
Posted By nsr81
How about exploding the string at '/r/n' or '/n'...

How about exploding the string at '/r/n' or '/n' and then using ImageTTFText in a loop or something to print out the exploded strings.

Just a thought. :)
Forum: vB3 Programming Discussions 10-02-2002, 12:50 PM
Replies: 4
Views: 876
Posted By nsr81
It is also used to create an array using Array( )...

It is also used to create an array using Array( ) language-construct.

http://www.php.net/manual/en/function.array.php


$a = array( 1 => 'one', 2 => 'two', 3 => 'three' );
Forum: Community Lounge 10-01-2002, 11:33 AM
Replies: 28
Views: 3,104
Posted By nsr81
showthread.php - 19 forumdisplay.php - 19 ...

showthread.php - 19
forumdisplay.php - 19
index.php - 18
editpost.php - 21
newreply.php - 19
newthread.php - 11

Only 2 hacks, or was it 3 :D
Forum: Community Lounge 10-01-2002, 10:05 AM
Replies: 11
Views: 1,633
Posted By nsr81
Test duration: 0.33 minute Uncorrected...

Test duration: 0.33 minute
Uncorrected words per minute score: 66 words per minute
Uncorrected characters per minute score: 330 characters per minute
Percentage accuracy: 100%
Average...
Forum: vB3 Programming Discussions 09-30-2002, 05:15 AM
Replies: 2
Views: 1,302
Posted By nsr81
You can download ER Diagram in pdf format from...

You can download ER Diagram in pdf format from the members area at vbulletin.com.
Forum: vB3 Programming Discussions 09-25-2002, 02:34 PM
Replies: 2
Views: 899
Posted By nsr81
PHP's built in sessions. Server A (with main...

PHP's built in sessions.

Server A (with main database): PHP 4.2.2
Server B: PHP 4.1.2

Thanks :)
Forum: vB3 Programming Discussions 09-23-2002, 08:18 PM
Replies: 2
Views: 899
Posted By nsr81
Sharing Sessinos

This is not a directly vB related question, but I'll appreciate if someone can help.

I need to share session data between two servers. The servers are on different networks. I have a login script...
Forum: vB3 Programming Discussions 09-23-2002, 08:12 PM
Replies: 6
Views: 1,056
Posted By nsr81
chown("/path/to/the/file",...

chown("/path/to/the/file", "username");
Forum: vB3 Programming Discussions 09-23-2002, 08:01 PM
Replies: 6
Views: 1,056
Posted By nsr81
Your script needs to be running as "root" user,...

Your script needs to be running as "root" user, since in most setups chown() can only be run by root.

From php manual:


http://www.php.net/manual/en/function.chown.php

Hope that helps.
Forum: Testing Zone 07-19-2002, 03:46 PM
Replies: 0
Views: 815
Posted By nsr81
test

http://www.vbulletin.org

http://www.vbulletin.org
Forum: Member Archives 07-19-2002, 03:43 PM
Replies: 0
Views: 646
Posted By nsr81
Automatic URL Parsing

How do I disable auto URL parsing in [ code] and [ php].

I recently installed AutoCopy to Clipboard hack, which, I think, in turn also included quote box modification.
Forum: vBulletin 2.x Full Releases 04-07-2002, 05:02 PM
Replies: 58
Views: 12,002
Posted By nsr81
Thanks for this hack nakkid.

Thanks for this hack nakkid.
Forum: vB3 Programming Discussions 03-19-2002, 10:31 AM
Replies: 7
Views: 1,372
Posted By nsr81
Hi there Woolf, If it is a one time thing...

Hi there Woolf,

If it is a one time thing then I'd use phpMyAdmin to dump the table/db and get an sql script which you can run on your second server. If not, may be some one else can offer an...
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT. The time now is 04:49 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.03496 seconds
  • Memory Usage 2,006KB
  • 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)post_thanks_navbar_search
  • (1)search_results
  • (24)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (14)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
  • forumjump
  • search_complete
  • navbits
  • navbits_complete