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

Search list

[WEB Codesignup

Description: 用户注册系统: 采用Java Bean技术的EJB及JSP,可以发送邮件,连接MySQL数据库。-User Registration System : Using Java Bean technology EJB and JSP, can send mail, Link MySQL database.
Platform: | Size: 25714 | Author: Jackyin | Hits:

[JSP/Javasignup

Description: 一个注册系统,Java的Mod1格式的,希望对大家有用-a registration system, the Java Mod1 format, I hope useful for all
Platform: | Size: 1034788 | Author: 陈成斌 | Hits:

[JSP/Javasignup

Description: struts的一个例子程序,对学习struts的程序员是个不错的材料
Platform: | Size: 1039900 | Author: xiexiaoyang | Hits:

[WEB Code徐氏房屋出租出售管理系统 v1.03

Description: 1、管理员可以自由发布房源,无须审核即时显示! 2、访客可以自由添加房屋信息,但需经管理员审核后方可以发布 3、访客无须注册可以登记求租求购出售购买信息 用户名密码是 admin -an administrator can release free signup no immediate audit revealed! 2, visitors can add free housing information, subject to review by managers can release three rear, visitors are not required to be registered for sale yields prize purchase of information Username password is admin
Platform: | Size: 99480 | Author: 程宏斌 | Hits:

[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/Javasignup

Description: 一个注册系统,Java的Mod1格式的,希望对大家有用-a registration system, the Java Mod1 format, I hope useful for all
Platform: | Size: 1034240 | Author: 陈成斌 | Hits:

[WEB Code徐氏房屋出租出售管理系统 v1.03

Description: 1、管理员可以自由发布房源,无须审核即时显示! 2、访客可以自由添加房屋信息,但需经管理员审核后方可以发布 3、访客无须注册可以登记求租求购出售购买信息 用户名密码是 admin -an administrator can release free signup no immediate audit revealed! 2, visitors can add free housing information, subject to review by managers can release three rear, visitors are not required to be registered for sale yields prize purchase of information Username password is admin
Platform: | Size: 99328 | Author: 程宏斌 | Hits:

[WEB Codesignup

Description: 用户注册系统: 采用Java Bean技术的EJB及JSP,可以发送邮件,连接MySQL数据库。-User Registration System : Using Java Bean technology EJB and JSP, can send mail, Link MySQL database.
Platform: | Size: 25600 | Author: | Hits:

[JSP/Javasignup

Description: struts的一个例子程序,对学习struts的程序员是个不错的材料-An example of struts process of learning struts programmers is a good material
Platform: | Size: 1039360 | Author: xiexiaoyang | Hits:

[JSP/Javasignup

Description: 登录验证 jsp + servlet +javaBean 的mvc模式-signup
Platform: | Size: 10240 | Author: yourname | Hits:

[OS programProtectedStorage

Description: Protected Storage This program wil reveal Outlook Passwords, Deleted Outlook Account passwords, IE:Password-Protected sites passwords, MSN Explorer Signup passwords, IE AutoComplete Passwords, IE Auto Complete Fields , and in 9x it will show the cached dialup passwords
Platform: | Size: 14336 | Author: ali | Hits:

[WEB CodeSignup

Description: a simple sign up form with css and html coding
Platform: | Size: 1782784 | Author: tani89 | Hits:

[androidLBS_Android-SignUp-Application

Description: LBS_FOR_SISE功能简介: LBS_FOR_SISE是一款地理位置服务软件,此软件运行于android平台,将员工签到、短信社交、地图查询等功能结合在一起。采用C/S结构,用MySql作为后台数据库。 -LBS_FOR_SISE function Introduction: LBS_FOR_SISE is a location service software, this software running on the android platform, employee attendance SMS social, map query functions together. C/S structure, using MySql as a back-end database.
Platform: | Size: 1563648 | Author: raffaelezou | Hits:

[JSP/Javamysh

Description: struts+hibernate登陆注册-struts+hibernate Log in Signup
Platform: | Size: 5865472 | Author: 谢宽 | Hits:

[Otherapache-couchdb-af9d1fa

Description: 这是 jQuery 访问 CouchDB 的插件。示例代码: var userDoc = { _id: "org.couchdb.user:bob", name: "bob" } $.couch.signup(userDoc, "supersecurepassword", { success: function(data) { console.log(data) }, error: function(status) { console.log(status) } }) -这是jQuery访问CouchDB的插件示例代码: userdoc = { var _id:“org。CouchDB。用户:鲍勃”, 名称:“鲍勃” }; 美元。沙发。注册(userdoc,“supersecurepassword”,{ 成功:功能(数据){ 控制台日志(数据); }, 错误:函数(地位){ 控制台日志(状态); } });
Platform: | Size: 1206272 | Author: SAGVI | Hits:

[Other systemsLogin-Signup-PDO-OOP

Description: its a php mysql login management system
Platform: | Size: 181248 | Author: akamax | Hits:

[WEB Codesign-up

Description: This is an open source login/signup form.
Platform: | Size: 2048 | Author: henreal | Hits:

[Othersignup-email-verification

Description: Signup email verification allow you to verify the field if filled when signup
Platform: | Size: 150528 | Author: afanou | Hits:

[WEB Code点餐系统

Description: 1. 登录 通过login.html实现用户登录功能。 2. 注册 通过signup.html实现用户注册功能。其中注册功能需要验证用户名是否已经被注册。 3. 菜单列表 通过products.html显示菜单信息。 4. 查询菜单 在index.html页面中有条件的搜索菜单。 5. 下订单 在products.html鼠标悬浮在商品图片上,点击加入购物车可以挑选想要的菜品。确认点餐完毕可以点击购物车中的提交订单按钮完成订单查询。 6.订单查询 点击我的订单按钮可以在order.html查询登录用户的点餐订单。(1. Login Login. html is used to realize user login function. 2. Registration The user registration function is implemented by signup. html. The registration function needs to verify that the user name has been registered. 3. Menu list Display menu information through products. html. 4. Query menu A conditional search menu is available on the index. HTML page. 5. Place an order The products. HTML mouse is hovering over the merchandise picture. Click on the add cart to select the dishes you want. After confirming the order, you can click the submit order button in the shopping cart to complete the order query. 6. Order query Click on my order button to query the)
Platform: | Size: 2574336 | Author: hxj12 | Hits:

CodeBus www.codebus.net