Recent content by Fearghal

  1. F

    Trying to restrict access to webpaged based on forum login? (MyBB)

    I only put in the code I got from here to test it... <p><?php $allowedgroups = array ( '4', '8' ); if ( in_array ( $mybb->user['usergroup'], $allowedgroups ) { // code here } else { die ( 'Uh oh, accessing stuff you\'re not supposed too. ;)' ); } ?></p>
  2. F

    Trying to restrict access to webpaged based on forum login? (MyBB)

    I get - Parse error: syntax error, unexpected '{' in /home/standard/public_html/test.php on line 57...
  3. F

    Trying to restrict access to webpaged based on forum login? (MyBB)

    Thanks for the reply, sadly that won't work for me as it would affect the layout of my site.
  4. F

    Trying to restrict access to webpaged based on forum login? (MyBB)

    Hi, I wonder if someone could help me out here... I have a standard website with no forums, just pages. I then have a forums subdomain where I run a MyBB board. Can anyone advise me on how I would go about restricting a page on the standard site, based on whether or not the user is logged into...
  5. F

    My new website! Astrovoid.com

    Ok thanks :) Yeah, I added the administrative login as my new high tech security mechanism :P
  6. F

    My new website! Astrovoid.com

    Hey guys, can you all have a look at my new site and give me some new ideas? Any suggestions welcome, and would appreciate some new tutorial ideas too :wink: You can view my site by clicking here. Thanks :)
  7. F

    site not showing

    Try this one last thing, when I was starting off I had a similar problem and I spent days looking for a solution. I finally realised the database user account did not have the privileges it needed... ensure the account has all privileges.. apart from that I don't know what else I can do :(
  8. F

    S.O.S!!!my domain doesn't work...could you help me please¿?

    You should be able to find out why from your hosting control panel, I cannot access that information for you.
  9. F

    site not showing

    Sorry - I don't think there is much else I can do from here. I don't have access to any of your account information. Have you tried DeadBattery's suggestion?
  10. F

    site not showing

    It will probably be in the main configuration file for your site. Look in the root dir of the software you are using, or in any "includes" folders too.
  11. F

    site not showing

    Go to the database config file and make sure the database information is correct. Copy the password from the config and reset the database users password to what you copied. Also! Remember when you are typing the database name and user that its in the following format...
  12. F

    S.O.S!!!my domain doesn't work...could you help me please¿?

    Basically all you have to do is make a homepage and name it "index" with an extenstion (html/ php etc). You can download templates online if you want http://www.freewebsitetemplates.com/
  13. F

    Site closed

    ... what do you mean?
  14. F

    my WEB SITE INACCESSIBLE

    Le site a été chargé parfaitement pour moi. Cependant, je vous suggère de réduire la quantité de graphiques, que ce sera de fuite de la bande passante. English: The site has been loaded perfectly for me. But I suggest you reduce the amount of graphics, it will leak bandwidth.
  15. F

    scottishartinwales.co.cc

    It's loading fine for me. I think it may be a connection problem on your end.
Top