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

Showing results 1 to 25 of 44
Search took 0.00 seconds.
Search: Posts Made By: Weasel
Forum: vBulletin 3.0 Full Releases 09-20-2004, 05:32 PM
Replies: 308
Views: 38,541
Posted By Weasel
Hmm, you're right. It must be a problem in the...

Hmm, you're right. It must be a problem in the cleanup cron. :disappointed:
Forum: vBulletin 3.0 Full Releases 09-14-2004, 09:16 PM
Replies: 308
Views: 38,541
Posted By Weasel
Good job, the simplest solution is always the...

Good job, the simplest solution is always the best, huh?
Forum: vBulletin 3.0 Full Releases 09-14-2004, 10:38 AM
Replies: 308
Views: 38,541
Posted By Weasel
Yea same here, it breaks all previously uploaded...

Yea same here, it breaks all previously uploaded attechments to the forum (thumbs and permissions to view).
Forum: vBulletin 3.0 Full Releases 09-14-2004, 02:00 AM
Replies: 308
Views: 38,541
Posted By Weasel
I'm having problems with your code RobinHood, it...

I'm having problems with your code RobinHood, it seems to break the permissions of normal attachments, i.e. no one can view them now.
Forum: vBulletin 3.0 Full Releases 08-25-2004, 05:23 PM
Replies: 518
Views: 73,681
Posted By Weasel
out of my 140 profile pictures I got about 10...

out of my 140 profile pictures I got about 10 where the thumbnail was corrupted. This seems to be some sort of problem with vbulletin's thumbnail generation function or just errors with the image...
Forum: vBulletin 3.0 Full Releases 08-25-2004, 02:38 AM
Replies: 518
Views: 73,681
Posted By Weasel
http://www.almostsmart.com/forums/album.php?type=1...

http://www.almostsmart.com/forums/album.php?type=1&sort=joindate&order=asc :)
Forum: vBulletin 3.0 Full Releases 08-25-2004, 02:04 AM
Replies: 518
Views: 73,681
Posted By Weasel
I have made a couple of other changes in my...

I have made a couple of other changes in my upload in post #281. It fixed thumbnails not displaying in the admincp because of the &s=y at the end of the img src url (not sure what that's for?)
...
Forum: vBulletin 3.0 Full Releases 08-25-2004, 01:40 AM
Replies: 518
Views: 73,681
Posted By Weasel
Can you go into your database and see what you...

Can you go into your database and see what you have in your customprofilepic table under profilepicdata?
Forum: vBulletin 3.0 Full Releases 08-25-2004, 01:33 AM
Replies: 518
Views: 73,681
Posted By Weasel
did you make sure to rebuild thumbnails in the...

did you make sure to rebuild thumbnails in the verify section after you made the two $thumbnail = fetch... changes? There should by instances in both inlclude_upload.php and albumcp.php

Otherwise...
Forum: vBulletin 3.0 Full Releases 08-25-2004, 01:00 AM
Replies: 518
Views: 73,681
Posted By Weasel
That's because there is a second fetch function...

That's because there is a second fetch function call in albumcp.php you will have to fix. There are also some various bugs relating to TABLE_PREFIX in both album.php and albumcp.php that will cause...
Forum: vBulletin 3.0 Full Releases 08-24-2004, 11:40 PM
Replies: 518
Views: 73,681
Posted By Weasel
Perhaps this is because vBulletin changed the...

Perhaps this is because vBulletin changed the return type of fetch_thumbnail_from_image to an array? The filedata is stored in key 'filedata', for example $thumbnail['filedata']. This is just a...
Forum: vBulletin 3.0 Full Releases 08-24-2004, 03:32 AM
Replies: 308
Views: 38,541
Posted By Weasel
snobbymom, in that last piece of code just...

snobbymom, in that last piece of code just replace foruminfo with attachmentinfo everywhere you see it in the edit.

As for the " $postid = ..." I'm wondering the same thing myself. Its possible...
Forum: uCash & uShop 05-22-2004, 07:32 PM
Replies: 2,317
Views: 106,033
Posted By Weasel
I've found a serious bug in the bank action. ...

I've found a serious bug in the bank action. When you deposit less than .01 (.009 for example) it resets your bank ammount to zero! (N; in the database).

I'm not sure how to fix this but for now...
Forum: uCash & uShop 05-17-2004, 05:13 PM
Replies: 2,317
Views: 106,033
Posted By Weasel
There are 2 bugs in action.stickythread.php,...

There are 2 bugs in action.stickythread.php, these should have definitly been caught before release...

Open up action.stickythread.php

Find:

$threadinfo = $DB_site->query_first("SELECT...
Forum: uCash & uShop 05-15-2004, 09:37 AM
Replies: 2,317
Views: 106,033
Posted By Weasel
There is a bug with the musername stuff. colored...

There is a bug with the musername stuff. colored usernames do not show up properly in the "Whats Going On?" bar and also the "Who's Online" page because the custom utt database variables are not...
Forum: uCash & uShop 05-14-2004, 05:51 AM
Replies: 2,317
Views: 106,033
Posted By Weasel
One of my users found an exploit with the "points...

One of my users found an exploit with the "points per view" action in showthread.

He logged off and opened 10 browser windows and then used some sort of program to refresh each window over and...
Forum: vBulletin 3.0 Beta Releases 02-18-2004, 09:46 AM
Replies: 25
Views: 9,904
Posted By Weasel
I can't get this to work. The first time the...

I can't get this to work. The first time the chat window comes up everything is fine, after that I get the message "This username is already in use. Please chose another." until I clear out the...
Forum: vBulletin 3.0 Full Releases 01-21-2004, 05:01 AM
Replies: 308
Views: 61,134
Posted By Weasel
Xenon your new version introduces some more...

Xenon your new version introduces some more table_prefix bugs that cause MySQL errors. The problem is that you have to use the AS clause to create an alias so you can use things like post.whatever...
Forum: vBulletin 3.0 Full Releases 01-09-2004, 09:16 AM
Replies: 308
Views: 61,134
Posted By Weasel
There are a couple of bugs in this hack that will...

There are a couple of bugs in this hack that will cause a mysql error on forums with table prefixes in their database.

To fix

[FIXES APPLIED]
Forum: vBulletin 3.0 Full Releases 01-06-2004, 04:49 AM
Replies: 14
Views: 6,297
Posted By Weasel
Works great in RC2

Works great in RC2
Forum: vBulletin 3.0 Full Releases 01-04-2004, 08:39 PM
Replies: 161
Views: 50,907
Posted By Weasel
You should probably point out if you are not a...

You should probably point out if you are not a lawyer and your occupation has nothing to do with law.
Forum: vBulletin 2.x Full Releases 12-04-2003, 02:41 AM
Replies: 28
Views: 4,801
Posted By Weasel
vB 3 allows you to specify a table prefix in your...

vB 3 allows you to specify a table prefix in your includes/config.php file. This is used in front of all table names and is defined globally in global.php as TABLE_PREFIX. My table prefix is vb3_,...
Forum: vBulletin 2.x Full Releases 12-03-2003, 04:55 AM
Replies: 28
Views: 4,801
Posted By Weasel
This hack does not take into consideration...

This hack does not take into consideration TABLE_PREFIX. booo.

Also anyone know what this means?

It still creates the log files and images though, I'm not sure if they work though because the...
Forum: News and Announcements 11-23-2003, 12:58 PM
Replies: 112
Views: 19,016
Posted By Weasel
My only input on this issue is to make sure every...

My only input on this issue is to make sure every hack that uses MySQL queries uses:

" . TABLE_PREFIX . "table AS table

This is because vB3 now supports table prefixes and any hack that does...
Forum: vBulletin Pre-Sales Questions 09-05-2003, 11:13 PM
Replies: 2
Views: 1,032
Posted By Weasel
Ah, case sensitive..that did it. Thanks

Ah, case sensitive..that did it. Thanks
Showing results 1 to 25 of 44

 
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.02307 seconds
  • Memory Usage 2,033KB
  • 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (71)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