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...
Page 1 of 18
1
2
3
11
>
Last
»
Showing results 1 to 25 of 434
Search took
0.02
seconds.
Search:
Posts Made By:
Mickie D
Forum:
vB4 Programming Discussions
03-08-2017, 02:38 PM
Replies:
4
Looking for a variable - threadid
Views:
881
Posted By
Mickie D
Thank you Dave. Mick
Thank you Dave.
Mick
Forum:
vB4 Programming Discussions
03-08-2017, 08:13 AM
Replies:
4
Looking for a variable - threadid
Views:
881
Posted By
Mickie D
Dave, It would not let me use the Like button...
Dave, It would not let me use the Like button again on you lol.
So thank you very much.
Can I ask why you prefer those over the one I found; is there more process power used, or a security...
Forum:
vB4 Programming Discussions
03-05-2017, 03:58 PM
Replies:
4
Looking for a variable - threadid
Views:
881
Posted By
Mickie D
Looking for a variable - threadid
I am writing a small log script that will eventually give me details on threads that are read over a day, week, month.
I want to know who is reading what so we can make decisions based on this...
Forum:
vB4 Programming Discussions
02-10-2017, 03:14 PM
Replies:
9
Trying to import a txt file into VB
Views:
776
Posted By
Mickie D
Hi Dave, No hook, it's an actual php page I...
Hi Dave,
No hook, it's an actual php page I made for vbulletin that has a template associated.
I will create an array and post back,
Thank you Dave.
--------------- Added 1486753631 at...
Forum:
vB4 Programming Discussions
02-09-2017, 11:45 AM
Replies:
9
Trying to import a txt file into VB
Views:
776
Posted By
Mickie D
Hi Dave, Sorry for the delay, I had a...
Hi Dave,
Sorry for the delay, I had a family emergency.
I am getting no output when using the code you posted
Here is how I am using the code
// ########################## START MICKS...
Forum:
vB4 Programming Discussions
01-23-2017, 07:07 PM
Replies:
9
Trying to import a txt file into VB
Views:
776
Posted By
Mickie D
Thanks Dave for all your help mate. I will...
Thanks Dave for all your help mate.
I will get this code tested tomorrow when I am back on my work PC.
Will report back then, thank you very much.
Mick
Forum:
vB4 Programming Discussions
01-23-2017, 03:12 PM
Replies:
9
Trying to import a txt file into VB
Views:
776
Posted By
Mickie D
Thanks Dave at the moment I have this code. ...
Thanks Dave at the moment I have this code.
$roadfile = fopen("road.txt", "r") or die("Unable to open file!");
$output = fread($roadfile,filesize("road.txt"));
//preg replace code to go...
Forum:
vB4 Programming Discussions
01-23-2017, 02:57 PM
Replies:
9
Trying to import a txt file into VB
Views:
776
Posted By
Mickie D
Hi Dave thank you for that. but then I would...
Hi Dave thank you for that.
but then I would have loads of London, would it be possible to have a stop word like London
IE
if line starts with london - skip line???
I will post the code...
Forum:
vB4 Programming Discussions
01-23-2017, 02:11 PM
Replies:
9
Trying to import a txt file into VB
Views:
776
Posted By
Mickie D
Trying to import a txt file into VB
Hi guys,
I have a text file that I am trying to import into vbulletin to display
I have managed to make the backend that actually puts the information into vbulletin (my template).
But I am...
Forum:
vBulletin.org Site Feedback
12-04-2016, 12:05 PM
Replies:
1
Help me use my old account
Views:
1,164
Posted By
Mickie D
Help me use my old account
I have sent messages to the email here but with no luck.
My account is
Mickie D
I have been a member here for many years, could someone please help me out.
The old email address may no...
Forum:
vB4 Programming Discussions
06-16-2015, 04:53 PM
Replies:
6
File Sanitize / cleaning via Vbulletin
Views:
508
Posted By
Mickie D
Ah, I see the second code I posted only has 3...
Ah, I see the second code I posted only has 3 arguments allowed :)
Cheers
Forum:
vB4 Programming Discussions
06-16-2015, 04:43 PM
Replies:
6
File Sanitize / cleaning via Vbulletin
Views:
508
Posted By
Mickie D
I will give that a go once my kids get off the...
I will give that a go once my kids get off the PC...
Also when you say 3 arguments, are you talking about GET, POST, FILE ?
Or the SIZE, TYPE, ERROR, NAME, etc
Thanks again
Forum:
vB4 Programming Discussions
06-16-2015, 08:00 AM
Replies:
6
File Sanitize / cleaning via Vbulletin
Views:
508
Posted By
Mickie D
thanks for the reply, yes those values are the...
thanks for the reply, yes those values are the values from the form.
What happens is nothing, it does not upload at all nothing gets moved into the directory.
The strangest thing also is I have...
Forum:
vB4 Programming Discussions
06-16-2015, 07:14 AM
Replies:
6
File Sanitize / cleaning via Vbulletin
Views:
508
Posted By
Mickie D
File Sanitize / cleaning via Vbulletin
How do I convert this for VBulletin Sanitize (cleaning).
$_FILES["fileToUpload"]["size"]
I tried this but it breaks the page
$vbulletin->input->clean_gpc('f', 'fileToUpload', 'size',...
Forum:
vB4 Programming Discussions
06-12-2015, 04:46 AM
Replies:
3
pagination and drop down session
Views:
715
Posted By
Mickie D
Thank you very much for you help. I used the...
Thank you very much for you help.
I used the guide on here to setup the pagination,
This code is used in the pagination, to be honest, I did not take much notice of it just that it...
Forum:
vB4 Programming Discussions
06-11-2015, 05:12 PM
Replies:
3
pagination and drop down session
Views:
715
Posted By
Mickie D
pagination and drop down session
I have successfully setup pagination for my new modification, which gets the information from the database then limits the results to 10 items per page.
The only trouble is that I would now like...
Forum:
vB4 Programming Discussions
06-10-2015, 06:51 PM
Replies:
2
While loop only getting one row?
Views:
393
Posted By
Mickie D
Yes i had that in the first place (not sure why I...
Yes i had that in the first place (not sure why I removed it :(), you and dave taught me that the last time i needed help!
But you also inspired me to find that since writing that code I was not...
Forum:
vB4 Programming Discussions
06-10-2015, 06:40 PM
Replies:
2
While loop only getting one row?
Views:
393
Posted By
Mickie D
While loop only getting one row?
Hi guys,
I can do this without vbulletin but as soon as I do this in vbulletin it only pulls one row
There is 6 rows it should pull from the database?
$dirsql =...
Forum:
vB4 Programming Discussions
06-10-2015, 11:51 AM
Replies:
4
$variable inside vbulletin conditions
Views:
657
Posted By
Mickie D
explode worked (thank you), I had a feeling it...
explode worked (thank you), I had a feeling it might need explode, just thought there would be a more kinder way to do it.
Regards
Mick
Forum:
vB4 Programming Discussions
06-10-2015, 10:56 AM
Replies:
4
$variable inside vbulletin conditions
Views:
657
Posted By
Mickie D
yep tried that, I also tried putting the...
yep tried that, I also tried putting the variable in "" inside the array
Cheers
Mick
Forum:
vB4 Programming Discussions
06-10-2015, 10:35 AM
Replies:
4
$variable inside vbulletin conditions
Views:
657
Posted By
Mickie D
$variable inside vbulletin conditions
Hi all,
I have a fairly simple question, I have tried numerous ways of doing this with out much luck
Writing a basic modification for my site and it uses vbulletin usergroup permissions to...
Forum:
vB4 Programming Discussions
06-02-2015, 10:14 AM
Replies:
5
CRSF - JavaScript Placement
Views:
438
Posted By
Mickie D
this is all I get This browser is AJAX...
this is all I get
This browser is AJAX compatible
vbulletin-core.js?v=422:11 Fire vB_XHTML_Ready
vbulletin-core.js?v=422:11 Fetch Cookie :: vbulletin_collapse = ''
vbulletin-core.js?v=422:11...
Forum:
vB4 Programming Discussions
06-02-2015, 09:09 AM
Replies:
5
CRSF - JavaScript Placement
Views:
438
Posted By
Mickie D
Sorry Dave, where do I check that my friend. ...
Sorry Dave, where do I check that my friend.
And thank you very much for your help.
Mick
--------------- Added 1433243419 at 1433243419 ---------------
Is that in chrome?
Forum:
vB4 Programming Discussions
06-02-2015, 07:26 AM
Replies:
5
CRSF - JavaScript Placement
Views:
438
Posted By
Mickie D
CRSF - JavaScript Placement
Hi there,
I need some help with the javascript placement for the security token...
this is the code
<script>
var r = new Resumable({
target:'downloads.php',
...
Forum:
vB4 Programming Discussions
06-01-2015, 10:02 AM
Replies:
8
PHP code problem
Views:
632
Posted By
Mickie D
Thanks been doing allot of reading - bought a few...
Thanks been doing allot of reading - bought a few books and found out quite a bit already!
Thank you all for the support
Mick
Showing results 1 to 25 of 434
Page 1 of 18
1
2
3
11
>
Last
»
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
09:31 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.02967 seconds
Memory Usage
2,079KB
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
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
Messages:
time to check permissions: 0.0062
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
FULLTEXT Search
php_sapi_name(): fpm-fcgi