Search results

  1. Heaplink

    [SHOW] Cool Ribbons!

    Nice work! Like the textures on each. Though I think you could have fitted the text more on them, so they didn't look like they were hovering on them but overall really nice! Keep up the good work :) My favorite is the red, because that just fits with ribbons!
  2. Heaplink

    Some revcms problems I need help with...

    Give us the foreach() loop that the error is at. And if theres any variables used in the foreach loop (between the ( and ) not { }) give us those too if they are declared anywhere else than there.
  3. Heaplink

    You don't see the important, till it's gone.

    Don't be an ass, I feel sorry for you, I never wish this for anybody to happen in their life - but for some it just does and I feel sorry for them.
  4. Heaplink

    Eat my bear

    Eat my bear
  5. Heaplink

    Revolution Emulator [C#, R63B, Encryption Cracked, DAO, Fluent NHibernate, Lua Plugin, Mono]

    Does the project team have any name other than Revolution? So far, I have made this http://cl.ly/GqKM - It's still under tweaking.
  6. Heaplink

    Revolution Emulator [C#, R63B, Encryption Cracked, DAO, Fluent NHibernate, Lua Plugin, Mono]

    I look forward to this, by the way I was in making a logo for Revolution project so it will be there soon, perhaps also icons for the Emulator and the CMS will be made.
  7. Heaplink

    Hosting Mysql Data

    No don't turn the firewall off, just open the Firewall for the MySQL port you have chosen. And again: Don't freaking use 3306!!!!!!
  8. Heaplink

    Hosting Mysql Data

    First of all, that is the the stupidest idea I have ever heard — but it is not impossible. First you need to install MySQL on the server you wan't to keep the database on (if you wan't phpmyadmin, you have to install PHP too - apache is really too heavy, so install them separately) Now...
  9. Heaplink

    It was a dark night, I was outside playing with myself (NOT LIKE THAT STOP IT) and Chuck Norris...

    It was a dark night, I was outside playing with myself (NOT LIKE THAT STOP IT) and Chuck Norris just came home from another super attack power arena battle against Iron Man, where he won. But he lost his keys and phone when he got hit by Hulks massive smash. So when he came home to make me a...
  10. Heaplink

    Have you ever been in a situation that Chuck Norris lost his life once he lost his keys and his...

    Have you ever been in a situation that Chuck Norris lost his life once he lost his keys and his phone while he was in the kitchen to make me a sandwich?
  11. Heaplink

    PHP Class Help

    Yeah Kryptos is right, the last slash must be it. The pelican var is not throwing null in the die, so it must be the last one.
  12. Heaplink

    PHP Class Help

    The error is not thrown at the admin check, since you don't make an else there. It's thrown in the last if else check.
  13. Heaplink

    PHP Class Help

    YOu should know where the script executes from when you enter the address. Look in your .htaccess and see if you see any redirects.
  14. Heaplink

    PHP Class Help

    The admin/index.php is not a TPL, this is what might cause the error if you have set up the rank.
  15. Heaplink

    PHP Class Help

    Make sure the index file is located in the right place, and it the .tpl extension.
  16. Heaplink

    PHP Class Help

    What errors does it throw?
  17. Heaplink

    How to connect to my MySQL server on my VPS from my computer?

    It's is not a minor but a major security threat, since everyone have access to your server through mysql, and your database contain information, that you can modify, delete, add or worse. Therefore, if you're going to open the port, make sure your username for mysql is not default (root) and is...
  18. Heaplink

    How to connect to my MySQL server on my VPS from my computer?

    Because of security. Any time you open a port (depends how, but mostly) it will be open to both ways, incoming (client to server) and outgoing (server to client). This means people can go through that port and have a connection to that software that uses that port. And since MySQL is software...
  19. Heaplink

    How to connect to my MySQL server on my VPS from my computer?

    Follow these steps: http://richbui.com/2009/03/06/how-to-enable-remote-access-to-mysql-server-on-windows-server/ Normally you should NEVER, and I mean NEVER forward port 3306 - but since you really want remote connection, you'll have to open this for incoming and outgoing connections as...
Top