The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Showing results 1 to 18 of 18
Search took
0.00
seconds.
Search:
Posts Made By:
mishkan
Forum:
Modification Requests/Questions (Unpaid)
12-13-2002, 05:59 PM
Replies:
28
register.php
Views:
3,242
Posted By
mishkan
Hiya Julian, Just wanted to follow up and...
Hiya Julian,
Just wanted to follow up and let you know how it went. Everything is working great.
I'm using an html form on error_moderateuser to collect the variable data, and I'm using the...
Forum:
Modification Requests/Questions (Unpaid)
12-04-2002, 04:12 PM
Replies:
28
register.php
Views:
3,242
Posted By
mishkan
Yeah, I would rather use the HTML form --- with a...
Yeah, I would rather use the HTML form --- with a submit button, thank you! :p --- than do more php coding. At least I feel somewhat familiar with HTML, but I know nothing about php. When I have...
Forum:
Modification Requests/Questions (Unpaid)
12-04-2002, 01:52 PM
Replies:
28
register.php
Views:
3,242
Posted By
mishkan
Well, I would have the FormMail script uploaded...
Well, I would have the FormMail script uploaded to my cgi bin. And then there would be an HTML form on error_moderateuser, which would hopefully pass the variable data to the script.
Would that...
Forum:
Modification Requests/Questions (Unpaid)
12-04-2002, 03:33 AM
Replies:
28
register.php
Views:
3,242
Posted By
mishkan
Hi Julian :), Do you think the variables in...
Hi Julian :),
Do you think the variables in the $userdata[] array can be passed into html form variables?
I'd like to add a FormMail script to the error_moderateuser template. The idea is...
Forum:
Modification Requests/Questions (Unpaid)
11-26-2002, 09:49 PM
Replies:
28
register.php
Views:
3,242
Posted By
mishkan
I reverted the register.php file and made the new...
I reverted the register.php file and made the new changes.
Then I changed the code in the error_moderateuser template, as follows.
================== <br>
field 5 = $bbuserinfo[field5] <br>
field...
Forum:
Modification Requests/Questions (Unpaid)
11-25-2002, 11:41 PM
Replies:
28
register.php
Views:
3,242
Posted By
mishkan
Thank you for sticking with me. I really...
Thank you for sticking with me. I really appreciate your help. :)
Okay, should I also put the code back in, that you gave me in post # 9? I have to get off the computer now, but I'll try all...
Forum:
Modification Requests/Questions (Unpaid)
11-25-2002, 10:00 PM
Replies:
28
register.php
Views:
3,242
Posted By
mishkan
Julian, you're not giving up, are you? :cry:
Julian, you're not giving up, are you? :cry:
Forum:
Modification Requests/Questions (Unpaid)
11-25-2002, 02:19 AM
Replies:
28
register.php
Views:
3,242
Posted By
mishkan
Okay, I deleted that one line of php code, from...
Okay, I deleted that one line of php code, from the register.php file.
I kept the error_moderateuser template code the way it was.
field 5 = $bbuserinfo[field5] <br>
field 6 =...
Forum:
Modification Requests/Questions (Unpaid)
11-25-2002, 02:11 AM
Replies:
28
register.php
Views:
3,242
Posted By
mishkan
Okay... on my way to revert the register.php...
Okay... on my way to revert the register.php file. :)
Forum:
Modification Requests/Questions (Unpaid)
11-25-2002, 01:56 AM
Replies:
28
register.php
Views:
3,242
Posted By
mishkan
That's correct. Before I inserted the php code...
That's correct. Before I inserted the php code you gave me, into the register.php file, the $bbuserinfo[] array didn't work! See my post # 4 above, to see that the variables didn't display any...
Forum:
Modification Requests/Questions (Unpaid)
11-25-2002, 01:14 AM
Replies:
28
register.php
Views:
3,242
Posted By
mishkan
Here's the new code in the register.php file. ...
Here's the new code in the register.php file.
$username = $userinfo['username'];
$DB_site->query("UPDATE user SET usergroupid=4$dotitle WHERE userid='$u'");
$userprofile =...
Forum:
Modification Requests/Questions (Unpaid)
11-24-2002, 07:51 PM
Replies:
28
register.php
Views:
3,242
Posted By
mishkan
Sorry, I was out doing chores, and I have to run...
Sorry, I was out doing chores, and I have to run out again. Do you mean you want to try registering on my board? It's a private board, so I can't post the URL.
Can you try putting that code in...
Forum:
Modification Requests/Questions (Unpaid)
11-24-2002, 04:09 PM
Replies:
28
register.php
Views:
3,242
Posted By
mishkan
Nope, still didn't work. :( Here's the...
Nope, still didn't work. :(
Here's the code I put into the error_moderateuser template...
Field 5 = $field5 < br>
Field 6 = $field6 < br>
email = $email < br>
And, I'm attaching a photo...
Forum:
Modification Requests/Questions (Unpaid)
11-24-2002, 03:25 PM
Replies:
28
register.php
Views:
3,242
Posted By
mishkan
Julian, thanks for your response! :) I tried...
Julian, thanks for your response! :) I tried putting the following code into the error_moderateuser template, to see what would happen...
field 5 = $bbuserinfo[field5] < br>
field 6 =...
Forum:
Modification Requests/Questions (Unpaid)
11-24-2002, 02:54 PM
Replies:
28
register.php
Views:
3,242
Posted By
mishkan
Just clarifying... the only change I need to make...
Just clarifying... the only change I need to make to register.php is just so I can access those particular variables from within the error_moderateuser template. I'm guessing this is something...
Forum:
Member Archives
11-24-2002, 02:35 PM
Replies:
1
Displaying Variables in error_moderateuser Template
Views:
545
Posted By
mishkan
I didn't get any replies here, but I've done more...
I didn't get any replies here, but I've done more reading on my own, and I've made a teeny tiny bit of progress. I realize that I need some sort of "code hack", so I've posted my question in the...
Forum:
Modification Requests/Questions (Unpaid)
11-24-2002, 06:15 AM
Replies:
28
register.php
Views:
3,242
Posted By
mishkan
register.php
Please forgive me if this post is in the wrong place. Mods, please move to the appropriate forum. Thanks!
I want to display these variables in the error_moderateuser template.
- custom user...
Forum:
Member Archives
11-21-2002, 08:33 PM
Replies:
1
Displaying Variables in error_moderateuser Template
Views:
545
Posted By
mishkan
Displaying Variables in error_moderateuser Template
I'd like to display several variables in my error_moderateuser template, which is one of the templates used during the registration process.
The variables are...
custom profile field #5
...
Showing results 1 to 18 of 18
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
08:29 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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.01623 seconds
Memory Usage
1,984KB
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
(18)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0005
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
FULLTEXT Search
php_sapi_name(): fpm-fcgi