Recent content by Zeus

  1. Zeus

    [DEV] SellIt [PHP / MySQLi]

    Going to be released within the next 1 - 2 weeks. Also, i've took the decision to discontinue this project after it's released. The file system is easy to use and extremely easy to edit too. There's not much to expand on as i've literally done everything I can for this.
  2. Zeus

    r63b questions

    HL is ButterStorm facepalm.jpg
  3. Zeus

    r63b questions

    "r63b" is a term tossed around by people who don't know what they're on about. Anyway, if you want to make an updated hotel, use HL/ButterStorm and fix it up alotttt. Or wait for RevEMU, your choice.
  4. Zeus

    [DEV] SellIt [PHP / MySQLi]

    Thanks, hehe. Re-coded the User Dashboard today, it displays a list of the users services on it and also coded the 'Purchase' page. I've decided to go ahed and re-code the entire admin dashboard and integrate RainTPL into that too as it's extremely hard to edit at the moment and is really...
  5. Zeus

    [DEV] SellIt [PHP / MySQLi]

    No it's not actually like that, it's just DevBest which fucks it up, I don't know why. But anyway i've re-coded all of the register :p <?php require_once "global.php"; define('regSelected', true); if($users->LoggedIn()) { header('Location: dashboard'); }...
  6. Zeus

    [DEV] SellIt [PHP / MySQLi]

    Okay, so recoded the register page, and begun the dash page, also added a few more tables into the database called products, this is where the products will be kept, so you can add new ones and also user_products where the user_id and product_id depend on whether that user has that particular...
  7. Zeus

    [DEV] SellIt [PHP / MySQLi]

    I finally figured out why my sessions weren't working, it was because I wasn't using session_start(), so now instead of cookies, logging in is handled by the $_SESSION variables. Register page is done but in-efficient, i'll either recode it before Version 1 BETA or re-code it after the beta...
  8. Zeus

    [DEV] SellIt [PHP / MySQLi]

    I took alot of structuring from LightCMS to be completely honest, although all the classes are by me :D Thanks Notak :] Also, if anyone can figure out why my if(isset($_POST['var']) codes aren't working i'd be grateful: <?php require_once "global.php"; define('regSelected', true)...
  9. Zeus

    [DEV] SellIt [PHP / MySQLi]

    Lots and lots of updates! Okay, so the updates today are visual updates, i've begun the theme and finished the index, working on getting the isset($_POST['var']) to work on the register page (i'm not sure why it wont work....) but here's what it looks like. Oh! and I decided to implement...
  10. Zeus

    [DEV] SellIt [PHP / MySQLi]

    Thanks :)
  11. Zeus

    [DEV] SellIt [PHP / MySQLi]

    Cheers. RainTPL has been implemented and it works perfectly. Also begun a template class which just contains a simple execute() function which will execute all the basic params. Might write up the documentation.txt before I go to the restaurant for some tea.
  12. Zeus

    [DEV] SellIt [PHP / MySQLi]

    Dashboard core has been started, just simply uses a GET system to include the files, if no files are found, it goes to 404.php <?php // o-------------------------------------------------------o // | This is the core for the dashboard, it controlls | // | and makes sure the dashboard works...
  13. Zeus

    [DEV] SellIt [PHP / MySQLi]

    You are correct :D
  14. Zeus

    [DEV] SellIt [PHP / MySQLi]

    If you actually look at it, you'll see it's a class and has functions.
  15. Zeus

    [DEV] SellIt [PHP / MySQLi]

    DevourCMS had extremely bad practices and it was really slow. I decided to discontinue it in the end, but this will be finished :)
Top