Jump to content

Leaderboard

  1. Tony

    Tony

    Administrator


    • Points

      29

    • Posts

      5,256


  2. The General

    The General

    Frost


    • Points

      1

    • Posts

      64


  3. Skye

    Skye

    Frost


    • Points

      1

    • Posts

      122


  4. Evarni

    Evarni

    Collaborator


    • Points

      1

    • Posts

      577


Popular Content

Showing content with the highest reputation on 03/24/2013 in all areas

  1. WebFlake Tutorial By Panda. Dr.Pepper from ForumVolt stole this and claimed it was his/hers. IT'S NOT!!! SORRY GUYS, MY FRIEND DELETED THE 'Webflake' FOLDER. IT'S BACK UP.. This is a tutorial on how to add a custom 'index.php' page and make it have a login system. If you don't understand what i mean, i mean when you go to the page of the custom 'index.php,'it will make you log into an account (login details to you're site) in order to see the actual page. If you don't wanna sit here and read the tutorial on the site, you can download the text file here : http://www.mediafire.com/view/?swvir8uz0tduk8t DEMO : http://pandacoding.tk/Demo/ Username : adminPassword : admin If you have any suggestions on what i should add to the Demo page, message me or post in a comment on what you think i should put in. -------------------------------------- If you have any errors or anything, you may contact me : Skype : exotic.timezAIM : haxorfatal Or, you can contact me on here. -------------------------------------- Requirements : 1. Website,2. FTP -------------------------------------- 1. Download the files 'ipbwi' which is here. http://ipbwi.com/products/ Download IPBWI 3.5.0 and extract the files to you're desktop.. -------------------------------------- 2. Open the FTP and create a new file directory. (same directory as the files you have for your site).Should look like this : http://gyazo.com/17175d85e1ecbe64cb8e34f8cbd74cfa -------------------------------------- 3. Now, add an 'index.php' into the directory that you just created.Should look like this : http://gyazo.com/4587a3beba593c23210a606f89eb78b1 -------------------------------------- 4. Add the files (examples, ipbwi) into the same directory as the 'index.php' you just created.Should look like this : http://gyazo.com/0b3b3cc30ea529fa7aa6b40df74c175d -------------------------------------- 5. Go into the 'ipbwi' file directory and edit "config.inc.php." What to edit : define('ipbwi_BOARD_PATH','');define('ipbwi_ROOT_PATH','');define('ipbwi_WEB_URL',''); http://gyazo.com/b86678bb662d14bb9d66e9abe7d4f4c4 -------------------------------------- ipbwi_BOARD_PATH is the pathway to the files of your site.ipbwi_ROOT_PATH is the pathway to the files 'lib', 'config.inc.php', and 'ipbwi.inc.php'ipbwi_WEB_URL is the pathway to the 'examples' folder. -------------------------------------- Examples : define('ipbwi_BOARD_PATH','/home/public_html/');define('ipbwi_ROOT_PATH','/home/public_html/Webflake/');define('ipbwi_WEB_URL','http://yourdomain.com/yourdirectory/examples/'); (Webflake is the directory i made). -------------------------------------- 6. Now, go to http://yourdomain.com/yourdirectory/examples/ and it should go to an information page. Without any errors.Should look like this : http://gyazo.com/f7bb8b4334d8e93131efed5570ccd40d -------------------------------------- 7. Click 'Login' and sign in with the username and password you use for you're site.After signing in, you will get a little of information. -------------------------------------- (DON'T USE THE "member_create.php" file. For some reason, it had gave me an error.)Save the file and go to " http://yourdomain.com/yourdirectory/ "Should look like this : http://gyazo.com/1ade84498a9ec86b9fadea8e8381d5dcAfter being logged in : http://gyazo.com/b8646a81d4553f200afaa190b2d86788 -------------------------------------- You are done.You may go into the file and edit it.DON'T MESS WITH THE PHP UNLESS YOU KNOW WHAT YOU ARE DOING.You may edit where it says "You Are Logged In." You may also edit the image and background. -------------------------------------- I typed this for an hour and also another hour because when i tried to upload the post, Webflakedecides to become unavailible. -------------------------------------- Tell me how the tutorial is, you guys!
    1 point
  2. This tutorial is how to prevent other users with admin powers to delete the main admin account (usually ID no.1) Open file: adminapplicationsmembersmodules_adminmembersmembers.phpFind: by pressing cntrl + f $ids = IPSLib::cleanIntArray( $ids ); Add above: if( in_array( 1, $ids ) ) { $this->registry->output->global_message = "Can't remove main admin account. Sorry."; $this->request['do'] = 'members_list'; $this->_memberList(); return; }the click save
    1 point
  3. SEnuke XCR has got to be the best and most professional SEO Software I've come across thus far. http://player.vimeo.com/video/49407459? Download Links : SEnuke XCR 3.0.7.1.rar (2.4 MB) Mediafire Download Link : http://www.mediafire.com/?zd80mxdl5jkn78y MEGA Download Link : https://mega.co.nz/#!hItygIoS!ZWsq9lbQDsMoRXxkF6szQnFuaIl-v-SLVIdDfzYxd-M Mirror : http://www.mirrorcreator.com/files/11XAJDIU/SEnuke_XCR_3.0.7.1.rar_links Installation Instructions Install/update using the SENukeUpdater.application. Then copy SENuke.exe to the installation folder.
    1 point
  4. You can set permissions for the bots to be only able to read the topic titles and not the content. But that is the only way to stop guests from using the bot code to view topic posts. It is not a hook unless 3.4 changed it. Since 2.3 you could create a bot group and set permissions.
    1 point
  5. they are not using promenu. I'ts html/css coded! take a look below; <div id="wf-navigation" class="clearfix"> <ul class="ipsList_inline" id="community_app_menu"> <li id="nav_app_forums" class="left active"><a href="http://webflake.net/" title="Go to Forums">Forums</a></li> <li id="nav_app_members" class="left "><a href="http://webflake.net/members/" title="Go to Members">Members</a></li> <li id="nav_app_donate" class="left "><a href="http://webflake.net/donate/" title="Go to Donate">Donate</a></li> <li id="nav_menu_7" class="left skip_moremenu "> <a id="nav_menu_7_trigger" href="http://webflake.net/files/" title="" class="">Downloads <span class="dropdownIndicator"></span></a> <div id="nav_menu_7_menucontent" class="submenu_container clearfix boxShadow" style="display: none; position: absolute; z-index: 9999;"> <div class="left" style="z-index: 10000;"> <ul class="submenu_links" style="z-index: 10000;"> <li class="submenu_li" style="z-index: 10000;"><a href="http://webflake.net/files/category/1-invision-power-board/" title="IPB Downloads" style="z-index: 10000;">Invision Power Board</a></li> <li class="submenu_li" style="z-index: 10000;"><a href="http://webflake.net/files/category/7-vbulletin/" title="vBulletin Downloads" style="z-index: 10000;">vBulletin</a></li> <li class="submenu_li" style="z-index: 10000;"><a href="http://webflake.net/files/category/17-xenforo/" title="xenForo Downloads" style="z-index: 10000;">xenForo</a></li> <li class="submenu_li" style="z-index: 10000;"><a href="http://webflake.net/files/category/13-mybb/" title="MyBB Downloads" style="z-index: 10000;">MyBB</a></li> <li class="submenu_li" style="z-index: 10000;"><a href="http://webflake.net/files/category/19-graphics-and-design/" title="Graphics and Design Resources" style="z-index: 10000;">Graphics and Design</a></li> </ul> </div> </div> <script type="text/javascript"> document.observe("dom:loaded", function(){ //$('content').insert( $('nav_menu_7_menucontent').remove() ); new ipb.Menu( $('nav_menu_7_trigger'), $('nav_menu_7_menucontent'), { eventType: 'mouseover', closeOnMouseout: 'nav_menu_7' } ); }); </script> </li> <li id="nav_menu_1" class="left skip_moremenu "> <a id="nav_menu_1_trigger" href="#" title="" class="">About Us <span class="dropdownIndicator"></span></a> <div id="nav_menu_1_menucontent" class="submenu_container clearfix boxShadow" style="display: none; position: absolute; z-index: 9999;"> <div class="left" style="z-index: 10000;"> <ul class="submenu_links" style="z-index: 10000;"> <li class="submenu_li" style="z-index: 10000;"><a href="http://webflake.net/topic/3-webflake-community-guidelines/" title="" style="z-index: 10000;">Community Guidelines</a></li> <li class="submenu_li" style="z-index: 10000;"><a href="http://webflake.net/privacypolicy/" title="" style="z-index: 10000;">Privacy Policy</a></li> <li class="submenu_li" style="z-index: 10000;"><a href="http://webflake.net/topic/11-webflake-upload-policy/" title="" style="z-index: 10000;">Upload Policy</a></li> <li class="submenu_li" style="z-index: 10000;"><a href="http://webflake.net/index.php?app=forums&amp;module=extras&amp;do=dmca" title="" style="z-index: 10000;">DMCA</a></li> </ul> </div> </div> <script type="text/javascript"> document.observe("dom:loaded", function(){ //$('content').insert( $('nav_menu_1_menucontent').remove() ); new ipb.Menu( $('nav_menu_1_trigger'), $('nav_menu_1_menucontent'), { eventType: 'mouseover', closeOnMouseout: 'nav_menu_1' } ); }); </script> </li> <li id="nav_other_apps" style="display: none"> <a href="#" class="ipbmenu" id="more_apps">More <img src="http://webflake.net/public/style_images/wf_images/useropts_arrow.png"></a> </li> </ul> </div>
    1 point
  6. There is a downloads/resources area specifically for donators. This has items that are not found in our non-donator areas. There is also a donator support area, which tends to give faster support than the regular support forums. There is also a donator chat forum.
    1 point
  7. You're quite welcome.. here's a bit more info on using Mandrill with IPB: http://community.invisionpower.com/blog/1174/entry-8323-ipboard-34-dev-update-bulk-mail-with-mandrill/ The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
    1 point
  8. You can adjust that value when creating a new bulk mail package to send.. although, I'm not quite sure why you'd want to use the clunky default IPB bulk mailing system if you're using IPB 3.4.x (Mandrill is 100x more effective and much easier to use).
    1 point
  9. This is covered by a PINNED IP.Board Tutorial, found here: The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
    1 point
  10. Completely contradictory when you pause for a moment and think about the logic in that statement. Nulled content by definition, is the "nullifying" of trace-backs, callbacks, link-backs, and an all around removal of any developer-implemented security measures. By doing that, you obviously lessen your chances of being "caught". So saying that IPS pursues "nulled" users "more", simply doesn't make any sense. Whether you've removed those protocols or you haven't, it's still pirated content and IPS isn't going to pick the lesser of two evils. You're using their product without a license, breaching copyright.. simple as that.
    1 point
  11. Any respectable host would offer solid DDOS protection.. unless of course you're using "free" hosting, offshore hosting, or work with a reseller; all of which, are "you get what you pay for" scenarios. Even CloudFlare isn't 100% reliable (as evidenced by WebFlake's downtime the last few days). If you want true DDOS protection, use a legitimate host. Just my two-cents.
    1 point
  12. i think a forum like that already exists, it's a forum for admins/owners of forums
    1 point
  13. Congratulations! My wife has been considering applying to DeVry University (closer to home). Always a cool thing to see someone achieve a goal like this.
    1 point
  14. OK guys... more news from the ripping center at Cyber Forums. I'm working on the theme more, and I have the first screenshot. Without a visual, it's difficult to get some sections right when "blind ripping" a theme. I uploaded most of the images and global and tabbed.css. Screenshot: Please keep posted on this thread. If you would like to view a demo of the theme in progress, PM me and I'll give you a link to the forum so you can see it. P.S. Flake Franchise and Alexander. They messed with me once, and they deserve to have this theme leaked. I'm not going to take it down, even if they DMCA me.
    1 point
  15. When i have this error I just removed this code : //----------------------------------------- // And start generating output //----------------------------------------- $txt .= $this->registry->output->getTemplate('ccs_global')->articlePages( $_ttlPages, $_curPage, $_reconstructed ); return $txt; And that fix the error for now. But we gonna need the code at the line 144 for be sure if it's the same issue.
    1 point
  16. Unfortunately, such things could be caused by any number of issues: [*]Browser cache (try SHIFT + F5) [*]Forum cache (try ACP > System > Cache Management > Recache All) [*]Poor hosting (might want to contact your hosting provider) [*]Latency issues (verify that your internet connection is stable)
    1 point
  17. The image was requested that way.. despite my own reservations, it's well done.
    1 point
  18. Ah, thank you, Sanctuary. I did a search for it earlier and it didn't turn anything up (a Google search just now, did however). File link just for reference:
    1 point
  19. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic.
    1 point
  20. Would this be something you're looking for? http://community.invisionpower.com/files/file/4552-tb-show-reputation-in-user-info/ We don't have it available on WebFlake yet, but if you're interested in it, you can make a request for it in IP.Board Requests. Note: You need a minimum of 15 posts to make a request.
    1 point
  21. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic.
    1 point
  22. Thanks for bringing me on board, Phun.
    1 point
  23. ACP > Look & Feel > Manage Skin Sets & Templates > -Your Template- > CSS > ipb_styles.css Look for .author_info { and change the width value.
    1 point
  24. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic.
    1 point
  25. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic.
    1 point
  26. To configure this for a specific group.. ACP > Members > Member Groups > Manage Member Groups At the very bottom of the page is a Restrictions category. There you can limit posts per 24 hours.. or you can automatically moderate their content for X number of posts, or for X number of days.
    1 point
  27. You could always use Dropbox.. they likely don't allow pirated content, but I can't foresee you being "caught" since you have to manually distribute the folder link. Has mobile and desktop apps that come in quite handy for quick/easy uploads. You start with 2GB (free), and have the option of purchasing extra space (starting a $10/mo for 100GB), or you can invite friends for an additional 500MB per invite (if they accept it), for a total of another 16GB.
    1 point
  28. If you're not the site owner, you're better off contacting the owner and having him reset the password for you manually. If you're the owner, and no one else has access to reset the password for you, have a look at this tutorial:
    1 point
  29. ACP > System > System Settings > Members > User Profiles Look for:Show users full photo in topic view; maximum width If you enter a numerical value, then the full member's photo is shown with a maximum width of the entered value. If 0 or nothing is entered, then the 100x100 cropped thumb is used.
    1 point
  30. You may want to configure the hook in your system settings if it is not displaying -- the hook works fine for IPB 3.4.x.
    1 point
  31. I wouldn't normally respond to a topic like this (pointless), but I've had the opportunity to talk/work with Justin on several occasions both here, and on FC. He is one of the most generous, earnest, and sincere guys I've ever had the pleasure to encounter in any sort of online community environment -- to say that his departure isn't a 'big deal' is naive. Have a look around WebFlake, you'll gain some perspective on how integral he was to the community. It's a shame seeing that he left as abruptly as he did, but I'm not privy to the facts surrounding his departure. In any event, I say we continue on and not allow his share of the hard-work go to waste.
    1 point
  32. No need to be hostile with others.. as I pointed out to you above, there was no need to open a separate support thread for an identical issue. If yours somehow varied from the others (i.e. it works on some pages, but not all), then it'd make sense to create a new one. Support requests are not "ignored" or "forgotten" here -- if an answer hasn't been provided, it's because the community does not yet have one. It's already become fairly evident that the issue is theme related (and this is coming from Paradiizee himself), making this thread all the more redundant. I'm here to help and guide you in the right direction, not step on your toes. This sort of attitude will only discourage me from offering you support in the future.
    1 point
  33. For some reason these remind me of holographic Pokemon cards..
    1 point
  34. Not bad..! I particularly like the smooth 3d rendering you did with spin_gwave.
    1 point
  35. Look & Feel > -Your Template- > skin_boards > boardIndexTemplate ... find and remove (or comment out with <!-- -->): <!-- SIDEBAR SOCIAL BLOCK START --><div class='ipsSideBlock clearfix'> <h3>Social</h3><ul class="social"> <li><a href="#"><span class="facebook icon"></span>Join Us on Facebook</a> </li> <li><a href="#"><span class="twitter icon"></span>Follow Us on Twitter</a> </li> <li><a href="#"><span class="pinterest icon"></span>Join Us on Pinterest</a> </li> <li><a href="#"><span class="email icon"></span>Send Us Email</a> </li> <li><a href="#"><span class="rss icon"></span>Subscrible RSS Feed</a> </li></ul></div><!-- SIDEBAR SOCIAL BLOCK END -->
    1 point
  36. Ah, yeah.. that one was prematurely locked. There are at least two open already though. Opening a new one will only be cause for confusion. It's best to have one thread with various "attempts" or any potential solutions, where support can be given in one thread, rather than being stretched all across the support board.
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...