Search results

  1. I

    Request Logo

    Sorry; Font: New Habbo Style: Idk Colours: Generic Yellow Dimensions: 200x60px Cheers
  2. I

    Request Logo

    Hello, Can someone please make me a logo saying "Smash" Cheers.
  3. I

    Service Retro Banners & Logo's

    Hello, Can I please have the 7th one (The Beach one) Saying "Smash" and the motto as: 24/7 ~ No Lag ~ Hiring ~ Great Economy
  4. I

    PHP Code not working

    It works :) Thanks Sledmore :D
  5. I

    PHP Code not working

    So should I set; $rank = print({rank}) ??? then use $rank for my if statement
  6. I

    PHP Code not working

    Hello, I have this code: <?PHP $rank = {rank}; if($rank="15") {echo "<li><a href='delnews'>Delete News</a></li>";} ?> But it just doesn't load the page? can anyone tell me what the problem is and supply me with the correct code.
  7. I

    New News Comment System for RevCMS

    Hello, On my current skin it has the FB comment system, can anyone link me to the newer one that has newscomment.php news2.php etc. and shows up on the news stories? Cheers.
  8. I

    R.I.P.D

    I'll be watching it too...
  9. I

    Bing vs Google vs Yahoo

    Results are much more accurate on google.
  10. I

    Best ways to learn html, css etc

    I still rely mainly on W3Schools with reference to other tutorials if i need further clarification...
  11. I

    Best ways to learn html, css etc

    Never heard of MDN, I learnt to code: HTML CSS PHP with W3schools, I'm still learning advanced PHP, but good at the rest,
  12. I

    Best ways to learn html, css etc

    W3Schools provides a base-line Tutorial for most languages, if not all. It may not go into much depth, but it's good for starting out.
  13. I

    Best ways to learn html, css etc

    Definitely use w3schools.com Then I suggest coding a few test sites... and playing around that way
  14. I

    [RevCMS] Site not working properly

    Still not working, we've tried multiple themes. Same happens with them all. I know it's to do with URL rewriting, but am I meant to put any rules in the URL Rewrite 2.0 tool in IIS? If so, please tell me what ones.
  15. I

    Conversations?

    Hello, For some reason, I can't create any conversations..... Can anyone help?
  16. I

    Revcms clicking on usernames?

    In your staff page code, the echo bit. Wrap the username display with: <a href="{URL}/home/{$users['username']}">
  17. I

    [RevCMS] Site not working properly

    I think it might be our Web.config. As: rule name="Imported Rule 1"> <match url="^(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 2"> <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action...
  18. I

    [RevCMS] Site not working properly

    Hello, I have installed RevCMS, and I have the following web.config: <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="Imported Rule 1"> <match url="^(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url={R:1}"...
  19. I

    [PHP] Another question!

    hehehe sorry I'm not very good at this, I edited it slightly to; echo 'You are banned.<br /><br><br /><strong>Reason:</strong> ( . $bannedr["reason"])<br> <strong>Banned By:</strong>' . $bannedr["banner"]; But now the reason isn't working. Any ideas?
  20. I

    [PHP] Another question!

    Hello, M0nsta recently answered my question about a ban problem with my PHP login system. I'm wondering, how would I echo the ban reason, it's in the 'bans' table under the column name 'reason' . Can anyone help?
Top