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

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT. The time now is 09:31 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.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