Jump to content

Jrock

Retired Staff
  • Posts

    612
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by Jrock

  1. Jrock

    DMCA notice!

    If Google sent it to you, and you don't remove the content, all they're going to do is remove your site from appearing in search results. That's all you have to worry about.
  2. This is a tutorial that explains how you can modify files within your IPB installation to use Minotar's API to use minecraft heads as avatars, based on your members' display names. Open Up /admin/sources/base/ipsMember.php Search for: //----------------------------------------- // Normal //-----------------------------------------Below that, you will find an else statement. Replace the entire else statement with the code below: else { $member['pp_main_photo'] = 'https://minotar.net/avatar/' . $member['members_display_name'] .'/100'; $member['pp_thumb_photo'] = 'https://minotar.net/avatar/' . $member['members_display_name'] .'/100'; $member['pp_small_photo'] = 'https://minotar.net/avatar/' . $member['members_display_name'] .'/100'; $member['pp_mini_photo'] = 'https://minotar.net/avatar/' . $member['members_display_name'] .'/100'; }Save/overwrite the file and you should be good! This method is only guaranteed to work with IPB 3.3.x and above. It has not been tested on 3.2.x
  3. People have always told me I think with the wrong head..
  4. If you must have a few subforums, make sure that they are absolutely necessary. Can you combine some of them? My site only has two subforums. Why? Because it's all we need. And they're used often. Keep it simple. People are more impressed with a forum that is used rather than a wall of forums on your screen.
  5. I wonder how many people know Channing Tatum likes guys too...
  6. Topic has been moved to proper forum.
  7. The ones that don't use their teeth. I kid.. It really depends. I believe that the eyes are the windows to your soul and someone needs to give off an honest and good vibe. But at the same time a certain mystique is nice. Someone that's fun to be around, yet mature and who doesn't plan on getting wasted this weekend or something. Someone who has aspirations for their life and goals to meet. As far as physical features: someone that's around my height, usually darker hair, brown eyes are nice, a sense of style, and a good scent (I'm a sucker for armani, polo, and nautica ).
  8. Ah. In your system settings you most likely have the uploads path misconfigured. Change that under General Configuration and let me know if it works
  9. One thing at a time. You need to make sure your directory for photos is globally writable Click more info and it should tell you what directory you need to chmod to 777 (Linux/cPanel). You can change permissions of a folder using FTP, a web based file manager provided by your host, or via ssh. Let me know if you're still confuzzled.
  10. Topic Locked due to flaming. The offending posts have been removed, however we are taking precaution and locking this topic to prevent any further hostile instances.
  11. I was under the impression you were using the beta release. Disregard what I mentioned before. You should be able to upgrade just fine. Follow the guide I gave you in your previous post and it should work for you.
  12. If you're looking to just remove the license key missing page, just take a look here:
  13. Just to wrap up what you said, I want everyone to know that the naming process for an already large and growing community can be a cumbersome task. We wanted a name that reflected not just what we offered, but something that had character to it, which is created by the community as a whole. Ask not what the community can do for you, but ask what you can do for the community. In the end, I believe we went the right direction and we hope the rest of you feel the same as we do.
  14. Do you have the sql file for the entire database? If you do, just import it via phpMyAdmin into the empty database of the new forum, and copy the old files over to the new webhosting space.
  15. DMCA is an Act that originated in the US. However, some other countries still honor DMCA Takedown Notices.
  16. Just to provide some more information, you might find this page useful: http://www.intodns.com/lcresponders.com
  17. Topic title changed to something more descriptive.
  18. Jrock

    Hello this is weird

    A fresh start isn't always a bad thing
  19. I have to say that was a good video, the first one.
  20. Another vote from Google Adsense. But last I heard, they don't allow warez sites. Just a heads up in case that's what you have. Otherwise you should be fine.
  21. You need to do it in the sql database. Use phpMyAdmin or something similar, find your language table and set the protected row from 1 to 0.
  22. H24 doesn't usually allow you to run nulled scripts after they find out about it. However, getting a hold of them and telling them that someone is using a nulled script seems to be near impossible these days.
×
×
  • Create New...