Jump to content
  • Sign Up

Lock Down

Rising Star
  • Posts

    1,035
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by Lock Down

  1. Ok sounds like your ftp program uploaded some of the files as ascii(text) when they should have been uploaded as binary. Delete the nexus files and upload the nexus files again and make sure your ftp program is set to binary upload. You can also use file manager in the cpanel. This usually does a good job recognizing the binary files.
  2. You can contact whichever blacklist you are on and ask them why. Then fix it and ask them to remove your domain. http://www.blacklistalert.org Looks like it is the ip you are on. Tell your host to change your ip..
  3. This is what I get with it placed here in userinfopane <if test="postCount:|:$author['member_id']"> <li class='post_count desc lighter'> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']} </li> </if> <if test="authorwarn:|:$author['show_warn']"> <li> <if test="hasWarningId:|:$options['wl_id']"> <img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' /> </if> <a class='desc lighter blend_links' href='{parse url="app=members&amp;module=profile&amp;section=warnings&amp;member={$author['member_id']}&amp;from_app={$this->request['app']}&amp;from_id1={$contentid}&amp;from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a> </li> </if> <li class="pairsJustified">Reputation: <span class="fc reputationPositive">{parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</span> </li> </ul>
  4. try changing it to this <li class="pairsJustified">Reputation: <span class="fc reputationPositive">{parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</span></li>
  5. Happens a lot. Bad programming so you can use ftp and edit the initdata.php file changing this //-------------------------------------------------------------------------- // ADVANCED CONFIGURATION: ERROR REPORTING //-------------------------------------------------------------------------- error_reporting( E_STRICT | E_ERROR | E_WARNING | E_PARSE | E_RECOVERABLE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_USER_WARNING ); to this //-------------------------------------------------------------------------- // ADVANCED CONFIGURATION: ERROR REPORTING //-------------------------------------------------------------------------- error_reporting( E_STRICT | E_ERROR | E_PARSE | E_RECOVERABLE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_USER_WARNING );
  6. Usually means you have changed the boardindex template or global template with bad code. Could be cause by a hook. So start diabling hooks until it shows again.
  7. You didn't say what you need? vps or shared? Price? How many users online at once? How big is database?
  8. Definitely sounds like it. Place a ticket with your host and explain to them that the same exact code works on your other site.
  9. The only permission were to who could see the sidebar hook.. But you are welcome..
  10. Their guide says this: So did you change that configuration file I guess in web developer at google. Do you get these errors using all browsers? Try IE, chrome and firefox and see if you get these errors. Try using this to see if it finds errors on your website. http://htmlhelp.com/tools/validator/
  11. Did you install and test it on your test forums? Did it work there?
  12. You choose a name for google to verify. Is this the verification method you chose? If not use this one. Upload an HTML file with the name you specify to your server. To use this method, you must be able to upload new files to your server. https://support.google.com/webmasters/answer/35179?hl=en
  13. Did you read this under the line for google analytics??? Are you using the asynchronous code?? If not that may be your problem..
  14. uportal, ip.portal and ip.content could all recreate that. In the older versions of ipbwilki it could easily interface the IPB forums and get the data for you. So you could take some time and try that. Otherwise you would have to write a php that would interface with IPB and call the stats function.
  15. Easiest way would be to use a portal or content. If you don't want to do that and have no programming experience try using
  16. If you do not have nulled anywhere on the board there is no obvious way for them to know. Of course someone can claim it is nulled and the host can check with IPS.
  17. because it uses a reverse proxy ..Here is their answer on how to get the real ip address.. So they are saying.... Open the the downloaded file incapsula.php and add the contents of that file to the top of the index.php file in your forum folder. Use ftp or file_manager to edit the index.php file..
  18. Since you don't have the skin online at your site I tried it with the ch ffblack skin and it worked. I found it like this .desc, .desc.blend_links a,p.posted_info{font-size:11px;color:blue}.desc.lighter, .desc.lighter.blend_links a{color:#646464}
  19. Do you mean only on the board index or do you want all the red in the skin to white?? try css ipb_styles.css find .desc, .desc.blend_links a, p.posted_info { and .desc.lighter, .desc.lighter.blend_links a { find the color: and make the color what you want.
  20. Change what ?? The titles ? Descriptions ?? The way google displays it?? In acp under forums for titles and descriptions just click the forum name. Otherwise read this https://support.google.com/webmasters/answer/35624?hl=en
  21. Make sure that a sitemap.xml is created in your root path. Did you sign in as a webmaster at google for your site and tell google to get it???
  22. Create a new member and put them in member group. Sign as that member. You will see they can not see any IP addresses. Are you are saying you do not want moderators or super moderators to see ip addresses ??
×
×
  • Create New...