Is it possible???
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

Is it possible???

Started by slik_jatt, 19 August, 2004, 23:49:32

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

slik_jatt

is it possible to have a branch off
with the right click commands, script??

i mean like a branch lets say u put ur cursor over it branches off into new bar .. with 4 more tabs...

heres the code if u guys need to take a look at this.:
___________________________

-- RoboCop 7.X Version <-> Modified byMade by Optimus & TiMeTrAVelleR
-- Script only works togheter with RC7.X or Higher
--
-- USE SCRIPT AT YOUR OWN RISK, IT MAY NOT BE COMPATIBLE WITH ALL CLIENTS

-- Editable Settings --

-- 1=on / 0=off
SendTo = {
[0] = 1,   -- Masters
[1] = 1,   -- Operators
[2] = 1,   -- Vips
[3] = 0,   -- Regs
[4] = 1,   -- Moderator
[5] = 1,   -- NetFounder
[-1] = 1,  -- Users
}

sMenu = "RC"

-- End Editable Settings --

assert(dofile("tbl/checklevel.tbl"),"tbl/checklevel.tbl not found")

function OpConnected(user)
   if (SendTo[user.iProfile]==1) then
      customCMDs(user)
      GetRightClickComs(user)
      
      user:SendData("<(??T)????`????????????`????> To Add this hub to favorite type /fav ")
   end
end

function NewUserConnected(user)
   if (SendTo[user.iProfile]==1) then
      customCMDs(user)
      -- GetRightClickComs(user)
      
      user:SendData("<(??T)????`????????????`????> To Add this hub to favorite type /fav")
   end
end

function GetRightClickComs(user)
   TCopy={}
   for cmd,_ in LevelCheck do
   if LevelCheck[cmd][user.iProfile] == 1 then
   for value,command in RightClick do
   if cmd == value then
   tinsert(TCopy,{value,command})
   end end end end

   sort(TCopy,function(a,b) return (a[1] < b[1]) end)
   for t = 1, getn(TCopy) do
   if TCopy[t] then user:SendData(TCopy[t][2])
   end end TCopy={} collectgarbage() flush()
end

function customCMDs(user)
   user:SendData("$UserCommand 1 3 testMusic$<%[mynick]> !test ||")   -- test   
      
end

RightClick = {
[10]="$UserCommand 1 3 Kick User$<%[mynick]> !kick %[nick] %[line:Reason]||",   -- kick
[20]="$UserCommand 1 3 Ban User$<%[mynick]> !ban %[nick] %[line:Reason]||",   -- ban
[30]="$UserCommand 1 3 Nameban User$<%[mynick]> !nameban %[nick] %[line:Reason]||",   -- nameban
[40]="$UserCommand 1 3 Timeban User$<%[mynick]> !timeban %[nick] %[line:hr:mn] %[line:Reason]||",   -- timeban
[50]="$UserCommand 1 3 Kill User $<%[mynick]> !kill %[nick] %[file] %[line:Reason]||",   -- kill
[60]="$UserCommand 1 3 Warn User$<%[mynick]> !warn %[nick] %[line:Reason]||",   -- warn
[70]="$UserCommand 1 3 Flood User$<%[mynick]> !flood %[nick] %[line:Nr] %[line:Reason]||",   -- flood
[80]="$UserCommand 1 3 Drop User$<%[mynick]> !drop %[nick]||",   -- drop
[90]="$UserCommand 1 3 Gag User$<%[mynick]> !gag %[nick]||",   -- gag
[100]="$UserCommand 1 3 UnGag User$<%[mynick]> !ungag %[nick]||",   -- ungag
[110]="$UserCommand 1 3 INBUILD\\BanIp User$<%[mynick]> !banip %[line:Ipnumber]||",   -- banip
[120]="$UserCommand 1 3 INBUILD\\Unban User$<%[mynick]> !unban %[nick] %[line:nick/ip]||",   -- unban
[130]="$UserCommand 1 3 INBUILD\\Nickban User$<%[mynick]> !nickban %[nick] %[line:Reason]||",   -- nickban
[140]="$UserCommand 1 3 INBUILD\\GetBanlist$<%[mynick]> !getbanlist||",   -- getbanlist
[150]="$UserCommand 1 3 INBUILD\\Clear Permban$<%[mynick]> !clrpermban||",   -- clrpermban
[160]="$UserCommand 1 3 INBUILD\\Clear Tempban$<%[mynick]> !clrtempban||",   -- clrtempban
[170]="$UserCommand 1 3 INBUILD\\Temp Op$<%[mynick]> !op %[nick]||",    -- op
[180]="$UserCommand 1 3 INBUILD\\Basic Info User$<%[mynick]> !getinfo %[nick]||",   -- getinfo
[190]="$UserCommand 1 3 INBUILD\\Show Users with that ip$<%[mynick]> !getinfo %[line:Ipnumber]||",   -- ipinfo
[200]="$UserCommand 1 3 INBUILD\\Show Users within that iprange$<%[mynick]> !iprangeinfo %[line:Ipnumber]||",   -- iprangeinfo
[220]="$UserCommand 1 3 SETTING\\Restart Hub$<%[mynick]> !restart||",   -- restart
[230]="$UserCommand 1 3 SETTING\\Restart Scripts$<%[mynick]> !restartscripts||",   -- restartscripts
[240]="$UserCommand 1 3 SETTING\\Hub Config$<%[mynick]> !hconfig||",   -- hconfig
[250]="$UserCommand 1 3 SETTING\\Hub Stats$<%[mynick]> !hstat||",   -- hstat
[260]="$UserCommand 1 3 INFO\\User Info$<%[mynick]> !info %[nick]||",   -- info
[270]="$UserCommand 1 3 OTHER\\Mass Message$<%[mynick]> !mass %[line:Message]||",   -- mass
[280]="$UserCommand 1 3 OTHER\\Send Banner$<%[mynick]> !banner %[line:Advert]||",   -- banner
[290]="$UserCommand 1 3 OTHER\\Send Advertise mesage$<%[mynick]> !sendhubad %[line:main/pm]||",   -- sendhubad
[300]="$UserCommand 1 3 OTHER\\Talk Whitout Nick$<%[mynick]> !talk %[line:Message]||",   -- talk
[310]="$UserCommand 1 3 OTHER\\Online Check User$<%[mynick]> !online %[nick]||",   -- online
[320]="$UserCommand 1 3 OTHER\\Offline Message To User$<%[mynick]> !offline %[nick] %[line:Message]||",   -- offline
[340]="$UserCommand 1 3 OTHER\\Watch a User$<%[mynick]> !watch %[nick]||",   -- watch
[350]="$UserCommand 1 3 OTHER\\Watch Off$<%[mynick]> !watchoff||",   -- watchoff
[360]="$UserCommand 1 3 OTHER\\Show Watchers$<%[mynick]> !getwatch||",   -- getwatch
[370]="$UserCommand 1 3 OTHER\\Set CommandSpy on/off$<%[mynick]> !cmdspy %[line:on/off]||",   -- cmdspy
[380]="$UserCommand 1 3 NORMAL\\Topkickers$<%[mynick]> !topkickers||",   -- topkickers
[390]="$UserCommand 1 3 NORMAL\\TopHubbers Online Time$<%[mynick]> !tophubbers||",   -- tophubbers
[400]="$UserCommand 1 3 SETTING\\Set Script Minslots$<%[mynick]> !sminslots %[line:user/reg/vip/op/mod/master/founder] %[line:slots]||",   -- sminslots
[410]="$UserCommand 1 3 SETTING\\Set Script Maxslots$<%[mynick]> !smaxslots %[line:user/reg/vip/op/mod/master/founder] %[line:slots]||",   -- smaxslots
[420]="$UserCommand 1 3 SETTING\\Set Script Max Hubs$<%[mynick]> !smaxhubs %[line:user/reg/vip/op/mod/master/founder] %[line:hubs]||",   -- smaxshubs
[430]="$UserCommand 1 3 SETTING\\Set Script Slots/Hubs Ratio$<%[mynick]> !sratio  %[line:user/reg/vip/op/mod/master/founder] %[line:slots]||",   -- sratio
[440]="$UserCommand 1 3 SETTING\\Set Script MinShare$<%[mynick]> !sminshare %[line:user/reg/vip/op/mod/master/founder] %[line:share] %[line:mb/gb]||",   -- sminshare
[460]="$UserCommand 1 3 SETTING\\Set Script Maxshare$<%[mynick]> !smaxshare %[line:user/reg/vip/op/mod/master/founder] %[line:share] %[line:mb/gb]||",   -- smaxshare
[470]="$UserCommand 1 3 SETTING\\Set Hub Minshare$<%[mynick]> !hminshare %[line:Number] %[line:b/kb/mb/gb]||",   -- hminshare
[480]="$UserCommand 1 3 SETTING\\Set Max Users$<%[mynick]> !hmaxusr %[line:Number]||",   -- hmaxusr
[490]="$UserCommand 1 3 SETTING\\Set Hub Description$<%[mynick]> !hdesc %[line:Hub_Description]||",   -- hdesc
[500]="$UserCommand 1 3 SETTING\\Set HubName$<%[mynick]> !chhubname %[line:New Hubname]||",   -- chhubname
[510]="$UserCommand 1 3 SETTING\\Set RegServer$<%[mynick]> !regserver %[line:New_Reg_Address]||",   -- regserver
[520]="$UserCommand 1 3 SETTING\\Set Redirect Adress$<%[mynick]> !redirect %[line:Host /Ip]||",   -- redirect
[530]="$UserCommand 1 3 SETTING\\Set Redirect Full on/off$<%[mynick]> !redirectfull %[line:on/off]||",   -- redirectfull
[540]="$UserCommand 1 3 SETTING\\Set Auto Redirect on/off$<%[mynick]> !autoredirect %[line:on/off]||",   -- autoredirect
[550]="$UserCommand 1 3 SETTING\\Set Hub Protect on/off$<%[mynick]> !hubprotect %[line:on/off]||",   -- hubprotect
[560]="$UserCommand 1 3 OTHER\\Show Blocked Users$<%[mynick]> !getblocked||",   -- getblocked
[564]="$UserCommand 1 3 OTHER\\Mass Message Blocked Users$<%[mynick]> !massblocked %[line:Message]||",   -- massblocked
[570]="$UserCommand 1 3 REGISTER\\Reg User$<%[mynick]> !regreg %[nick] %[line:Password]||",   -- regreg
[580]="$UserCommand 1 3 REGISTER\\Reg Vip$<%[mynick]> !regvip %[nick] %[line:Password]||",   -- regvip
[590]="$UserCommand 1 3 REGISTER\\Reg Op$<%[mynick]> !regop %[nick] %[line:Password]||",   -- regop
[594]="$UserCommand 1 3 REGISTER\\Reg Moderator$<%[mynick]> !regmod %[nick] %[line:Password]||",   -- regmop
[600]="$UserCommand 1 3 REGISTER\\Reg Master$<%[mynick]> !regmaster %[nick] %[line:Password]||",   -- regmaster
[604]="$UserCommand 1 3 REGISTER\\Reg Founder$<%[mynick]> !regfounder %[nick] %[line:Password]||",   -- regfounder
[610]="$UserCommand 1 3 REGISTER\\Del Reg User$<%[mynick]> !deluser %[nick]||",   -- deluser
[620]="$UserCommand 1 3 REGISTER\\Upgrade Reg User$<%[mynick]> !upgrade %[nick] %[line:reg/vip/op/mod/master/founder]||",   -- upgrade
[650]="$UserCommand 1 3 SETTING\\ResetCounters$<%[mynick]> !resethstat||",   -- resethstat
[654]="$UserCommand 1 3 LOG\\Clear Nick$<%[mynick]> !clear %[nick]||",   -- clear
[660]="$UserCommand 1 3 LOG\\ShowIplog$<%[mynick]> !showiplog||",   -- showiplog
[670]="$UserCommand 1 3 LOG\\ShowKicklog$<%[mynick]> !showkicklog||",   -- showkicklog
[680]="$UserCommand 1 3 LOG\\ShowBanlog$<%[mynick]> !showbanlog||",   -- showbanlog
[694]="$UserCommand 1 3 LOG\\ShowWarnlog$<%[mynick]> !showwarnlog||",   -- showwarnlog
[710]="$UserCommand 1 3 LOG\\Del Kicklog$<%[mynick]> !delkicklog||",   -- delkicklog
[720]="$UserCommand 1 3 LOG\\Del Banlog$<%[mynick]> !delbanlog||",   -- delbanlog
[732]="$UserCommand 1 3 LOG\\Del Warnlog$<%[mynick]> !delwarnlog||",   -- delwarnlog
[734]="$UserCommand 1 3 LOG\\Showlog name/ip$<%[mynick]> !showlog %[line:Name/Ip] ||",    -- showlog
[740]="$UserCommand 1 3 NORMAL\\Rules$<%[mynick]> !rules||",   -- rules
[750]="$UserCommand 1 3 NORMAL\\Show hubs in network$<%[mynick]> !network||",   -- network
[760]="$UserCommand 1 3 NORMAL\\Show faq about DC++$<%[mynick]> !faq||",   -- faq
[770]="$UserCommand 1 3 NORMAL\\Show your currently IP number$<%[mynick]> !myip||",   -- myip
[780]="$UserCommand 1 3 NORMAL\\Show all your aviable Info$<%[mynick]> !myinfo||",   -- myinfo
[790]="$UserCommand 1 3 NORMAL\\Show script version$<%[mynick]> !version||",   -- version
[800]="$UserCommand 1 3 NORMAL\\Self Register$<%[mynick]> !regme %[line:Password]||",   -- regme
[810]="$UserCommand 1 3 NORMAL\\Change your own password$<%[mynick]> !repass %[line:New Pass]||",   -- repass
[820]="$UserCommand 1 3 NORMAL\\Show users from selected profile$<%[mynick]> !showreg %[line:reg/vip/op/mod/master/founder]||",   -- showreg
[830]="$UserCommand 1 3 NORMAL\\Set away message$<%[mynick]> !away %[line:Message]||",   -- away
[840]="$UserCommand 1 3 NORMAL\\Back after an away$<%[mynick]> !back||",   -- back
[850]="$UserCommand 1 3 NORMAL\\Show all away messages$<%[mynick]> !getaways||",   -- getaways
[860]="$UserCommand 1 3 NORMAL\\Report User to all OP's in PM$<%[mynick]> !report %[nick] %[line:Message]||",   -- report
[870]="$UserCommand 1 3 NORMAL\\Shows Youre Online Time in Hub$<%[mynick]> !myhubtime|| ",   -- myhubtime
[880]="$UserCommand 1 3 NORMAL\\Shows Users whit free slots$<%[mynick]> !slots||",   -- slots
[890]="$UserCommand 1 3 NORMAL\\Shows available redirect addresses$<%[mynick]> !jump||",   -- jump
[900]="$UserCommand 1 3 NORMAL\\Help Commands$<%[mynick]> !help||",   -- help
[910]="$UserCommand 1 3 NORMAL\\Show Inbuild Commands$<%[mynick]> !inbuild %||",   -- inbuild

}



VidFamne

Look >>HERE<<
Quotetype 1 (raw) uses $<command> for the command title and the command itself<br>Furthermore, clients MAY support sub-menu's using the backslash (\) in <title>, like: <menuname>\<title>. If they do not support it, it will still look decent. (This scheme could also be used to create sub-sub-sub-menu's.) </blockquote> </div> </div><!-- .post --> <div class="under_message"> </div><!-- .under_message --> </div><!-- .postarea --> <div class="moderatorbar"> </div><!-- .moderatorbar --> </div><!-- .post_wrapper --> </div><!-- $message[css_class] --> <hr class="post_separator"> <div class="windowbg" id="msg26716"> <div class="post_wrapper"> <div class="poster"> <h4> <span class="off" title="Offline"></span> <a href="http://forum.ptokax.org/index.php?action=profile;u=1591" title="View the profile of slik_jatt">slik_jatt</a> </h4> <ul class="user_info"> <li class="avatar"> <a href="http://forum.ptokax.org/index.php?action=profile;u=1591"><img class="avatar" src="http://forum.ptokax.org/avatars//default.png" alt=""></a> </li> <li class="icons"><img src="http://forum.ptokax.org/Themes/default/images/membericons/icon.png" alt="*"><img src="http://forum.ptokax.org/Themes/default/images/membericons/icon.png" alt="*"></li> <li class="postgroup">Junior Member</li> <li class="postcount">Posts: 10</li> <li class="poster_ip">Logged</li> </ul> </div><!-- .poster --> <div class="postarea"> <div class="keyinfo"> <div id="subject_26716" class="subject_title subject_hidden"> <a href="http://forum.ptokax.org/index.php?msg=26716" rel="nofollow">(No subject)</a> </div> <span class="page_number floatright">#2</span> <div class="postinfo"> <span class="messageicon" style="position: absolute; z-index: -1;"> <img src="http://forum.ptokax.org/Themes/default/images/post/xx.png" alt=""> </span> <a href="http://forum.ptokax.org/index.php?msg=26716" rel="nofollow" title="Reply #2 - (No subject)" class="smalltext">20 August, 2004, 01:36:07</a> <span class="spacer"></span> <span class="smalltext modified floatright" id="modified_26716"> </span> </div> <div id="msg_26716_quick_mod"></div> </div><!-- .keyinfo --> <div class="post"> <div class="inner" data-msgid="26716" id="msg_26716"> thanx for ur reply,<br><br>i just started scripting, and i dont really have a good programing background...<br>can u pls explain further...<br><br>tell me how u would create a sub menu from a title..<br>from the code i have posted.<br><br>it would be great help </div> </div><!-- .post --> <div class="under_message"> </div><!-- .under_message --> </div><!-- .postarea --> <div class="moderatorbar"> </div><!-- .moderatorbar --> </div><!-- .post_wrapper --> </div><!-- $message[css_class] --> <hr class="post_separator"> <div class="windowbg" id="msg26986"> <div class="post_wrapper"> <div class="poster"> <h4> <span class="off" title="Offline"></span> <a href="http://forum.ptokax.org/index.php?action=profile;u=1465" title="View the profile of BottledHate">BottledHate</a> </h4> <ul class="user_info"> <li class="avatar"> <a href="http://forum.ptokax.org/index.php?action=profile;u=1465"><img class="avatar" src="http://forum.ptokax.org/avatars//default.png" alt=""></a> </li> <li class="icons"><img src="http://forum.ptokax.org/Themes/default/images/membericons/icongmod.png" alt="*"><img src="http://forum.ptokax.org/Themes/default/images/membericons/icongmod.png" alt="*"></li> <li class="postgroup">Triple Ace</li> <li class="postcount">Posts: 203</li> <li class="im_icons"> <ol> <li class="custom cust_icq"><a class="icq" href="//www.icq.com/people/157430819" target="_blank" rel="noopener" title="ICQ - 157430819"><img src="http://forum.ptokax.org/Themes/default/images/icq.png" alt="ICQ - 157430819"></a></li> </ol> </li> <li class="poster_ip">Logged</li> </ul> </div><!-- .poster --> <div class="postarea"> <div class="keyinfo"> <div id="subject_26986" class="subject_title subject_hidden"> <a href="http://forum.ptokax.org/index.php?msg=26986" rel="nofollow">(No subject)</a> </div> <span class="page_number floatright">#3</span> <div class="postinfo"> <span class="messageicon" style="position: absolute; z-index: -1;"> <img src="http://forum.ptokax.org/Themes/default/images/post/xx.png" alt=""> </span> <a href="http://forum.ptokax.org/index.php?msg=26986" rel="nofollow" title="Reply #3 - (No subject)" class="smalltext">23 August, 2004, 22:10:36</a> <span class="spacer"></span> <span class="smalltext modified floatright" id="modified_26986"> </span> </div> <div id="msg_26986_quick_mod"></div> </div><!-- .keyinfo --> <div class="post"> <div class="inner" data-msgid="26986" id="msg_26986"> are you wanting the menu to be dynamic? so that it is <br>populated with all the current titles and stuff?<br>that could be bandwidth intesive.. cause u'd have to <br>resend all the right clicks everytime something changed.<br><br>as far as just making simple sub menus read up on the<br><a href="http://dcplusplus.sourceforge.net/wiki/index.php/UserCommand%20command" class="bbc_link" target="_blank" rel="noopener">dc+++ wiki</a> , it explains what to do best.<br><br>-BH </div> </div><!-- .post --> <div class="under_message"> </div><!-- .under_message --> </div><!-- .postarea --> <div class="moderatorbar"> <div class="signature" id="msg_26986_signature"> <span style="color: orangered;" class="bbc_color">Homepage:</span> <a href="http://www.bottledhate.webhop.org" class="bbc_link" target="_blank" rel="noopener"><span style="color: orange;" class="bbc_color">www.bottledhate.webhop.org</span></a><br><img src="http://www.stcycles.com/hate/pics/sig3.gif" alt="" class="bbc_img" loading="lazy"> <br><b>Compiling</b>  Lua scripts is <b><span style="color: red;" class="bbc_color"><span style="font-size: 1.35em;" class="bbc_size">LAME</span></span></b><img src="http://forum.ptokax.org/Smileys/czdc/excl.gif" alt="!!!" title="exclamation" class="smiley">!! </div> </div><!-- .moderatorbar --> </div><!-- .post_wrapper --> </div><!-- $message[css_class] --> <hr class="post_separator"> </form> </div><!-- #forumposts --> <div class="pagesection"> <div class="buttonlist floatright"> <a class="button button_strip_print" href="http://forum.ptokax.org/index.php?action=printpage;topic=2599.0" rel="nofollow">Print</a> </div> <div class="pagelinks floatleft"> <a href="#main_content_section" class="button" id="bot">Go Up</a> <span class="pages">Pages</span><span class="current_page">1</span> </div> <div class="mobile_buttons floatright"> <a class="button mobile_act">User actions</a> </div> </div> <div class="navigate_section"> <ul> <li> <a href="http://forum.ptokax.org/index.php"><span>PtokaX forum</span></a> </li> <li> <span class="dividers"> ► </span> <a href="http://forum.ptokax.org/index.php#c21"><span>Archive</span></a> </li> <li> <span class="dividers"> ► </span> <a href="http://forum.ptokax.org/index.php?board=94.0"><span>Archived 4.0 boards</span></a> </li> <li> <span class="dividers"> ► </span> <a href="http://forum.ptokax.org/index.php?board=13.0"><span>Help with Lua 4 scripts</span></a> </li> <li class="last"> <span class="dividers"> ► </span> <a href="http://forum.ptokax.org/index.php?topic=2599.0"><span>Is it possible???</span></a> </li> </ul> </div><!-- .navigate_section --> <div id="moderationbuttons"> </div> <div id="display_jump_to"></div> <div id="mobile_action" class="popup_container"> <div class="popup_window description"> <div class="popup_heading"> User actions <a href="javascript:void(0);" class="main_icons hide_popup"></a> </div> <div class="buttonlist"> <a class="button button_strip_print" href="http://forum.ptokax.org/index.php?action=printpage;topic=2599.0" rel="nofollow">Print</a> </div> </div> </div> <script> if ('XMLHttpRequest' in window) { var oQuickModify = new QuickModify({ sScriptUrl: smf_scripturl, sClassName: 'quick_edit', bShowModify: true, iTopicId: 2599, sTemplateBodyEdit: '\n\t\t\t\t\t\t<div id="quick_edit_body_container">\n\t\t\t\t\t\t\t<div id="error_box" class="error"><' + '/div>\n\t\t\t\t\t\t\t<textarea class="editor" name="message" rows="12" tabindex="1">%body%<' + '/textarea><br>\n\t\t\t\t\t\t\t<input type="hidden" name="dc1969d9" value="9d57493a3322ed2e3215d1ce5562c16d">\n\t\t\t\t\t\t\t<input type="hidden" name="topic" value="2599">\n\t\t\t\t\t\t\t<input type="hidden" name="msg" value="%msg_id%">\n\t\t\t\t\t\t\t<div class="righttext quickModifyMargin">\n\t\t\t\t\t\t\t\t<input type="submit" name="post" value="Save" tabindex="2" onclick="return oQuickModify.modifySave(\'9d57493a3322ed2e3215d1ce5562c16d\', \'dc1969d9\');" accesskey="s" class="button"> <input type="submit" name="cancel" value="Cancel" tabindex="3" onclick="return oQuickModify.modifyCancel();" class="button">\n\t\t\t\t\t\t\t<' + '/div>\n\t\t\t\t\t\t<' + '/div>', sTemplateSubjectEdit: '<input type="text" name="subject" value="%subject%" size="80" maxlength="80" tabindex="4">', sTemplateBodyNormal: '%body%', sTemplateSubjectNormal: '<a hr'+'ef="' + smf_scripturl + '?topic=2599.msg%msg_id%#msg%msg_id%" rel="nofollow">%subject%<' + '/a>', sTemplateTopSubject: '%subject%', sTemplateReasonEdit: 'Reason for editing: <input type="text" name="modify_reason" value="%modify_reason%" size="80" maxlength="80" tabindex="5" class="quickModifyMargin">', sTemplateReasonNormal: '%modify_text', sErrorBorderStyle: '1px solid red' }); aJumpTo[aJumpTo.length] = new JumpTo({ sContainerId: "display_jump_to", sJumpToTemplate: "<label class=\"smalltext jump_to\" for=\"%select_id%\">Jump to<" + "/label> %dropdown_list%", iCurBoardId: 13, iCurBoardChildLevel: 1, sCurBoardName: "Help with Lua 4 scripts", sBoardChildLevelIndicator: "==", sBoardPrefix: "=> ", sCatSeparator: "-----------------------------", sCatPrefix: "", sGoButtonLabel: "Go" }); aIconLists[aIconLists.length] = new IconList({ sBackReference: "aIconLists[" + aIconLists.length + "]", sIconIdPrefix: "msg_icon_", sScriptUrl: smf_scripturl, bShowModify: true, iBoardId: 13, iTopicId: 2599, sSessionId: smf_session_id, sSessionVar: smf_session_var, sLabelIconList: "Message icon", sBoxBackground: "transparent", sBoxBackgroundHover: "#ffffff", iBoxBorderWidthHover: 1, sBoxBorderColorHover: "#adadad" , sContainerBackground: "#ffffff", sContainerBorder: "1px solid #adadad", sItemBorder: "1px solid #ffffff", sItemBorderHover: "1px dotted gray", sItemBackground: "transparent", sItemBackgroundHover: "#e0e0f0" }); } </script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@latest/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/highlightjs-line-numbers.js@2/dist/highlightjs-line-numbers.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js"></script> <script> hljs.highlightAll(); hljs.initLineNumbersOnLoad(); window.addEventListener("load", function() { let pre = document.getElementsByTagName("code"); for (let i = 0; i < pre.length; i++) { let divClipboard = document.createElement("div"); divClipboard.className = "bd-clipboard"; let button = document.createElement("span"); button.className = "btn-clipboard"; button.setAttribute("title", "Copy"); divClipboard.appendChild(button); pre[i].parentElement.insertBefore(divClipboard,pre[i]); } let btnClipboard = new ClipboardJS(".btn-clipboard", { target: function(trigger) { trigger.clearSelection; return trigger.parentElement.nextElementSibling; } }); btnClipboard.on("success", function(e) { e.clearSelection(); }); }); </script><div class="cleantalk_tell_others" style="text-align: center;padding:5px 0;"><a href="https://cleantalk.org/smf-anti-spam-mod">SMF spam</a> blocked by CleanTalk</div> </div><!-- #main_content_section --> </div><!-- #content_section --> </div><!-- #wrapper --> </div><!-- #footerfix --> <div id="footer"> <div class="inner_wrap"> <ul> <li class="floatright"><a href="http://forum.ptokax.org/index.php?action=help">Help</a> | <a href="http://forum.ptokax.org/index.php?action=agreement">Terms and Rules</a> | <a href="#top_section">Go Up ▲</a></li> <li class="copyright"><a href="http://forum.ptokax.org/index.php?action=credits" title="License" target="_blank" rel="noopener">SMF 2.1.4 © 2023</a>, <a href="https://www.simplemachines.org" title="Simple Machines" target="_blank" rel="noopener">Simple Machines</a></li> </ul> </div> </div><!-- #footer --> <script> window.addEventListener("DOMContentLoaded", function() { function triggerCron() { $.get('http://forum.ptokax.org' + "/cron.php?ts=1751622555"); } window.setTimeout(triggerCron, 1); $.sceditor.locale["en"] = { "Width (optional):": "Width (optional):", "Height (optional):": "Height (optional):", "Insert": "Insert", "Description (optional):": "Description (optional)", "Rows:": "Rows:", "Cols:": "Cols:", "URL:": "URL:", "E-mail:": "E-mail:", "Video URL:": "Video URL:", "More": "More", "Close": "Close", dateFormat: "month/day/year" }; }); </script> </body> </html>