Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Smiliecreator v1.1 Details »»
Smiliecreator v1.1
Version: 1.00, by Kars10 Kars10 is offline
Developer Last Online: Feb 2009 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 03-18-2003 Last Update: Never Installs: 71
 
No support by the author.

Hello Hackers!
Ok this is my first release here, so be gentle with me!

Ok, what does this hack do?
With this hack you can easy generate your own custom Sign-Smilies.

Credits to: tkeil69575

It should work with any vBVersions 2.x.x.

Files to modify: 2 (vbcode.js, misc.php)

Templates to add: 1 (vbcode_popup_smiliecreator)

Templates to edit: 1 (vbcode_smilies_getmore)

Installtime: 5 - 10 min

[high]NOTE: This hack uses the PHP-GD Function, so be shure you have this enabled on your server.
If you don?t be shure about this, ask your host or look in your PHP-Info.
Also you must have Dynamic URL for [img] tags enabled in your Posting Code Settings.
[/high]

Changelog:
- v1.0 First Release
- v1.1 Fixed Quotes-bug; credits to Slynderdale and FlyingDutchman


Update Information: from v1.0 to v1.1 / only replace the old text2schild.php with the new one

Screenshots in the next Posts.

Have Fun and please click install if you use this hack!
Kars

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #122  
Old 07-08-2003, 09:16 AM
fantasma fantasma is offline
 
Join Date: Jul 2003
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just add a double slash before "var vtyp = findtyp();"

<html>
<head>
<title>$bbtitle Smiliecreator</title>
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<meta http-equiv="MSThemeCompatible" content="Yes">

<script>
function findtyp() {
var szReturn;
for (var i=0;i<document.schild.typ.length;i++) {
if (document.schild.typ[i].checked) {
szReturn = document.schild.typ[i].value;
break;
}
}
return szReturn;
}

//var vtyp = findtyp();
</script>
Reply With Quote
  #123  
Old 07-08-2003, 09:25 AM
Bezane Bezane is offline
 
Join Date: Jun 2003
Location: Germany
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

look at http://www.MF-Board.com/ @ News...

i?ve made the // but it doesn?t work...
Reply With Quote
  #124  
Old 07-13-2003, 09:27 PM
Eskito Eskito is offline
 
Join Date: Jun 2003
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, the Problem isn't fixed and I'll go to uninstall the Hack next Days. Many other Things should be done on our Community and I've not Time enough to wait too many Days for an Idea.
Reply With Quote
  #125  
Old 07-14-2003, 06:53 AM
Bezane Bezane is offline
 
Join Date: Jun 2003
Location: Germany
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i´ll make the same in 4 days (fr.)
Reply With Quote
  #126  
Old 07-14-2003, 09:05 AM
Aaron1's Avatar
Aaron1 Aaron1 is offline
 
Join Date: Oct 2002
Location: Amsterdam
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Love this hack, but i got trouble running it, although the gd library is installed & png support is available.

These are the errors i have:
from here:

http://www.housequake.com/forum/text...hcol=2,255,255

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/sites/site5/web/forum/text2schild.php on line 6

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of remove_magic_quotes(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/sites/site5/web/forum/text2schild.php on line 30

Warning: Cannot add header information - headers already sent by (output started at /home/sites/site5/web/forum/text2schild.php:6) in /home/sites/site5/web/forum/text2schild.php on line 126
?PNG  IHDR<%)?z3PLTE???????????????????KLL??????? ???????????x?rttRNS@??f"IDATx?͖Y?? E? ????v???-*?]9??????F&??????R?偱?l????0捷???9˲e9? wk??*?v?p^??? x?vQ?g???????e??ݧ??P???Va3??Gr?2? ???9??k?U?)Xk?ae??6k&p???$ho:?? N?*LK?-B?s????!??8Š?????g8"J???????]R!Ly?α)????xr???ͬ?/.r..4?[W? ?ۉ?K[e!m??ϓ0;,?h+??????-?6?gCt?韪???? ħاIEND?B`?

Do you guys/girls have any clue what i did wrong?
Thanks for helping me out if you can!
Reply With Quote
  #127  
Old 07-14-2003, 10:22 AM
Aaron1's Avatar
Aaron1 Aaron1 is offline
 
Join Date: Oct 2002
Location: Amsterdam
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I removed the magic_quotes function and now suddenly it works again!
Strange, anyone know why?
Reply With Quote
  #128  
Old 07-14-2003, 10:46 AM
Bezane Bezane is offline
 
Join Date: Jun 2003
Location: Germany
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

now it´s deleted!
Reply With Quote
  #129  
Old 07-25-2003, 08:33 AM
Pikok Pikok is offline
 
Join Date: Jul 2002
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did everything that you guys said, I even checked if GD was on (it is)

GD Support enabled
GD Version bundled (2.0.12 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled


PHP Code:
Warningimagecreatefrompng(./images/smilies/schilde/vorlage.png): failed to open streamNo such file or directory in /home/httpd/vhosts/fu-all.explorerhost.com/httpdocs/pyrio/vb/text2schild.php on line 77

Warning
imagecopy(): supplied argument is not a valid Image resource in /home/httpd/vhosts/fu-all.explorerhost.com/httpdocs/pyrio/vb/text2schild.php on line 85

Warning
imagecopy(): supplied argument is not a valid Image resource in /home/httpd/vhosts/fu-all.explorerhost.com/httpdocs/pyrio/vb/text2schild.php on line 86

Warning
Cannot modify header information headers already sent by (output started at /home/httpd/vhosts/fu-all.explorerhost.com/httpdocs/pyrio/vb/text2schild.php:77in /home/httpd/vhosts/fu-all.explorerhost.com/httpdocs/pyrio/vb/text2schild.php on line 126
?PNG IHDR?%?/?? PLTE???~Q?]tRNS@??f?IDATx???=??sI[r?T"?yHd???mJK??P?P\?q)?Ò?H3)'+? ?Zx????V?????;#] V?o??С??W?u?j=????;=IEND?B`?
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/httpd/vhosts/fu-all.explorerhost.com/httpdocs/pyrio/vb/text2schild.php on line 129 
Reply With Quote
  #130  
Old 07-25-2003, 05:03 PM
Akex Akex is offline
 
Join Date: Jul 2003
Location: France
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thx a lot for this, great job
Reply With Quote
  #131  
Old 07-30-2003, 06:33 AM
Sc0rp Sc0rp is offline
 
Join Date: Jul 2002
Location: Netherlands
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tha java window wont open.. getting an error on the page.. I edited the vbcode.js and I pasted:

<a href="javascriptpensmileycreator(320,290,'$sessi on[sessionhash]')">[Create Smilie]</a>

inside showthread_replybox template.. any idea why it aint working?

[edit]

nvr mind I pasted the java code above in the replybox template and it worked thanks mate! *clicks install
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:55 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04643 seconds
  • Memory Usage 2,317KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete