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

Showing results 1 to 25 of 93
Search took 0.01 seconds.
Search: Posts Made By: mADmAX`
Forum: vB3 General Discussions 05-18-2003, 12:10 AM
Replies: 23
Views: 2,083
Posted By mADmAX`
Just make sure you are subscribed here so you get...

Just make sure you are subscribed here so you get the update...shouldnt be long...tonight or tomorrow.

I just wanna make sure I stopped the crazy loop i just had, I dont wanna be responsible for...
Forum: vB3 General Discussions 05-17-2003, 10:37 PM
Replies: 23
Views: 2,083
Posted By mADmAX`
Let me work a few bugs out to where you can edit...

Let me work a few bugs out to where you can edit afterwards, etc. and I will zip it up for you...
Forum: vB3 General Discussions 05-17-2003, 10:19 PM
Replies: 23
Views: 2,083
Posted By mADmAX`
Fixed it, for some reason I guess it dont like...

Fixed it, for some reason I guess it dont like spaces to much and also needs an @ on a few...

Dunno why it only happened with images though /shrug


$filesize=@filesize($getfile);
$filenum =...
Forum: vB3 General Discussions 05-17-2003, 08:50 PM
Replies: 23
Views: 2,083
Posted By mADmAX`
I took all the verifyid out and all the checks to...

I took all the verifyid out and all the checks to ensure it wasnt it, calling it like this.

/attachments.php?filesid=33

I did something for the hell of it.

I uploaded through my script an...
Forum: vB3 General Discussions 05-17-2003, 08:41 PM
Replies: 23
Views: 2,083
Posted By mADmAX`
You may be right, I have looked through any of...

You may be right, I have looked through any of the function calls and havent seen anything pointing there, but doesnt mean I haven't overlooked it. Just found it strange that ZIP and TXT files work...
Forum: vB3 General Discussions 05-17-2003, 08:33 PM
Replies: 23
Views: 2,083
Posted By mADmAX`
Its going into another table for a reason that is...

Its going into another table for a reason that is very complicated to explain (short form, be used for something totally different). I have renamed attachment.php to attachments.php. I have also...
Forum: vB3 General Discussions 05-17-2003, 08:27 PM
Replies: 23
Views: 2,083
Posted By mADmAX`
I have also verified the filedata column and its...

I have also verified the filedata column and its there even though you cant understand the code =P
Forum: vB3 General Discussions 05-17-2003, 08:24 PM
Replies: 23
Views: 2,083
Posted By mADmAX`
// ###################### Start Upload...

// ###################### Start Upload #######################
if ($action=="uploadfile") {

doformheader("files","douploadfile",1);

maketableheader("Upload a New File");
...
Forum: vB3 General Discussions 05-17-2003, 08:22 PM
Replies: 23
Views: 2,083
Posted By mADmAX`
Its getting added into filedata, or I wouldnt be...

Its getting added into filedata, or I wouldnt be able to get the zip files, txt files :)

Let me post whole thing
Forum: vB3 General Discussions 05-17-2003, 08:20 PM
Replies: 23
Views: 2,083
Posted By mADmAX`
This is what I have in the upload section for the...

This is what I have in the upload section for the attachment..


$filesize=@filesize($getfile);
$filenum = fopen($getfile,"rb");
$filestuff = fread($filenum,$filesize);
...
Forum: vB3 General Discussions 05-17-2003, 08:18 PM
Replies: 23
Views: 2,083
Posted By mADmAX`
Yeah I got it that far, it inserts it into the...

Yeah I got it that far, it inserts it into the database...

But when you call from attachments.php like file (above)...

You can get the ZIP files, txt files BUT

On images, it just sits there...
Forum: vB3 General Discussions 05-17-2003, 07:04 PM
Replies: 23
Views: 2,083
Posted By mADmAX`
NM, figured it out I think... I edited...

NM, figured it out I think...

I edited attachments.php and renamed it to what I want to use to pull those attachments...

It works well with zip files but no so well with images...

It says...
Forum: vB3 General Discussions 05-17-2003, 06:28 PM
Replies: 23
Views: 2,083
Posted By mADmAX`
How to add attachments from control panel?

I am trying to add something to the admin control panel to add attachments into the database without going through all the checks. This way (as I am the only admin), I can add attachments without...
Forum: vB3 Programming Discussions 05-12-2003, 01:35 AM
Replies: 4
Views: 1,071
Posted By mADmAX`
I changed a bit but its not quite working...

I changed a bit but its not quite working right...


// ###################### Start #######################

$dwipnavlinkgroups = $DB_site->query("SELECT navlinkgroupid,title,displayorder FROM...
Forum: vB3 Programming Discussions 05-11-2003, 05:20 PM
Replies: 4
Views: 1,071
Posted By mADmAX`
How would you do this query then as its in the...

How would you do this query then as its in the loop that way the navlinks pull under there correct navgroup (which obviously is not working).
Forum: vB3 Programming Discussions 05-11-2003, 05:01 PM
Replies: 4
Views: 1,071
Posted By mADmAX`
While statement not working...

This is what I have inside index.php (of my hack)...


// ###################### Start #######################

$dwipnavlinkgroups = $DB_site->query("SELECT navlinkgroupid,title,displayorder...
Forum: vB3 Programming Discussions 05-11-2003, 04:54 PM
Replies: 4
Views: 1,313
Posted By mADmAX`
Thanks, that worked =P Didnt think it was...

Thanks, that worked =P

Didnt think it was that simple. I see checkversion coming to vbulletin.com. Do you know what needs to be inside that or does vbulletin allow me to run that (cause it works...
Forum: vB3 Programming Discussions 05-11-2003, 06:19 AM
Replies: 4
Views: 1,313
Posted By mADmAX`
No, I am talking about how vb's admin cp says...

No, I am talking about how vb's admin cp says this...

You are running version xxx

Latest version is xxx

How do you get it to check via the javascript...

I see where it calls vbulletin.com...
Forum: vBulletin 2.x Full Releases 05-10-2003, 09:25 PM
Replies: 830
Views: 105,825
Posted By mADmAX`
I CHMOD'ed each aiml file and same thing =\ ...

I CHMOD'ed each aiml file and same thing =\

I can type this in the address bar for example...

http://www.xxxx.com/forums/alice/src/talk.php?vbid=1&input=What%20is%20your%20favorite%20colorr?
...
Forum: vB3 Programming Discussions 05-10-2003, 04:34 PM
Replies: 4
Views: 1,313
Posted By mADmAX`
How to check version...

I am working on sort of a hack for vbulletin but will have its own admin control panel. I am trying to figure out how to check the version to see if there is an update, like vbulletin does in the...
Forum: vBulletin 2.x Full Releases 05-09-2003, 03:55 PM
Replies: 20
Views: 4,809
Posted By mADmAX`
I rewrote a little bit of it to do this... ...

I rewrote a little bit of it to do this...

1.) Users to change there colors, etc via the "Edit Profile"
2.) Admins can view/edit each users Colors via the Admin CP.
3.) Few bugs I found fixed
...
Forum: vBulletin 2.x Full Releases 05-09-2003, 02:34 PM
Replies: 20
Views: 4,809
Posted By mADmAX`
Fixed it... ************ ** Step 3 ** ...

Fixed it...

************
** Step 3 **
************
Edit the file admin/function.php
Find the following line:

// do ip adresses
Forum: vBulletin 2.x Full Releases 05-09-2003, 02:09 PM
Replies: 20
Views: 4,809
Posted By mADmAX`
I installed it but no matter who changes "their"...

I installed it but no matter who changes "their" colors, it changes everyones.

If I choose my colors etc for my username, everyones username will appear like that
Forum: vBulletin 2.x Full Releases 05-09-2003, 01:53 PM
Replies: 20
Views: 4,809
Posted By mADmAX`
On step 3: // do ip adresses should be:...

On step 3:

// do ip adresses

should be:

// do ip addresses

:)
Forum: vBulletin 2.x Full Releases 05-08-2003, 06:50 AM
Replies: 830
Views: 105,825
Posted By mADmAX`
So does no one know why I get this error? (PHP...

So does no one know why I get this error?
(PHP Version 4.2.3)

DONE LOADING
Inserted 43347 categories into database

It takes 2 mins to post from hitting submit reply and from when it refreshes...
Showing results 1 to 25 of 93

 
Forum Jump

All times are GMT. The time now is 04:50 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.03695 seconds
  • Memory Usage 2,047KB
  • 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
  • (57)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