Advertisement
Leaderboard
-
in all areas
- All areas
- Ideas
- Ideas comments
- Positions
- Position Comments
- Position Reviews
- Blog Entries
- Blog Comments
- Bugs
- Bug Comments
- Bug Reviews
- Features
- Feature Comments
- Feature Reviews
- Suggestions
- Suggestion Comments
- Suggestion Reviews
- Releases
- Release Comments
- Release Reviews
- FAQs
- FAQ Comments
- FAQ Reviews
- Files
- File Comments
- File Reviews
- Topics
- Posts
- Status Updates
- Status Replies
-
Custom Date
-
All time
February 14 2013 - February 24 2025
-
Year
February 24 2024 - February 24 2025
-
Month
January 24 2025 - February 24 2025
-
Week
February 17 2025 - February 24 2025
-
Today
February 24 2025
-
Custom Date
06/09/2014 - 06/09/2014
-
All time
Popular Content
Showing content with the highest reputation on 06/09/2014 in all areas
-
Hello fellow Flakers, Besides the here & there help I've provided for those that have created a topic seeking assistance, I feel I have not really contributed much to this great community. So I am going to give back by providing some great SEO tools & knowledge from both the White Hat & Black Hat perspective. (Black Hat <3) I have not seen a full blown SEO Help topic here & I see a lot of newcomers to the world of hosting, owning, running a website so I hope this can help. White Hat First off Get yourself a Google Webmaster Account & Bing/Yahoo Webmaster Account also get a Google Analytics Account (its the best imo) & Signing up for Bing/Yahoo ADS gets you a 50$ advertisement credit, even if people dont click a % of impressions are people that might have seen your site. The webmaster accounts allow you to upload sitemap files specifically designed for bots to crawl. They provide very good data on how many search impressions you receive, what is clicked most, as well as getting your website into 3 of the most popular search engines. You can have a sitemap made for free at many sitemap generating websites who abide by the guidelines of google & bing, here is an example site that I use. http://www.web-site-map.com/ You will want to index as many pages as possible & its best to select directories / pages with a lot of content and links. After tracking this info through your webmaster accounts you will get a grip on what people are looking for and what brings you the most traffic. This is key, especially when it comes to Meta Tags and the display of your website in the search engines. With meta tags you can add a title, description & keywords. (All hidden on the face of the website but the Title & Description appear in the search engine) This will show your site in an organized fashion in the search engines & allows you to dictate what appears. <head> <title> Your Website </title> <meta name="description" content="Keyword 1, Keyword 2, Keyword 3, ETC, Seperate using commas"> <meta http-equiv="content-type" content="text/html;charset=UTF-8"> </head> Next Up is social networking (If you want to advertise what your doing) Facebook, Twitter, Tumblr, Reddit, etc. Posting content on a daily basis, followers or not, is a great way to get recognized and the more sites linking in to your website out there the better. Bots will crawl and Bots will see. Black Hat To get views and ranked fast, this is the way to go but every rose has its thorn, some of these methods will indeed boost your site ranking, but some things might suffer like your bounce rate & time spent on the site. Here are some great websites AlexaBoostup.com Essentially this works as long as people use it. It works off a point system, you are give 500 points to start & each point spent is a view from somebody else, you can gain points by viewing others and every 90 seconds a new site appears. Each site you view you gain 1 point. You can just let this run all night gaining points & then during the day you can allow your points to be spent. This only works if you have the Alexa Toolbar installed but nonetheless it gets your website viewed and I vouch for it as it does work. Linkcollider.com This works in a similar manner to AlexaBoostup in terms of points but does not require the toolbar, it is a more general autosurf application and is not limited to websites. You can use this too boost all your social networks, and instead of people only viewing yourwebsite they can choose to retweet, like a facebook post, subscribe to your youtube, etc. Very Powerful tool. Pingfarm & IndexKings Ping farm allows you to add an unlimited amount of URLS and will ping search engines, enticing the bots to crawl as the ping signals the site has been updated, create a .txt file with the urls you want it to ping and ping it as many times as you would like. Index Kings allows you to add an unlimited amount of URLS and will then add links to at least 15,000 sites per URL. This is very powerful as the more sites your websites link appears on the more it will appear on search engines. The only other tip I have for Black Hat Seo is get this program called Tviewer. Seen here I'm not going to post a download link, you will have to find it on your own. Install Alexa & Quantcasts tags into your browser, Along with google analytics this will give you a well rounded perspective on your sites views. I hoped this is useful! I'm no expert, just a few tips that have worked for me. Less than 48 hours of my full blown SEO integration.1 point
-
There are many ways for a site to get compromised however most are the same result, hackers either try to use your site to serve malicious files, or try to redirect your users to infected sites. Here are some things that are common that hackers do that you should look our for. 1. They will always try to leave behind a file or two as aback door into your system, it's a good idea to understand what files are good files and what files are bad. To do this you can compare the file set of your site to a fresh file set from a download. 2. Look for files with odd or random .php extensions, here are some examples, these are not exact names, but examples of a typical naming structure, they will either be short and sweet like sh.php or a random string followed my .php zx.php sh.php 123482379874hjsdf8734.php dsfjklsadjfklasdjfklads.php ipbfirewall.php When inspecting any files and you see any reference to ipbfirewall, this is not a real product or item, it's bad code left behind made to look like it belongs, so you can safely delete it. Example of IPB_Firewall code that IS NOT FROM IPS if ( ! defined( 'IPB_FIREWALL' ) ) { define('IPB_FIREWALL', 1); /** * NOTE: This is a protecting web-firewall module generated by Invision Power * Module includes security patch for high-risks vulnerability CVE-2012-5692 * Do not touch this file for security reasons * Please insert this code to as many php files as possible * * @package IP.Firewall * @version $Revision: 9544 $ * @md5 e66e6cadd6e13efea54ed50c0eb2d32b * @sha1 6966286d64352840245f5b2248545450 * @crc32 5f51554f5445225d293d3d2463732965 */ These are most commonly placed in the root directory, /cache, /public /uploads or other areas. 3. Another thing to look for are odd folder names, you can again compare your folder structure from a fresh download of files to compare them, they will often create odd names directories or try to mimic an existing name as well. Here is what a standard folder/file structure looks like for the forum directory Here is what a typical /cache folder looks like as well 4. If you see any odd files in those folders that do not belong, odds are they do not belong there, you can open the file to inspect the code as well to see if it looks like a legit file or not. Keep in mind if you have third party add ons or other apps installed, these can often also require other files. 5. After you have cleaned up any bad files, the next step is a fresh file upload of the board and all apps that you have installed. You can download these from the client area, upload them via FTP, making sure to over write any and all existing files. 6. After that is done, log into your admincp, and you will see a "Furl cache out of date error" please click the option to "Rebuild Furl Cache" to correct that error. This is normal and due to the new files that were just uploaded. 7. Rebuilding HTML & CSS and Recaching your skins. Often times there will be an infection deep inside of your templates or code left behind, this is done via a direct file edit to your skin files, rebuilding and recaching will often clear this out. To do this select "Look & Feel" from the tabs, then select "Manage Skins and Languages" Then on the left side you want to select "Template Tools You will then see an option to Rebuild Master Skin Data, select HTML & CSS from this and also all of your apps as below. After that is completed, then select the Template tools again and now at the top select "Re-Cache Skin Set's" 8. Often times a offender will also dig into your language files and infect them as well, to correct this, select "Look & Feel" > Manage Languages, on the language pack effected, select the drop down menu to the right and then "Rebuild from XML" This will rebuild your language files for you. If you are using a third party or custom language file, please re-import the language pack to correct any issues. 9. Another common issue that I have seen is offenders modifying your .htaccess, conf_global.php, initdata.phpor index.php files and adding extra code to them for re-directs or other purposes, please inspect all of your .htaccess index.php and conf_global.php files for proper code. Over writing the new file set for the board files will correct the index.php and initdata.php files, however not the .htaccess or conf_global.php 10. The last thing you want to make sure of is that you have changed all of your admins passwords on your forum, your FTP access details, and any control panel access as well. In most cases I even recommend updating your mysql database password too. See your host for details on that if you are not sure how to update the mysql password. 11. Reimporting your hooks is another item that should be done as well, from the admincp > manage hooks > re-import all hooks 12. The last step is to run the tools from the system security area Admincp > System > System > Security Center This is not my tutorial.. I just posted it here straight from IPS Knowledge Database1 point
-
1 point
-
Go to ACP -> Other Apps -> IPS Shoutbox -> Settings -> Hook: Global Shoutbox Here You have some settings. Just change Display on? to Board Index Page and click Update settings :)1 point
-
Not a problem. The smileys bar does have navigation buttons. There's about 2 1/2 rows of smileys.1 point
-
1 point
-
All the information you need regarding becoming a staff member can be found here: You're allowed to fill an application when you meet the requirements, but we're not really looking for more staff members at the moment.1 point
-
ACP -> Forums -> Forums -> Manage Forums -> Your Forum -> Edit (Pencil icon). Find this: Mark it as "yes". Then whenever someone marks their topic with a best answer, that little badge will show up. You close the topic manually after I believe.1 point
-
1 point
-
You need to go to ACP > SYSTEM SETTINGS > MAXXX SKIN > SETTINGS and change the width there.1 point
-
Give me a few to download the skin and I will report back.1 point
-
1 point
-
So if you would like to have some custom bbcode you should have good understandings of ip.board's framework. By this I mean that you have knowledge of the css styles and classes for styling content. For example: This is the general box for messages on the forum. You may notice it has the shoutbox announcement box. Well this is ip.board's standard message style. It's class is "message". Now let's say you want to use this in a post or topic to make it more alive. We can assign it to a bbcode. Start with ACP > Look & Feel > Post Content > BBcode Management You should be here Click "Add BBcode" Give your new BBcode a name. For this tutorial, we will name it "Message" which can be edited later on. Give your BBcode a description. This can be anything and it will show if you try to use the bbcode via. the special BBcode button in the editor. Give the BBcode a tag. For this tutorial, we will name it "Message". Skip Custom BBCode Aliases. Check No to Use Single Tag Only. Check No to Use Option in Tag?. Skip Option Regular Expression Filter. Check No to Option is Optional?. Check No to Switch option and content? and Prevent other codes parsing? Now here is when the styling will come in to the text used in the BBcode. In Custom BBCode Replacement put the following line of code: <span class="message">{content}</span> Skip OR PHP file to execute. Select your group permissions and where this BBcode is allowed to be used. Hit Add BBcode. Now you're done! Go test it out by replying to a topic which is in a forum that has the BBcode permission. If you followed this tutorial step by step then your example should look like: [message] Your Message In Here [/message]1 point