Search results

  1. DaLightz

    Show DevBest [Release] CookieFramework- As basic as it gets. [Release]

    Basicly you can claim it as yours. (if you change anything that is.) This is just a base for people to work off of.
  2. DaLightz

    Show DevBest [Release] CookieFramework- As basic as it gets. [Release]

    CookieFramework -By CookieMonsta Introduction- CookieFramework was a project I started earlier today because I was simple board. It's as basic as can be, so don't expect the work of god. Features- Basic MySQL connector. Basic Config. Basic page storing. Bootstrap theme as default. /file...
  3. DaLightz

    Proxy server?

    HideMyAss
  4. DaLightz

    [REL] LightCMS 2 [MySQLi, PHP, OOP, Scratch, Phx, Bfly]

    You don't have to edit Nything. Just download, and use.
  5. DaLightz

    [REL] LightCMS 2 [MySQLi, PHP, OOP, Scratch, Phx, Bfly]

    MySQLi is only an improve on MySQL. You can use it with xamp, because it has nothing to do with the server. It's the version of php your using. Make sure you have the most recent version of xampp also.
  6. DaLightz

    Code Indentation

    I'm also trying out Aptana Studio 3. Seems like it auto indents with the second var with it. So like, if I was typing $lol = ' it would make that extra ';
  7. DaLightz

    [Development] HybridCMS- Secure, fast, lightweight. [R63+/OOP/PHP]

    I started it over because it seemed like things were getting hot. Once again. Atleast this time, people can keep up with what I do. On the Gity.
  8. DaLightz

    [PHP] Putting commas in numbers

    Nice. Never even knew that was a PHP function.
  9. DaLightz

    Code Indentation

    What software has an auto indent feature though?
  10. DaLightz

    [REL] SuperCMS [REL]

    J.s, you forgot to include enviroment.php
  11. DaLightz

    [Development] HybridCMS- Secure, fast, lightweight. [R63+/OOP/PHP]

    Oh. CookieMS -> Released but broken. WambaPHP -> Released as a developer preview, later on continued by Weytin. Yeah. I never finished anything.
  12. DaLightz

    [Development] HybridCMS- Secure, fast, lightweight. [R63+/OOP/PHP]

    Going to rewrite some things now.Development has been restarted from scratch! I figured it's better to start fresh, from scratch rather then using Blowfis Framework. Here is the current git: https://github.com/TheCookieMonsta/HybridCMS_BetaNew stuff done. Scratch. <?php...
  13. DaLightz

    [PHP] How to load pages through "index.php".

    Put this in your htaaccess! Instead of going to: http://lol.com/index.php?page=LOL You can do: http://lol.com/LOL Here: RewriteEngine On RewriteRule ^(|/)$ index.php?page=$1 RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?page=$1
  14. DaLightz

    [RevCMS]PurityASE

    Nicely done. Simple and neat.
  15. DaLightz

    [Development] HybridCMS- Secure, fast, lightweight. [R63+/OOP/PHP]

    Just created a git. Can't upload cms atm, I'm going to my dad's. https://github.com/TheCookieMonsta
  16. DaLightz

    [Development] HybridCMS- Secure, fast, lightweight. [R63+/OOP/PHP]

    Lol. I think I'm going to get that github up. Just so noone starts to say this is a rip. Because Weytin is already thinking it is. I took that rand from uber. Which is really not ripping anything..
  17. DaLightz

    [Development] HybridCMS- Secure, fast, lightweight. [R63+/OOP/PHP]

    You honestly think this is ripped from rev? Like garett said once. A php script is like a formula. You will see lot's of similarities.
  18. DaLightz

    how to be a gator hunter

    It's about time I've seen an american gator hunter. That England guy was rubbish!
  19. DaLightz

    [Development] HybridCMS- Secure, fast, lightweight. [R63+/OOP/PHP]

    Register forms stored @ Application>Library>Classes>Class.Users.php [just a snip of code.] public function RegisterUser($username, $password, $email, $motto, $credits, $pixels, $rank, $figure, $gender) { // Note: I didn't add the Butterfly config yet. I'll change this...
Top