- 51Aspx源码必读.txt[3KB]
- LICENSE.txt[4KB]
- Library\Ninject.xml[199KB]
- PopForums\AreaRegistration.cs[3KB]
- PopForums\PopForums.csproj[14KB]
- PopForums\bin\Debug\Ninject.xml[199KB]
- PopForums\Configuration\BackgroundServiceBase.cs[2KB]
- PopForums\Configuration\Config.cs[441B]
- PopForums\Configuration\CoreInjectionModule.cs[2KB]
- PopForums\Configuration\ErrorLog.cs[2KB]
- PopForums\Configuration\ErrorLogException.cs[242B]
- PopForums\Configuration\ErrorSeverity.cs[169B]
- PopForums\Configuration\IConfig.cs[114B]
- PopForums\Configuration\IErrorLog.cs[450B]
- PopForums\Configuration\ISettingsManager.cs[276B]
- PopForums\Configuration\NinjectDependencyResolver.cs[757B]
- PopForums\Configuration\PopForumsConfigSection.cs[483B]
- PopForums\Configuration\Settings.cs[2KB]
- PopForums\Configuration\SettingsManager.cs[3KB]
- PopForums\Configuration\UserSessionBackgroundService.cs[650B]
- PopForums\Controllers\AccountController.cs[13KB]
- PopForums\Controllers\AdminController.cs[16KB]
- PopForums\Controllers\AuthorizationController.cs[1KB]
- PopForums\Controllers\FavoritesController.cs[2KB]
- PopForums\Controllers\ForumController.cs[19KB]
- PopForums\Controllers\HomeController.cs[1KB]
- PopForums\Controllers\ImageController.cs[1KB]
- PopForums\Controllers\ModeratorController.cs[3KB]
- PopForums\Controllers\PrivateMessagesController.cs[4KB]
- PopForums\Controllers\SearchController.cs[1KB]
- PopForums\Controllers\SetupController.cs[1KB]
- PopForums\Controllers\SubscriptionController.cs[2KB]
- PopForums\Email\EmailBackgroundService.cs[1KB]
- PopForums\Email\ForgotPasswordMailer.cs[1KB]
- PopForums\Email\IForgotPasswordMailer.cs[164B]
- PopForums\Email\IMailingListComposer.cs[215B]
- PopForums\Email\INewAccountMailer.cs[180B]
- PopForums\Email\ISmtpWrapper.cs[219B]
- PopForums\Email\ISubscribedTopicEmailComposer.cs[206B]
- PopForums\Email\IUserEmailer.cs[227B]
- PopForums\Email\MailingListComposer.cs[1KB]
- PopForums\Email\NewAccountMailer.cs[1KB]
- PopForums\Email\SmtpWrapper.cs[2KB]
- PopForums\Email\SubscribedTopicEmailComposer.cs[1KB]
- PopForums\Email\UserEmailer.cs[1KB]
- PopForums\Extensions\Controllers.cs[1KB]
- PopForums\Extensions\HtmlHelpers.cs[12KB]
- PopForums\Extensions\HttpPostedFileBases.cs[330B]
- PopForums\Extensions\IPrincipals.cs[429B]
- PopForums\Extensions\Strings.cs[1KB]
- PopForums\Extensions\ViewDataDictionaries.cs[352B]
- PopForums\Extensions\WebViewPages.cs[494B]
- PopForums\Models\BasicJsonMessage.cs[228B]
- PopForums\Models\CategorizedForumContainer.cs[1KB]
- PopForums\Models\Category.cs[267B]
- PopForums\Models\ClientSettings.cs[157B]
- PopForums\Models\DataCollections.cs[1KB]
- PopForums\Models\DisplayProfile.cs[1KB]
- PopForums\Models\ErrorLogEntry.cs[361B]
- PopForums\Models\ExpiredUserSession.cs[207B]
- PopForums\Models\Forum.cs[682B]
- PopForums\Models\ForumPermissionContainer.cs[293B]
- PopForums\Models\ForumPermissionContext.cs[249B]
- PopForums\Models\ForumTopicContainer.cs[203B]
- PopForums\Models\IPHistoryEvent.cs[318B]
- PopForums\Models\ModerationLogEntry.cs[491B]
- PopForums\Models\ModerationType.cs[379B]
- PopForums\Models\NewPost.cs[394B]
- PopForums\Models\PagedTopicContainer.cs[449B]
- PopForums\Models\PagerContext.cs[149B]
- PopForums\Models\PasswordResetContainer.cs[243B]
- PopForums\Models\PermanentRoles.cs[165B]
- PopForums\Models\Post.cs[727B]
- PopForums\Models\PostEdit.cs[413B]
- PopForums\Models\PrivateMessage.cs[297B]
- PopForums\Models\PrivateMessageBoxType.cs[110B]
- PopForums\Models\PrivateMessagePost.cs[319B]
- PopForums\Models\PrivateMessageUser.cs[250B]
- PopForums\Models\PrivateMessageView.cs[225B]
- PopForums\Models\Profile.cs[932B]
- PopForums\Models\QueuedEmailMessage.cs[484B]
- PopForums\Models\ReadStatus.cs[190B]
- PopForums\Models\SearchType.cs[118B]
- PopForums\Models\SearchWord.cs[176B]
- PopForums\Models\SecurityLogEntry.cs[384B]
- PopForums\Models\SecurityLogType.cs[426B]
- PopForums\Models\SetupVariables.cs[609B]
- PopForums\Models\SignupData.cs[1KB]
- PopForums\Models\Topic.cs[756B]
- PopForums\Models\TopicContainer.cs[534B]
- PopForums\Models\TopicUnsubscribeContainer.cs[156B]
- PopForums\Models\User.cs[932B]
- PopForums\Models\UserEdit.cs[1KB]
- PopForums\Models\UserEditPhoto.cs[421B]
- PopForums\Models\UserEditProfile.cs[1KB]
- PopForums\Models\UserEditSecurity.cs[860B]
- PopForums\Models\UserImage.cs[223B]
- PopForums\Models\UserSearch.cs[222B]
- PopForums\obj\Debug\PopForums.csproj.FileListAbsolute.txt[731B]
- PopForums\Properties\AssemblyInfo.cs[365B]
- PopForums\Repositories\IBanRepository.cs[374B]
- PopForums\Repositories\ICategoryRepository.cs[327B]
- PopForums\Repositories\IErrorLogRepository.cs[458B]
- PopForums\Repositories\IFavoriteTopicsRepository.cs[429B]
- PopForums\Repositories\IForumRepository.cs[3KB]
- PopForums\Repositories\ILastReadRepository.cs[715B]
- PopForums\Repositories\IModerationLogRepository.cs[509B]
- PopForums\Repositories\IPostRepository.cs[1KB]
- PopForums\Repositories\IPrivateMessageRepository.cs[873B]
- PopForums\Repositories\IProfileRepository.cs[493B]
- PopForums\Repositories\IQueuedEmailMessageRepository.cs[269B]
- PopForums\Repositories\IRoleRepository.cs[527B]
- PopForums\Repositories\ISearchRepository.cs[583B]
- PopForums\Repositories\ISecurityLogRepository.cs[376B]
- PopForums\Repositories\ISettingsRepository.cs[268B]
- PopForums\Repositories\ISetupRepository.cs[198B]
- PopForums\Repositories\ISubscribedTopicsRepository.cs[612B]
- PopForums\Repositories\ITopicRepository.cs[1KB]
- PopForums\Repositories\IUserAvatarRepository.cs[400B]
- PopForums\Repositories\IUserImageRepository.cs[668B]
- PopForums\Repositories\IUserRepository.cs[3KB]
- PopForums\Repositories\IUserSessionRepository.cs[552B]
- PopForums\Services\BanService.cs[1016B]
- PopForums\Services\CategoryService.cs[2KB]
- PopForums\Services\ClientSettingsMapper.cs[528B]
- PopForums\Services\FavoriteTopicService.cs[1KB]
- PopForums\Services\ForumAdapterFactory.cs[973B]
- PopForums\Services\ForumService.cs[11KB]
- PopForums\Services\IBanService.cs[367B]
- PopForums\Services\ICategoryService.cs[415B]
- PopForums\Services\IClientSettingsMapper.cs[196B]
- PopForums\Services\IFavoriteTopicService.cs[380B]
- PopForums\Services\IForumAdapter.cs[2KB]
- PopForums\Services\IForumService.cs[1KB]
- PopForums\Services\IImageService.cs[682B]
- PopForums\Services\IIPHistoryService.cs[233B]
- PopForums\Services\ILastReadService.cs[507B]
- PopForums\Services\ImageService.cs[3KB]
- PopForums\Services\IMailingListService.cs[233B]
- PopForums\Services\IModerationLogService.cs[637B]
- PopForums\Services\IPHistoryService.cs[828B]
- PopForums\Services\IPostService.cs[1KB]
- PopForums\Services\IPrivateMessageService.cs[844B]
- PopForums\Services\IProfileService.cs[578B]
- PopForums\Services\ISearchService.cs[566B]
- PopForums\Services\ISecurityLogService.cs[802B]
- PopForums\Services\ISetupService.cs[255B]
- PopForums\Services\ISubscribedTopicsService.cs[645B]
- PopForums\Services\ITextParsingService.cs[2KB]
- PopForums\Services\ITimeFormattingService.cs[272B]
- PopForums\Services\ITopicService.cs[1KB]
- PopForums\Services\ITopicViewCountService.cs[251B]
- PopForums\Services\IUserService.cs[2KB]
- PopForums\Services\IUserSessionService.cs[256B]
- PopForums\Services\LastReadService.cs[4KB]
- PopForums\Services\MailingListService.cs[919B]
- PopForums\Services\ModerationLogService.cs[1KB]
- PopForums\Services\PostService.cs[7KB]
- PopForums\Services\PrivateMessageService.cs[4KB]
- PopForums\Services\ProfileService.cs[2KB]
- PopForums\Services\SearchIndexBackgroundService.cs[3KB]
- PopForums\Services\SearchService.cs[2KB]
- PopForums\Services\SecurityLogService.cs[2KB]
- PopForums\Services\SetupService.cs[2KB]
- PopForums\Services\SubscribedTopicsService.cs[2KB]
- PopForums\Services\TextParsingService.cs[14KB]
- PopForums\Services\TimeFormattingService.cs[3KB]
- PopForums\Services\TopicService.cs[8KB]
- PopForums\Services\TopicViewCountService.cs[1KB]
- PopForums\Services\UserService.cs[17KB]
- PopForums\Services\UserSessionService.cs[3KB]
- PopForums\Web\AdminAttribute.cs[221B]
- PopForums\Web\FormsAuthenticationWrapper.cs[779B]
- PopForums\Web\ForumRouteConstraint.cs[936B]
- PopForums\Web\IFormsAuthenticationWrapper.cs[237B]
- PopForums\Web\IMobileDetectionWrapper.cs[153B]
- PopForums\Web\MobileDetectionWrapper.cs[243B]
- PopForums\Web\ModeratorAttribute.cs[231B]
- PopForums\Web\PopForumsActivation.cs[1KB]
- PopForums\Web\PopForumsAuthorizationIgnoreAttribute.cs[124B]
- PopForums\Web\PopForumsGlobalUserAttribute.cs[363B]
- PopForums\Web\PopForumsRazorViewPage.cs[1KB]
- PopForums\Web\PopForumsServiceModule.cs[3KB]
- PopForums\Web\PopForumsUserAttribute.cs[2KB]
- PopForums\Web\RoleRestrictionAttribute.cs[565B]
- PopForums.Data.SqlSingleWebServer\Extensions.cs[2KB]
- PopForums.Data.SqlSingleWebServer\ISqlHelper.cs[430B]
- PopForums.Data.SqlSingleWebServer\PopForums.Data.SqlSingleWebServer.csproj[5KB]
- PopForums.Data.SqlSingleWebServer\PopForums.sql[21KB]
- PopForums.Data.SqlSingleWebServer\PopForums4.0to4.1.sql[68B]
- PopForums.Data.SqlSingleWebServer\SqlHelper.cs[1KB]
- PopForums.Data.SqlSingleWebServer\SqlSingleInjectionModule.cs[1KB]
- PopForums.Data.SqlSingleWebServer\bin\Debug\Ninject.xml[199KB]
- PopForums.Data.SqlSingleWebServer\obj\Debug\PopForums.Data.SqlSingleWebServer.csproj.FileListAbsolute.txt[1KB]
- PopForums.Data.SqlSingleWebServer\Properties\AssemblyInfo.cs[413B]
- PopForums.Data.SqlSingleWebServer\Repositories\BanRepository.cs[2KB]
- PopForums.Data.SqlSingleWebServer\Repositories\CategoryRepository.cs[2KB]
- PopForums.Data.SqlSingleWebServer\Repositories\ErrorLogRepository.cs[3KB]
- PopForums.Data.SqlSingleWebServer\Repositories\FavoriteTopicsRepository.cs[3KB]
- PopForums.Data.SqlSingleWebServer\Repositories\ForumRepository.cs[15KB]
- PopForums.Data.SqlSingleWebServer\Repositories\LastReadRepository.cs[4KB]
- PopForums.Data.SqlSingleWebServer\Repositories\ModerationLogRepository.cs[3KB]
- PopForums.Data.SqlSingleWebServer\Repositories\PostRepository.cs[9KB]
- PopForums.Data.SqlSingleWebServer\Repositories\PrivateMessageRepository.cs[7KB]
- PopForums.Data.SqlSingleWebServer\Repositories\ProfileRepository.cs[7KB]
- PopForums.Data.SqlSingleWebServer\Repositories\QueuedEmailMessageRepository.cs[2KB]
- PopForums.Data.SqlSingleWebServer\Repositories\RoleRepository.cs[4KB]
- PopForums.Data.SqlSingleWebServer\Repositories\SearchRepository.cs[6KB]
- PopForums.Data.SqlSingleWebServer\Repositories\SecurityLogRepository.cs[2KB]
- PopForums.Data.SqlSingleWebServer\Repositories\SettingsRepository.cs[1KB]
- PopForums.Data.SqlSingleWebServer\Repositories\SetupRepository.cs[1KB]
- PopForums.Data.SqlSingleWebServer\Repositories\SubscribedTopicsRepository.cs[4KB]
- PopForums.Data.SqlSingleWebServer\Repositories\TopicRepository.cs[14KB]
- PopForums.Data.SqlSingleWebServer\Repositories\UserAvatarRepository.cs[2KB]
- PopForums.Data.SqlSingleWebServer\Repositories\UserImageRepository.cs[4KB]
- PopForums.Data.SqlSingleWebServer\Repositories\UserRepository.cs[9KB]
- PopForums.Data.SqlSingleWebServer\Repositories\UserSessionRepository.cs[3KB]
- PopForums.Test\PopForums.Test.csproj[6KB]
- PopForums.Test\bin\Debug\Ninject.xml[199KB]
- PopForums.Test\Configuration\ForumRouteConstraintTest.cs[1KB]
- PopForums.Test\Configuration\SettingsTests.cs[12KB]
- PopForums.Test\Controllers\AccountControllerTests.cs[30KB]
- PopForums.Test\Controllers\AdminControllerTests.cs[24KB]
- PopForums.Test\Controllers\AuthorizationControllerTests.cs[2KB]
- PopForums.Test\Controllers\ForumControllerTests.cs[54KB]
- PopForums.Test\Controllers\HttpContextHelper.cs[923B]
- PopForums.Test\Controllers\ModeratorControllerTests.cs[5KB]
- PopForums.Test\Controllers\SubscriptionControllerTests.cs[2KB]
- PopForums.Test\Email\NewAccountMailerTests.cs[1KB]
- PopForums.Test\Extensions\ControllersTest.cs[1KB]
- PopForums.Test\Extensions\StringTests.cs[1KB]
- PopForums.Test\Extensions\ViewDataDictionaryTests.cs[686B]
- PopForums.Test\Models\CategoryTest.cs[384B]
- PopForums.Test\Models\ForumHomeContainerTests.cs[3KB]
- PopForums.Test\Models\ForumTest.cs[307B]
- PopForums.Test\Models\ProfileTest.cs[289B]
- PopForums.Test\Models\SignupDataTests.cs[11KB]
- PopForums.Test\Models\UserEditSecurityTests.cs[970B]
- PopForums.Test\Models\UserTest.cs[1KB]
- PopForums.Test\obj\Debug\PopForums.Test.csproj.FileListAbsolute.txt[1KB]
- PopForums.Test\Properties\AssemblyInfo.cs[375B]
- PopForums.Test\Services\CategoryServiceTests.cs[5KB]
- PopForums.Test\Services\ClientSettingsMapperTests.cs[854B]
- PopForums.Test\Services\FavoriteTopicServiceTests.cs[2KB]
- PopForums.Test\Services\ForumServiceTests.cs[31KB]
- PopForums.Test\Services\ImageServiceTests.cs[1KB]
- PopForums.Test\Services\LastReadServiceTests.cs[19KB]
- PopForums.Test\Services\PostServiceTests.cs[16KB]
- PopForums.Test\Services\PrivateMessageServiceTests.cs[8KB]
- PopForums.Test\Services\ProfileServiceTests.cs[6KB]
- PopForums.Test\Services\SearchServiceTests.cs[1KB]
- PopForums.Test\Services\SecurityLogServiceTests.cs[2KB]
- PopForums.Test\Services\SubscribedTopicsServiceTests.cs[6KB]
- PopForums.Test\Services\TextParsingServiceCleanForumCodeTests.cs[7KB]
- PopForums.Test\Services\TextParsingServiceClientHtmlToForumCodeTests.cs[6KB]
- PopForums.Test\Services\TextParsingServiceForumCodeToHtmlTests.cs[10KB]
- PopForums.Test\Services\TextParsingServiceOtherTests.cs[2KB]
- PopForums.Test\Services\TopicServiceTests.cs[22KB]
- PopForums.Test\Services\TopicViewCountServiceTests.cs[2KB]
- PopForums.Test\Services\UserServiceTests.cs[47KB]
- PopForums.Test\Services\UserSessionServiceTests.cs[12KB]
- PopForums.Test\Web\AdminAttributeTest.cs[1KB]
- PopForums.Test\Web\ModeratorAttributeTest.cs[1KB]
- PopForums.Web\Global.asax[105B]
- PopForums.Web\Global.asax.cs[1KB]
- PopForums.Web\PopForums.Web.csproj[18KB]
- PopForums.Web\Web.config[2KB]
- PopForums.Web\Areas\Web.config[1KB]
- PopForums.Web\bin\Ninject.xml[199KB]
- PopForums.Web\bin\System.Web.Helpers.xml[47KB]
- PopForums.Web\bin\System.Web.WebPages.xml[69KB]
- PopForums.Web\Content\PopForums\Admin.css[2KB]
- PopForums.Web\Content\PopForums\Structure.css[1KB]
- PopForums.Web\Content\PopForums\Style.css[4KB]
- PopForums.Web\obj\Debug\PopForums.Web.csproj.FileListAbsolute.txt[1KB]
- PopForums.Web\Properties\AssemblyInfo.cs[373B]
- PopForums.Web\Scripts\jquery-1.5.1.min.js[83KB]
- PopForums.Web\Scripts\jquery-ui-1.8.9.popforums.min.js[31KB]
- PopForums.Web\Scripts\jquery.validate.min.js[24KB]
- PopForums.Web\Scripts\PopForums.js[11KB]
- PopForums.Web\Scripts\tiny_mce\jquery.tinymce.js[3KB]
- PopForums.Web\Scripts\tiny_mce\license.txt[26KB]
- PopForums.Web\Scripts\tiny_mce\tiny_mce.js[180KB]
- PopForums.Web\Scripts\tiny_mce\tiny_mce_popup.js[5KB]
- PopForums.Web\Scripts\tiny_mce\langs\en.js[5KB]
- PopForums.Web\Scripts\tiny_mce\plugins\directionality\editor_plugin.js[1KB]
- PopForums.Web\Scripts\tiny_mce\plugins\inlinepopups\editor_plugin.js[11KB]
- PopForums.Web\Scripts\tiny_mce\plugins\inlinepopups\template.htm[12KB]
- PopForums.Web\Scripts\tiny_mce\plugins\inlinepopups\skins\clearlooks2\window.css[6KB]
- PopForums.Web\Scripts\tiny_mce\plugins\paste\editor_plugin.js[13KB]
- PopForums.Web\Scripts\tiny_mce\plugins\paste\pastetext.htm[1KB]
- PopForums.Web\Scripts\tiny_mce\plugins\paste\pasteword.htm[783B]
- PopForums.Web\Scripts\tiny_mce\plugins\paste\js\pastetext.js[884B]
- PopForums.Web\Scripts\tiny_mce\plugins\paste\js\pasteword.js[1KB]
- PopForums.Web\Scripts\tiny_mce\plugins\paste\langs\en_dlg.js[228B]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\editor_template.js[32KB]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\image.htm[4KB]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\link.htm[2KB]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\source_editor.htm[1KB]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\js\image.js[5KB]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\js\link.js[4KB]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\js\source_editor.js[1KB]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\langs\en.js[1KB]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\langs\en_dlg.js[1KB]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\skins\default\content.css[1KB]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\skins\default\dialog.css[5KB]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\skins\default\ui.css[15KB]
- PopForums.Web\Scripts\tiny_mce\utils\editable_selects.js[1KB]
- PopForums.Web\Scripts\tiny_mce\utils\form_utils.js[5KB]
- PopForums.Web\Scripts\tiny_mce\utils\mctabs.js[1KB]
- PopForums.Web\Scripts\tiny_mce\utils\validate.js[4KB]
- PopForums.Web\Views\Web.config[1KB]
- from.gif[4KB]
- PopForums.sln[3KB]
- 最新Asp.Net源码下载.url[123B]
- DB_51aspx\popforums9.mdf[3MB]
- DB_51aspx\popforums9_log.ldf[1MB]
- Library\CliqueSite.Uploader.Server.dll[8KB]
- Library\CliqueSite.Uploader.Server.pdb[15KB]
- Library\Moq.dll[266KB]
- Library\Ninject.dll[104KB]
- Library\Ninject.pdb[309KB]
- Library\nunit.framework.dll[128KB]
- PopForums\bin\Debug\Ninject.dll[104KB]
- PopForums\bin\Debug\Ninject.pdb[309KB]
- PopForums\bin\Debug\PopForums.dll[244KB]
- PopForums\bin\Debug\PopForums.pdb[481KB]
- PopForums\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache[6KB]
- PopForums\obj\Debug\PopForums.dll[244KB]
- PopForums\obj\Debug\PopForums.pdb[481KB]
- PopForums\obj\Debug\ResolveAssemblyReference.cache[35KB]
- PopForums.Data.SqlSingleWebServer\bin\Debug\Ninject.dll[104KB]
- PopForums.Data.SqlSingleWebServer\bin\Debug\Ninject.pdb[309KB]
- PopForums.Data.SqlSingleWebServer\bin\Debug\PopForums.Data.SqlSingleWebServer.dll[183KB]
- PopForums.Data.SqlSingleWebServer\bin\Debug\PopForums.Data.SqlSingleWebServer.pdb[343KB]
- PopForums.Data.SqlSingleWebServer\bin\Debug\PopForums.dll[244KB]
- PopForums.Data.SqlSingleWebServer\bin\Debug\PopForums.pdb[481KB]
- PopForums.Data.SqlSingleWebServer\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache[5KB]
- PopForums.Data.SqlSingleWebServer\obj\Debug\PopForums.Data.SqlSingleWebServer.dll[183KB]
- PopForums.Data.SqlSingleWebServer\obj\Debug\PopForums.Data.SqlSingleWebServer.pdb[343KB]
- PopForums.Data.SqlSingleWebServer\obj\Debug\ResolveAssemblyReference.cache[42KB]
- PopForums.Test\bin\Debug\Moq.dll[266KB]
- PopForums.Test\bin\Debug\Ninject.dll[104KB]
- PopForums.Test\bin\Debug\Ninject.pdb[309KB]
- PopForums.Test\bin\Debug\nunit.framework.dll[128KB]
- PopForums.Test\bin\Debug\PopForums.dll[244KB]
- PopForums.Test\bin\Debug\PopForums.pdb[481KB]
- PopForums.Test\bin\Debug\PopForums.Test.dll[374KB]
- PopForums.Test\bin\Debug\PopForums.Test.pdb[595KB]
- PopForums.Test\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache[6KB]
- PopForums.Test\obj\Debug\PopForums.Test.dll[374KB]
- PopForums.Test\obj\Debug\PopForums.Test.pdb[595KB]
- PopForums.Test\obj\Debug\ResolveAssemblyReference.cache[49KB]
- PopForums.Web\Areas\PopForums\Views\Account\AccountCreated.cshtml[357B]
- PopForums.Web\Areas\PopForums\Views\Account\Create.cshtml[2KB]
- PopForums.Web\Areas\PopForums\Views\Account\EditAccountNoUser.cshtml[301B]
- PopForums.Web\Areas\PopForums\Views\Account\EditProfile.cshtml[2KB]
- PopForums.Web\Areas\PopForums\Views\Account\EmailSent.cshtml[245B]
- PopForums.Web\Areas\PopForums\Views\Account\EmailUser.cshtml[686B]
- PopForums.Web\Areas\PopForums\Views\Account\Forgot.cshtml[522B]
- PopForums.Web\Areas\PopForums\Views\Account\Login.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\Account\ManagePhotos.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\Account\MiniProfile.cshtml[894B]
- PopForums.Web\Areas\PopForums\Views\Account\MiniUserNotFound.cshtml[24B]
- PopForums.Web\Areas\PopForums\Views\Account\Posts.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\Account\ResetPassword.cshtml[972B]
- PopForums.Web\Areas\PopForums\Views\Account\ResetPasswordSuccess.cshtml[322B]
- PopForums.Web\Areas\PopForums\Views\Account\Security.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\Account\Unsubscribe.cshtml[334B]
- PopForums.Web\Areas\PopForums\Views\Account\UnsubscribeFailure.cshtml[274B]
- PopForums.Web\Areas\PopForums\Views\Account\Verify.cshtml[718B]
- PopForums.Web\Areas\PopForums\Views\Account\VerifyFail.cshtml[315B]
- PopForums.Web\Areas\PopForums\Views\Account\ViewProfile.cshtml[2KB]
- PopForums.Web\Areas\PopForums\Views\Admin\AddForum.cshtml[276B]
- PopForums.Web\Areas\PopForums\Views\Admin\AdminMaster.cshtml[2KB]
- PopForums.Web\Areas\PopForums\Views\Admin\Ban.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\Admin\Categories.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\Admin\CategorizedForums.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\Admin\CategoryList.cshtml[701B]
- PopForums.Web\Areas\PopForums\Views\Admin\EditCategory.cshtml[268B]
- PopForums.Web\Areas\PopForums\Views\Admin\EditForum.cshtml[312B]
- PopForums.Web\Areas\PopForums\Views\Admin\EditUser.cshtml[4KB]
- PopForums.Web\Areas\PopForums\Views\Admin\EditUserSearch.cshtml[758B]
- PopForums.Web\Areas\PopForums\Views\Admin\Email.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\Admin\EmailUsers.cshtml[611B]
- PopForums.Web\Areas\PopForums\Views\Admin\EmailUsersSuccessful.cshtml[223B]
- PopForums.Web\Areas\PopForums\Views\Admin\ErrorLog.cshtml[885B]
- PopForums.Web\Areas\PopForums\Views\Admin\ForumForm.cshtml[607B]
- PopForums.Web\Areas\PopForums\Views\Admin\ForumPermissions.cshtml[3KB]
- PopForums.Web\Areas\PopForums\Views\Admin\Forums.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\Admin\Index.cshtml[3KB]
- PopForums.Web\Areas\PopForums\Views\Admin\IPHistory.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\Admin\ModerationLog.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\Admin\Search.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\Admin\SecurityLog.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\Admin\Services.cshtml[482B]
- PopForums.Web\Areas\PopForums\Views\Admin\UserImageApprove.cshtml[993B]
- PopForums.Web\Areas\PopForums\Views\Admin\UserRoles.cshtml[697B]
- PopForums.Web\Areas\PopForums\Views\Favorites\Topics.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\Forum\Edit.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\Forum\Index.cshtml[2KB]
- PopForums.Web\Areas\PopForums\Views\Forum\NewReply.cshtml[733B]
- PopForums.Web\Areas\PopForums\Views\Forum\NewTopic.cshtml[563B]
- PopForums.Web\Areas\PopForums\Views\Forum\PostItem.cshtml[2KB]
- PopForums.Web\Areas\PopForums\Views\Forum\Recent.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\Forum\Topic.cshtml[4KB]
- PopForums.Web\Areas\PopForums\Views\Forum\TopicPage.cshtml[565B]
- PopForums.Web\Areas\PopForums\Views\Home\Index.cshtml[2KB]
- PopForums.Web\Areas\PopForums\Views\Moderator\PostModerationLog.cshtml[519B]
- PopForums.Web\Areas\PopForums\Views\Moderator\TopicModerationLog.cshtml[373B]
- PopForums.Web\Areas\PopForums\Views\PrivateMessages\Archive.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\PrivateMessages\Create.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\PrivateMessages\Index.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\PrivateMessages\View.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\Search\Index.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\Setup\Exception.cshtml[525B]
- PopForums.Web\Areas\PopForums\Views\Setup\Index.cshtml[3KB]
- PopForums.Web\Areas\PopForums\Views\Setup\NoConnection.cshtml[351B]
- PopForums.Web\Areas\PopForums\Views\Setup\Success.cshtml[529B]
- PopForums.Web\Areas\PopForums\Views\Shared\Forbidden.cshtml[300B]
- PopForums.Web\Areas\PopForums\Views\Shared\NotFound.cshtml[182B]
- PopForums.Web\Areas\PopForums\Views\Shared\PopForumsMaster.cshtml[2KB]
- PopForums.Web\Areas\PopForums\Views\Subscription\Topics.cshtml[1KB]
- PopForums.Web\Areas\PopForums\Views\Subscription\Unsubscribe.cshtml[562B]
- PopForums.Web\bin\CliqueSite.Uploader.Server.dll[8KB]
- PopForums.Web\bin\CliqueSite.Uploader.Server.pdb[15KB]
- PopForums.Web\bin\Ninject.dll[104KB]
- PopForums.Web\bin\Ninject.pdb[309KB]
- PopForums.Web\bin\PopForums.Data.SqlSingleWebServer.dll[183KB]
- PopForums.Web\bin\PopForums.Data.SqlSingleWebServer.pdb[343KB]
- PopForums.Web\bin\PopForums.dll[244KB]
- PopForums.Web\bin\PopForums.pdb[481KB]
- PopForums.Web\bin\PopForums.Web.dll[5KB]
- PopForums.Web\bin\PopForums.Web.pdb[11KB]
- PopForums.Web\bin\System.Web.Helpers.dll[127KB]
- PopForums.Web\bin\System.Web.WebPages.dll[133KB]
- PopForums.Web\Content\PopForums\ClosedIndicator.png[1KB]
- PopForums.Web\Content\PopForums\ClosedPinnedIndicator.png[1KB]
- PopForums.Web\Content\PopForums\NewClosedIndicator.png[1KB]
- PopForums.Web\Content\PopForums\NewClosedPinnedIndicator.png[1KB]
- PopForums.Web\Content\PopForums\NewIndicator.png[1KB]
- PopForums.Web\Content\PopForums\NewPinnedIndicator.png[1KB]
- PopForums.Web\Content\PopForums\NoNewIndicator.png[866B]
- PopForums.Web\Content\PopForums\PinnedIndicator.png[1KB]
- PopForums.Web\Content\PopForums\quotebg.jpg[5KB]
- PopForums.Web\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache[24KB]
- PopForums.Web\obj\Debug\PopForums.Web.dll[5KB]
- PopForums.Web\obj\Debug\PopForums.Web.pdb[11KB]
- PopForums.Web\obj\Debug\ResolveAssemblyReference.cache[57KB]
- PopForums.Web\Scripts\tiny_mce\plugins\inlinepopups\skins\clearlooks2\img\alert.gif[818B]
- PopForums.Web\Scripts\tiny_mce\plugins\inlinepopups\skins\clearlooks2\img\button.gif[280B]
- PopForums.Web\Scripts\tiny_mce\plugins\inlinepopups\skins\clearlooks2\img\buttons.gif[1KB]
- PopForums.Web\Scripts\tiny_mce\plugins\inlinepopups\skins\clearlooks2\img\confirm.gif[915B]
- PopForums.Web\Scripts\tiny_mce\plugins\inlinepopups\skins\clearlooks2\img\corners.gif[911B]
- PopForums.Web\Scripts\tiny_mce\plugins\inlinepopups\skins\clearlooks2\img\horizontal.gif[769B]
- PopForums.Web\Scripts\tiny_mce\plugins\inlinepopups\skins\clearlooks2\img\vertical.gif[92B]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\img\colorpicker.jpg[3KB]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\img\icons.gif[11KB]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\skins\default\img\buttons.png[3KB]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\skins\default\img\items.gif[70B]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\skins\default\img\menu_arrow.gif[68B]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\skins\default\img\menu_check.gif[70B]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\skins\default\img\progress.gif[1KB]
- PopForums.Web\Scripts\tiny_mce\themes\advanced\skins\default\img\tabs.gif[1KB]
- PopForums.Web\Views\Shared\_Layout.cshtml[329B]
源码介绍
源码参数
项目描述
这是一个基于MVC开发的项目,核心程序被多个网站使用。这不是一个科学项目,但也会不断的做下去。
要运行这个程序,首先编译项目然后运行SQL脚本文件创建数据库,然后正确的设置web.config中数据库连接字符串。
在首页中创建账户。
手动添加两行到PopForumsUserRoles表Role:1,Admin 1, Moderator,然后就可以到论坛/管理中设置一些内容了。
更新:
更稳定的版本
*新论坛适配器接口IForumAdapter 例如你可能添加或修改数据模型,然后在不同的数据视图中展现。更多信息查看
IForumAdapter接口注释
*可以指定回复任意新帖
*修复若干错误
*SEO优化
更新内容:
New "adapter" interface for forums. Using the IForumAdapter interface, a developer can plug-in
code that alters the model and/or resulting view on topic lists and the actual threads. For example,
you might add to or alter the model, then present a different view to display the data. See the comments
on the IForumAdapter interface for more information.
Also new, users starting a reply will see a button indicating that they can load any new posts that have
occurred since they started writing their apply, so they don't miss any of the conversation.
Fix: Moderating topic title doesn't update the UrlName.
SEO enhancement: Page links in topics and forums include rel="next" and rel="prev" to tell search engines
there's more to look at.
Fix: User post list had broken markup, preventing topic preview.
Fix: Added missing permission checking on action methods to preview or load individual posts.
User name in top nav now acts as a link to the user's profile.
Fix: Cache key for caching view post roles was incorrect.
提示:
数据库文件已经生成(DB_51aspx文件夹中),用SQL2005或较高版本的数据库管理器附加即可。
可以输入浏览其中http://localhost:0000/Forum/Setup安装论坛
下载记录(Only Recent 100)
用户名 | 推荐指数 | 下载时间 |
---|