Search results

  1. M

    From which Country?

    I am curious from which country do Members/webmasters/moderators etc. come from. I come from the Netherlands. Where do you come from??
  2. M

    Guest Section or No?

    You can add a section for only members. Members can then decide if the want to place there links there And not get submitted. Or in the guest section thats open for all guest. I think your members have more freedom in their movement on a site. Not members have also a choice to register, or...
  3. M

    Big File Mirror/Spreader List

    Thank you for this info ;)
  4. M

    The Pirate Bay-one year in prison and payment of a fine of 30 million

    This is real shit X-( The Pirate Bay is a Swedish website that indexes, stores and tracks BitTorrent (.torrent) files. It bills itself as "the world's largest BitTorrent tracker"[1] and is ranked as the 107th most popular website by Alexa Internet.[2] The website is primarily funded with...
  5. M

    weird symbols after importing databse on my new host

    als je een database overzet moet je utf8 colition hetzelfde zijn als van de oude host. Je maakt toch een nieuwe database aan? Dan geef je in myphpadmin de colition in hetzelfde als van je oude database. Als je dus 2 verschillende colition heb krijg je dus die rare tekens.
  6. M

    weird symbols after importing databse on my new host

    your doing something not right then. its realy have something to do with your utf8 i know becausse i had it once before. i solve that to instal a new database with the same utf8 colition from the old one. maybe you have to do that too if this not working for you.
  7. M

    weird symbols after importing databse on my new host

    have you refresh your page again?? so from your board?
  8. M

    weird symbols after importing databse on my new host

    update `phpbb_posts_text` set `post_text`=replace(`post_text`, 'é', 'é') WHERE instr(`post_text`,'é')>0; update `phpbb_topics` set `topic_title`=replace(`topic_title`,'é','é') WHERE instr( `topic_title` , 'é' ) >0; update `phpbb_posts_text` set `post_text`=replace(`post_text`...
  9. M

    weird symbols after importing databse on my new host

    Believe me something is wrong with the utf8 Place in sql this update `phpbb_posts_text` set `post_text`=replace(`post_text`, 'é', 'é') WHERE instr(`post_text`,'é')>0 update `phpbb_topics` set `topic_title`=replace(`topic_title`,'é','é') WHERE instr( `topic_title` , 'é' )...
  10. M

    weird symbols after importing databse on my new host

    look here, good luck http://www.atto.nl/utf8/
  11. M

    Reply modification mod

    This topic can be closed i have the mod and works perfect thanks for all help
  12. M

    Reply modification mod

    Hello WJunction I have a question hope there is someone that can help me. last time i was on a phpbb2 board where they removed replys in one second, no splitsen or merging, just one remove button and all replys where gone. All name from members that had made a reply come in one message...
Back
Top