Welcome![Sign In][Sign Up]
Location:
Search - ALT

Search list

[PHP商家点评插件有地图版插件for UCHome 1.5

Description: 将文件拷贝到UCH安装目录(不会覆盖任何UCH文件). 其中config.shop.inc.php文件需要有写权限(linux). 运行shop_install.php 打开shop.php文件。将 $_SC['GoogleAPI']='ABQIAAAAIl6BzjiDCz90JrLDCFco6xRsRMjB2wv1Y7bZb-CPY4a_zZ8tAhQljtAew1TctFXLCYxRjkaGoD8jzA';替换成您的Google KYE。如您在本地调试,可以直接用以上KEY。如您还没有google KEY 请到 http://code.google.com/intl/zh-CN/apis/maps/signup.html 免费申请! 地图显示您想要的地方的方法: 首先打开Google地图,在上面寻找一个地址,然后上下左右移动地图,让这个地址正好处于地图的正中心位置,当您想寻找坐标位置已经处于地图的中心位置的时候,拷贝并粘贴以下代码到你的浏览器地址栏:   javascript:void(prompt('',gApplication.getMap().getCenter())); 然后回车一下。这时,你将得到一个弹出式的坐标,这个坐标就是你需要找的经度和纬度。 1 在admincp.php: 第一处: $acs = array( array('index','config','privacy', 'spam', 'network', 'usergroup', 'credit', 'profilefield', 'profield', 'ad', 'sitefeed', 'userapp', 'app'), array('tag', 'mtag', 'space', 'name', 'report'), array('cache', 'task', 'censor', 'stat', 'block', 'cron'), array('blog','album', 'pic', 'comment', 'thread', 'post', 'doing', 'feed', 'share') ); 修改成(最后一行array('base','pingdao','neirong','shop','reviews','shoptags')为增加的。同时记得在上一行'share')后加个逗号 ) $acs = array( array('index','config', 'privacy', 'spam', 'network', 'usergroup', 'credit', 'profilefield', 'profield', 'ad', 'sitefeed', 'userapp', 'app'), array('tag', 'mtag', 'space', 'name', 'report'), array('cache', 'task', 'censor', 'stat', 'block', 'cron'), array('blog', 'album', 'pic', 'comment', 'thread', 'post', 'doing', 'feed', 'share'), array('base','pingdao','neirong','shop','reviews','shoptags') ); 第二处: for($i=0; $i<5; $i++) {//由原来的3改成现在的5,其他不用修改 foreach ($acs[$i] as $value) { if($isfounder || $megroup['manage'.$value]) { $menus[$i][$value] = 1; $_SGLOBAL['usergroup'][$_SGLOBAL['member']['groupid']]['manage'.$value] = 1; } } } 第三处: if(empty($_GET['ac']) || (!in_array($_GET['ac'], $acs[0]) && !in_array($_GET['ac'], $acs[1]) && !in_array($_GET['ac'], $acs[2]) && !in_array($_GET['ac'], $acs[3]) && !in_array($_GET['ac'], $acs[4]) && !in_array($_GET['ac'], $acs[5]))) { //加上 && !in_array($_GET['ac'], $acs[4] && !in_array($_GET['ac'], $acs[5]),注意修改完后$acs[5]后面应有三个 ) 符号 3 admin/tp/header.htm: <!--{eval $_TPL['menunames'] = array( 'config' => '站点设置', 后加上: 'base' => '积分与审核', 'pingdao' => '频道设置', 'shoptags' => '标签管理', 'shop' => '商铺管理', 'neirong' => '点评内容', 'reviews' => '回应内容', 4 admin/tpl/side.htm开始处加入: <!--{if $menus[3]}--> <div class="block style1"> <h2>点评系统</h2> <ul class="folder"> <!--{loop $acs[4] $value}--> <!--{if $menus[4][$value]}--> <!--{if $ac==$value}--><li class="active"><!--{else}--><li><!--{/if}--><a href="admincp.php?ac=$value">{$_TPL[menunames][$value]}</a></li> <!--{/if}--> <!--{/loop}--> </ul> </div> <!--{/if}--> 5 在侧栏增加链接。 template/default/header.htm中找到 <li><img src="image/app/share.gif"><a href="space.php?do=share">分享</a></li> 加上 <li><img src="image/icon/shop.gif"><a href="shop.php">商家点评</a><em><a href="shop.php?ac=new">发布</a></em></li> 更新缓存。 如果安装后出现白屏现象,请重新检查所安装文件是否有语法错误。然后通过删除UCH安装目录下的data/tpl_cache/目录下的文件,此功能相当于更新缓存。 运行shopinstall.php 在header.htm相应的位置加上<li><img src="image/icon/shop.gif" alt="通讯录" /><a href="shop.php">通讯录</a></li> admin/tpl/config.htm 找到<tr> <th>未认证实名权限</th> <td> <table> <tr> <td width="120">允许加好友</td> <td> <input type="radio" name="config[name_allowfriend]" value="1"<!--{if $configs[name_allowfriend] == 1}--> checked<!--{/if}-->>是 <input type="radio" name="config[name_allowfriend]" value="0"<!--{if $configs[name_allowfriend] != '1'}--> checked<!--{/if}-->>否 </td></tr> 在其下面添加 <tr> <td width="120">允许商铺点评</td> <td> <input type="radio" name="config[name_allowshop]" value="1"<!--{if $configs[name_allowshop] == 1}--> checked<!--{/if}-->>是 <input type="radio" name="config[name_allowshop]" value="0"<!--{if $configs[name_allowshop] != '1'}--> checked<!--{/if}-->>否 </td></tr>
Platform: | Size: 111029 | Author: tianfuo@sina.com | Hits:

[JSP/Java三维 Tag Cloud

Description: $(document).ready(function(){ //计算样式中心值 a横向中心点,b纵向log中心点 //cloud-carousel.1.0.5.js 文件中去掉了IE的倒影滤镜。FF支持得更好。 var e = 150; var a = $("#da-vinci-carousel").width() / 2; var c = $("#da-vinci-carousel").height() / 2; var b = Math.log(c) * (e / 10); $('#but1').css({top:(c / 2) - ($('#but1').height() / 2),left:70,zIndex:9999}); $('#but2').css({top:(c / 2) - ($('#but2').height() / 2),right:70,zIndex:9999}); $("#da-vinci-carousel").CloudCarousel( { minScale:0.25,//视线轴距 越大远处视觉越近 reflHeight: 40, //倒影透明度 reflGap:-2, //倒影距离 //titleBox: $('#da-vinci-title'), //altBox: $('#da-vinci-alt'), buttonLeft: $('#but1'), buttonRight: $('#but2'), yRadius:e, //Y轴距 调整轴距需要给DIV增加高度 xPos: a, //距离左侧边距 yPos: b, //距离顶部边距 speed:0.09, //滚动速度 mouseWheel:true //是否支持鼠标滚轴 }); $("#da-vinci-carousel img").css("border",0); //消除当前效果DIV中的img边框 });
Platform: | Size: 380630 | Author: qp3db@163.com | Hits:

[Hook apiMyMouseHook

Description: 这是个键盘钩子演示的动态库,实现对ALT+F4的控制。设置被控制的窗口,然后这个窗口的ALT+F4将被接管。-This is a keyboard hook DLL demonstrated to achieve control of ALT F4. Settings are controlled by the window, and then the window ALT F4 will be taken over.
Platform: | Size: 8192 | Author: | Hits:

[OS programWin2KNT下屏蔽CtrlAltDel的响应

Description: Win2KNT下屏蔽CtrlAltDel的响应-Win2KNT under shielding CtrlAltDel response
Platform: | Size: 10240 | Author: 胡刚 | Hits:

[Windows DevelopDisableLowLevelKeys

Description: Win2K/NT/XP环境下LWIN,RWIN,WIN+Any,Ctrl+Esc,Alt+Esc,Alt+TAB等键的禁用,vb6实现-Win2K/NT/XP The presentation environment, RWIN, WIN Any, Ctrl Esc, Alt-Esc, Alt TAB keys such as the disabled, to achieve VB6
Platform: | Size: 6144 | Author: 尹伟红 | Hits:

[Windows DevelopCFTime

Description: 本程序功能: 1、修改文件或目录的产生、修改时间,及各种属性; 2、能够自动判断本程序是否重载,并给出提示; 3、增加了隐藏到系统托盘的功能,并修改了关闭功能; 4、实现对话框的动画弹出和消隐,增强程序的美观性 5、增加了系统热键功能,窗口隐藏时Ctrl+Alt+X可以呼出; 6、置窗体为最顶层显示,并去掉了任务栏的窗体 7、新增了鼠标在主窗口上移动时,显示手形光标功能。-this program functions : a revised list of documents or create, modify, and attributes; 2, can automatically judge whether the procedure heavy, and gives prompts; 3, a system tray to hide the functions and revised the closing function; Four realize right then pop-up frames of animation and hidden, to enhance the beauty of procedure 5, a system hotkey function, the window hidden when Ctrl Alt X can exhale; 6, home to the most top-level windows, and removed the task bar of Form 7, a mouse in the new window on the main mobile, hand-shaped display the cursor function.
Platform: | Size: 631808 | Author: 就不填 | Hits:

[Windows Develop锁定鼠标

Description: 锁定鼠标,按ALT + F4 可以退出-lock mouse, according ALT F4 can be withdrawn
Platform: | Size: 6144 | Author: ddd | Hits:

[OS programwin2000下屏蔽ctrl+alt+del的新方法

Description: win2000下屏蔽热键的方法!-WIN2000 shielding hotkey under way!
Platform: | Size: 185344 | Author: lj | Hits:

[Multimedia programivBoard

Description: 论坛快速发帖功能 Ctrl+Enter 和 Alt+S.-Forum posting rapid functional Ctrl and Alt Enter S.
Platform: | Size: 317440 | Author: | Hits:

[Windows DevelopALT

Description: 用ATL完成com组件的示例程序-with ATL completed com Component Sample program
Platform: | Size: 90112 | Author: 谈心 | Hits:

[OS programbluescreen

Description: 含有经过我修改的键盘过滤驱动,在w2k,wxp下运行,按左右shift,左alt便蓝屏,卸载需使用虚键盘(切记)以及最初源码,编译环境为w2kddk或wxpddk剩余的参看其中的README-containing modified keyboard filter driver in w2k, wxp running, according to shift around, then left alt blue screens, unloading need to use virtual keyboard (remember) and the initial source code, compile the environment or wxpddk w2kddk remaining See the README
Platform: | Size: 350208 | Author: 于东 | Hits:

[assembly languagechongqi

Description: Dos下屏蔽热启动,想要重启的话先按下Ctrl+Alt+Del,松开Del键,然后按R键则重 启,按Q键则关机-Dos under thermal shielding started, and wanted to resume the first pressing Ctrl-Alt-Del, loosen Del keys, then R button will resume by Q keys were shutdown
Platform: | Size: 2048 | Author: 陈好 | Hits:

[Internet-NetworkBackUp

Description: 检查更改过的文件备份,节省操作时间。 按Ctrl+Alt+F9弹出界面菜单。 显示备份状态和文件大小次数。 当目的地址是网络时,需要帐户和密码。 当正在备份时可以按停止键停止备份。 暂时只有增量备份 备份时间设定,格式可以是 00.00.00 或者 00:00:00。 进程优先算法选中后不影响其他程序工作(默认)。 点击确定保存设定开始计时。 自动启动并计时开始。-inspection changes to the document backup, saving hours of operation. Press Ctrl-Alt-F9 pop-up menu interface. Show backup status and the number of file size. When the destination address of the network, need to account and password. When the backup is at the stop button can stop by the backup. Incremental backup is only temporary backup sets the time, format or can be 00.00.00 00:00:00. Priority algorithm process after the elections does not affect other procedures (default). Click OK to preserve set the timer. Automatically activated and start time.
Platform: | Size: 5120 | Author: 张红旗 | Hits:

[Process-ThreadMyctrl

Description: ctr-del-alt就能看到系统的进程,你是否也想在你的程序中显示出来呢?看完这个代码你在可以轻松在ABOUT中显示出来,不用再显示什么磁盘的容量等信息了,换个花样吧-ctr- del-alt system will be able to see the process, do you also think your procedures are displayed? Reading the code you can relax in ABOUT revealed, no longer shows any disk capacity information, a change in the Mood for it
Platform: | Size: 36864 | Author: 张三 | Hits:

[OS programtime.shutdown

Description: 占用资源极少的定时关机程序,适用于任何版本的windows系统,可提前提醒,开机 自动运行,并且神不知鬼不觉,哈哈,还有方便的记事本热键,让您的工作方便多 多!调出主界面热键:ALT+S。-occupy very little resources Mytob.BSNotes procedures, applicable to any version of the Windows system, advanced remind boot automatically, and without anybody knowing it, ha ha, there is a convenient notebook hotkey for your convenience of a lot of work! The redeployment of the main interface hotkey : ALT S.
Platform: | Size: 20480 | Author: 李杰 | Hits:

[Game Program超级玛丽源代码

Description: 超级玛丽游戏源码,绝对比你玩的跳的高,alt键跳,up,down,left,right上下左右-Super source, absolute than you play the high jump, alt Jiantiao, up, down, left, right above and below
Platform: | Size: 98304 | Author: 宋春博 | Hits:

[Delphi VCLctrl_del_alt

Description: 屏蔽 CTRL DEL ALT 热键源码-Shielded CTRL DEL ALT hotkey Source
Platform: | Size: 549888 | Author: 罗中雷 | Hits:

[Education soft system小学生数学运算考核系统

Description: 设置功能: 在设置中可以设置内容(加、减、乘、除、混合、随机五种;时间(1分钟、5分钟、10分钟、20分钟、30分钟、自定义);题数(10题、20题、40题、50题、自定义);界面方式(古老传说、绚丽多彩、人间仙境、透明精灵、万物光芒四种)。 界面特色: 在界面中有剩余时间、分数、题目数等提示,这些提示可以让自己清楚知道自己的成绩,当考试结束时会弹出成绩窗口,以便同学们查漏补缺。 操作方法: 本软件的操作方法很是简单,可以脱离鼠标操作,也就是全键盘输入,按回车键和输入内容就可以实现操作,为考试者提供了方便。 注意事项: 在透明精灵时就有可能看不到界面中的一些特色。要注意使用。要在设置的内容中选择一项运算方式方可以开始计时考试。因为当前软件是测试版所以在考试过程中可以按 ALT + X 强行退出考试系统。 解压密码为:vbsoft.icpcn.com-setup features : settings can be set (addition, subtraction, multiplication and addition, mixed randomly five; Time (1 minute, 5 minutes, 10 minutes, 20 minutes, 30 minutes, since the definition); That (title 10, and that 20, 40 that 50 that, since the definition); interface way (ancient legends, gorgeous, worldly paradise, transparent spirit, and everything radiance four). interface features : interfaces with the time remaining fraction, several other topics suggest that these hints can know their own achievements when the end of the test results will pop-up window, so the students identify gaps in coverage. method of operation : the software method of operation is very simple and can be operated from the mouse and keyboard input is full, press the Enter keys, and input operation can be a
Platform: | Size: 27648 | Author: 蒋平中 | Hits:

[Windows Developnoctrlaltdel

Description: 在任务栏列表里,增加与移走你的程序,(按下Ctrl + Alt + Del 菜单出现任务栏列表)。-Add or remove your program in task manager(press Ctrl+Alt+Del menu,there will come out task manager).
Platform: | Size: 2048 | Author: | Hits:

[Windows Developoursdisablecad

Description: 一个怎样使Ctrl+Alt+Del按键组合失效的方法的例子 其实现方法简单,有效,很值得借鉴-Disable Ctrl+ALT+Del keys
Platform: | Size: 2048 | Author: 李居 | Hits:
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 42 »

CodeBus www.codebus.net