The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#62
|
||||
|
||||
Image serving is enabled, referer check has not been carried out. Displaying Image. filename is: images/signature/uid55iid6.gif Warning: Cannot add header information - headers already sent by (output started at /home/kaos/public_html/forums/sig.php:58) in /home/kaos/public_html/forums/sig.php on line 68 Warning: Cannot add header information - headers already sent by (output started at /home/kaos/public_html/forums/sig.php:58) in /home/kaos/public_html/forums/sig.php on line 69 Warning: Cannot add header thats all thats on my debug page? |
#63
|
|||
|
|||
hmm, now this is getting really strange. As the version of php i have installed is 4.0.4pl1
Anyway I've updated the debug script to remove all the header warnings, redownload it and see how far it gets. |
#64
|
||||
|
||||
white screen now man?
you wanna take a look around by any chance? may save ya some time, better then me hounding ya here? |
#65
|
|||
|
|||
if you want to pm/email me a link i'll check it out further for you. Kind of has me interested in whats wrong.
|
#66
|
|||
|
|||
That error is popping up again! I think you forgot to include smallerror() function with your update.
I'm getting Fatal error: Call to undefined function: smallerror() |
#67
|
|||
|
|||
very possibly it is missing.
I have updated the zip to add the missing function back again. Make sure the new version was downloaded after this edit, the previous upload was missing the end of the file. |
#68
|
|||
|
|||
Thanks, dabean for cool hack!
I was going to use this for my personal use, but someone else may have use for this also! Maybe dabean may have some use for this also. This is a little modification to this hack for those that have ImageMagick on their servers. This uses ImageMagick to automatically create thumbnails. If you do not have ImageMagick installed on your servers, DO NOT INSTALL!!! Also, you must know the path to your ImageMagick convert! |
#69
|
|||
|
|||
Any made this work in 2.2.0 yet?
|
#70
|
||||
|
||||
Quote:
I do wish people would start using smallfont and normalfont in their hacks though. Ethan |
#71
|
||||
|
||||
I keep getting an error message. (See attachment)
I'm assuming this is because my server runs in Safe Mode and I can't write to that directory. I've had other issues like this. I'm not certain how to take it off of safe mode and I'm debated on whether I should. |
#72
|
|||
|
|||
Quote:
|
#73
|
||||
|
||||
sig.php stopped working on vbulletin 2.2.4
I'm not sure why, but its not sending valid image headers anymore. Ethan |
#74
|
|||
|
|||
DaBean, could you look at my request at this link?
https://vborg.vbsupport.ru/showthrea...133#post231133 Thank you for you time. |
#75
|
|||
|
|||
Quote:
$bbcode = preg_replace("/\[img\](\r\n|\r|\n)*((http|https):\/\/([^;<>\*\(\)\"".iif($allowdynimg,"","\?\&")."]+)|[a-z0-9\/\\\._\- ]+)\[\/img\]/siU", "<img src=\"\\2\" border=\"0\" alt=\"\">", $bbcode); to $bbcode = preg_replace("/\[img\](\r\n|\r|\n)*(([^;<>\*\(\)\"".iif($allowdynimg,"","\?\&")."]+)|[a-z0-9\/\\\._\- ]+)\[\/img\]/siU", "<img src=\"\\2\" border=\"0\" alt=\"\">", $bbcode); inside functions.php. xug: about your request the simple answer is no, the complex answer is maybe after vb3 is released as this current hack will need rewriting anyway I'd guess. |
#76
|
|||
|
|||
Correction on dabean's post above!
For v2.2.4 its accually: Find: PHP Code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|