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 finished. There were 3 files that did not upload correctly.. Installation complete. Did you expect something more complicated? Add the following immediately after <head> tag in your site template: <link type="text/css" href="/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8"> <script type="text/javascript" src="/cometchat/cometchatjs.php" charset="utf-8"></script>
  2. If you want me to check it I will need an ftp login.. Also are you logged in you forum when installing the cometchat ? If not try that.. UPDATE: It may have to do with the way your free host handles the sub domains.. Didn't see that before... Also check with the host if you have all these requirements.. CometChat is a web-based application and as such has a few minimum requirements. To run CometChat, you need a web hosting provider that includes the following things: PHP version 4 or greater MySQL version 4 or MSSQL Server 2005 A pre-registered domain name 10 Megabytes of hard drive space PHP extensions: curl (required for some plugins) .
  3. When it rains it pours..
  4. Ok use ftp and edit file integration.php in cometchat folder. find require dirname(dirname(__FILE__)).'/conf_global.php'; change to require dirname(dirname(__FILE__)).'/forum/conf_global.php'; forum being your forum folder name .. Thanks Manipura..
  5. I will try and install it on my test server.
  6. This is the instructions.. Upload to public_html not to forums folder Are you entering the correct database name , user and password??
  7. That means your host has fixed his server. Add this code after <?php in the conf_global.php file by using ftp to edit it.. if (isset($_SERVER["HTTP_CF_CONNECTING_IP"])) { $_SERVER['REMOTE_ADDR'] = $_SERVER["HTTP_CF_CONNECTING_IP"]; $_SERVER['HTTP_X_FORWARDED_FOR'] = $_SERVER["HTTP_CF_CONNECTING_IP"]; }
  8. CloudFlare Support How do I restore original visitor IP with IPB (Invision Power Board)? To enable correct IP matching when running an Invision Power Board3 installation through CloudFlare, follow these directions: 1. Log into your IPB installation's ACP. 2. Go to System Settings. 3. Click Security and Privacy. 4. Scroll down to Security [General - High]. 5. Find the setting "Enable X_FORWARDED_FOR IP matching?" and select Yes. 6. Scroll down to the bottom of the page and click Update Settings.
  9. You don't delete your post. You post what HN did to fix it.
  10. Ok all is set. They furl are working and the alignment is as good as I can get it.. Added < br > after < /li >
  11. Use phpmyadmin to check the admin_login_logs table and your member table and see what the differences are in the ip_address for your member.. Some internet providers change your ip regularly.. Also did you start using cloudfare on your website? If they are different you can check your current ip at whatsmyip.com ..
  12. Great . So it must be an option to use the IPN number.. They must have put a callback to paypal in the newer versions..
  13. did you go to acp > Member Groups > Manage Member Groups > Guests > blog View Blogs Yes
  14. Are you using (SOS34) Group Color on User Links v1.3.2 ?? If not use that one..
  15. If it upgrades or sends the file as you wanted then good. But I believe it only sends the emails and does send the file or upgrade members.. Have you checked to see if the file was sent after payment or if member was upgraded automatically after payment?? That is what we said not that you and the member would not get an email..
  16. You would have to either have paypal send you messages when you receive payments and then upgrade or send files by marking the transactions as payed. So you would have to mark the item as may take up to 24hrs to complete..
  17. Not.. They will not be able to get the return from validation from paypal. So the member won't be upgraded.
  18. in the boardindex template find <h4 class='statistics_head'>{parse expression="sprintf( $this->lang->words['online_right_now'], $stats['TOTAL'] )"} {$this->lang->words['active_users']}</h4> change to this <!-- <h4 class='statistics_head'>{parse expression="sprintf( $this->lang->words['online_right_now'], $stats['TOTAL'] )"} {$this->lang->words['active_users']}</h4> --> BY the way you can remove the words invision power board in the skin by going to the system settings general and change this ield Community name
  19. Ok the problem is the css . Look for nexus css .nexusad { clear: both; padding: 10px; } you need to change it to .nexusad { clear: both; padding: 0; }
  20. What version of ipbtracker are you using? This error was fixed in version 2.10 If you have that version Look & Feel > Template Tools Rebuild Master Skin Data CLick all boxes on left and right and then click rebuild Then go to top and rebuild all skin cache.
  21. Is that image of advertisement space created by you or nexus. The easiest way would be to right click the image and download it to your computer and resize it until it is the correct size. Then upload it and overwrite the old image. If you have a link to that page maybe css can resize it for you.
  22. Others have had this problem but I can not find it.. Pm me a link..
  23. You take this code .reputationPositive { border-radius: 3px; padding: 0 5px; color: white; float: right; text-shadow: rgba(0,0,0,0.2) 0px -1px 0px; background: #8db13e url('{style_images_url}/highlight_faint.png') repeat-x 0 1px; } and place it in the very bottom of the ipb_styles.css for your skin..
×
×
  • Create New...