Illumina CMS [PHP, OOP, Phoenix/Butterfly, Updated]

Page 3 of 26 FirstFirst 123456789101113 ... LastLast
Results 31 to 45 of 376
  1. #31
    Alpha Member Moogly is offline
    MemberRank
    Feb 2008 Join Date
    Pool LidoLocation
    2,322Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Quote Originally Posted by Makarov View Post
    Read his first paragraph.



    At this day in age, the primary difference with mysql and mysqli is safe parameter'd queries. There's no reason to use mysqli if you aren't actually using any parameter statements. It's a waste of time...
    I can't believe I have to school you in your own language, what does that say about you as a developer? You don't know what you're talking about. The primary feature of MySQLi over MySQL is Object Oriented design, it's not all about prepared statements (not "parameter statements", named parameters is another acceptable term, but you're just making up words at this point). I believe the very first sentence in the thread says:

    Quote Originally Posted by Jonteh View Post
    I started LightCMS/Illumina from scratch ages ago
    On that basis Jonty still made a better CMS from scratch based on user usability. As joopie said (#TeamRev) none of what you said has anything to do with what I pointed out. Maybe if you spend more time trying to be literate and less time trying to sound like you know what you're talking about (even though we all know you're just spouting garbage) you'd actually learn something?

  2. #32
    Ultra Light Beam Makarov is offline
    MemberRank
    Apr 2010 Join Date
    GothamLocation
    3,622Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Uber3 is in the thread title.. Look who's illiterate now...

  3. #33
    Account Upgraded | Title Enabled! tomsandz is offline
    MemberRank
    Nov 2012 Join Date
    EnglandLocation
    272Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Looking good. Any advice on setting up the paypal ipn?
    Last edited by tomsandz; 18-03-13 at 02:46 AM.

  4. #34
    :joy: Jonteh is offline
    MemberRank
    Apr 2007 Join Date
    New York, USALocation
    3,375Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Quote Originally Posted by Makarov View Post
    Uber3 is in the thread title.. Look who's illiterate now...
    This CMS is from scratch. Go back under your bridge.

    Also, if you want a CMS coded to your "own standards" then make your own.. simple enough

    Quote Originally Posted by tomsandz View Post
    Unknown column 'points' in 'field list'?
    Add the column points int(11) to your users table

  5. #35
    Account Upgraded | Title Enabled! tomsandz is offline
    MemberRank
    Nov 2012 Join Date
    EnglandLocation
    272Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    How to fix the password hashing from sha1 to md5?

  6. #36
    R.I.P Millercent FatalLulz is offline
    MemberRank
    Nov 2012 Join Date
    AustraliaLocation
    2,248Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    I get this when on the /profile page.

    LightCMS MySQLi Engine Error
    Unknown column 'block_trade' in 'field list'
    Any help?

    Also where I do I change the colour for the top? Instead of being blue :)
    Last edited by FatalLulz; 18-03-13 at 07:08 AM.

  7. #37
    Zephyr Studios PRIZM is offline
    MemberRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Quote Originally Posted by FatalLulz View Post
    I get this when on the /profile page.



    Any help?

    Also where I do I change the colour for the top? Instead of being blue :)
    Do you mean the header?

  8. #38
    R.I.P Millercent FatalLulz is offline
    MemberRank
    Nov 2012 Join Date
    AustraliaLocation
    2,248Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Do you mean the header?
    Yes..

  9. #39
    :joy: Jonteh is offline
    MemberRank
    Apr 2007 Join Date
    New York, USALocation
    3,375Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Quote Originally Posted by FatalLulz View Post
    Yes..
    It's in the /images/web-gallery web-build in a CSS file.

  10. #40
    R.I.P Millercent FatalLulz is offline
    MemberRank
    Nov 2012 Join Date
    AustraliaLocation
    2,248Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    It's in the /images/web-gallery web-build in a CSS file.
    Cheers and would you know how to fix the other error?

  11. #41
    Im Back! PythoneX12 is offline
    MemberRank
    Sep 2010 Join Date
    634Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Nice job Jonteh, Funny thing is, I completed groups for it already :) Thanks<3

  12. #42
    Enthusiast HabHost is offline
    MemberRank
    Nov 2012 Join Date
    38Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Can you give me the download link for the CMS?
    Thanks.

  13. #43
    Alpha Member Emily is offline
    MemberRank
    Oct 2012 Join Date
    The NetherlandsLocation
    2,408Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    To be honest I think Makarov is jealous.

    To argue about this CMS is bad, it's a really good CMS and I must admit that.
    This helps anybody and another reason to use MySQLi over MySQL is that MySQL is old and MySQLi is better.

  14. #44
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,773Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Quote Originally Posted by Tha View Post
    To be honest I think Makarov is jealous.

    To argue about this CMS is bad, it's a really good CMS and I must admit that.
    This helps anybody and another reason to use MySQLi over MySQL is that MySQL is old and MySQLi is better.
    True with that. But for example this:

    PHP Code:
    public function addUser($username$passwordHash$email$rank$figure$sex$motto$homeroom) {
       global 
    $db$core;
       if(
    $this->stmt $db->prepare("INSERT INTO users (username,password,mail,auth_ticket,rank,look,gender,motto,home_room,credits,activity_points,last_online,account_created,ip_last,ip_reg) VALUES ('" $username "','" $passwordHash "','" $email "','','" $rank "','" $figure "','" $sex "', '" $motto "', '" $homeroom "','15000','1000','','" date('d-M-Y') . "', '".$_SERVER['REMOTE_ADDR']."', '".$_SERVER['REMOTE_ADDR']."')")) {
        
    $this->stmt->execute();
        
    $this->stmt->close();
       }
       else {
        
    $db->databaseError($db->error);
       }
      } 
    Is the worse example I've seen, it's not bad but he could better use parameters for that.
    Would even look better to lol.

    PHP Code:
      public function addUser($username$passwordHash$email$rank$figure$sex$motto$homeroom) {
       global 
    $db$core;
       
       
    $stmt $db->stmt_init();
       
       if (!
    $stmt->prepare("INSERT INTO users (username,password,mail,auth_ticket,rank,look,gender,motto,home_room,credits,activity_points,last_online,account_created,ip_last,ip_reg) VALUES (?,?,?,?,?,?,?,?,','15000','1000','',?,?,?,?)"))
       {
        
    $db->databaseError($stmt->error);
        return;
       }
       
       
    this->stmt->bind_param('sssisssisss'$username$passwordHash$email$rank$figure$sex$motto$homeroomdate('d-M-Y'), $_SERVER['REMOTE_ADDR'], $_SERVER['REMOTE_ADDR']);
       
       if (!
    $stmt->execute())
       {
        
    $db->databaseError($stmt->error);
        return;
       }
       
       
    $stmt->close();
      } 
    But yhee, I think that's just me :c

  15. #45
    Alpha Member Emily is offline
    MemberRank
    Oct 2012 Join Date
    The NetherlandsLocation
    2,408Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Quote Originally Posted by joopie View Post
    True with that. But for example this:

    PHP Code:
    public function addUser($username$passwordHash$email$rank$figure$sex$motto$homeroom) {
       global 
    $db$core;
       if(
    $this->stmt $db->prepare("INSERT INTO users (username,password,mail,auth_ticket,rank,look,gender,motto,home_room,credits,activity_points,last_online,account_created,ip_last,ip_reg) VALUES ('" $username "','" $passwordHash "','" $email "','','" $rank "','" $figure "','" $sex "', '" $motto "', '" $homeroom "','15000','1000','','" date('d-M-Y') . "', '".$_SERVER['REMOTE_ADDR']."', '".$_SERVER['REMOTE_ADDR']."')")) {
        
    $this->stmt->execute();
        
    $this->stmt->close();
       }
       else {
        
    $db->databaseError($db->error);
       }
      } 
    Is the worse example I've seen, it's not bad but he could better use parameters for that.
    Would even look better to lol.

    PHP Code:
      public function addUser($username$passwordHash$email$rank$figure$sex$motto$homeroom) {
       global 
    $db$core;
       
       
    $stmt $db->stmt_init();
       
       if (!
    $stmt->prepare("INSERT INTO users (username,password,mail,auth_ticket,rank,look,gender,motto,home_room,credits,activity_points,last_online,account_created,ip_last,ip_reg) VALUES (?,?,?,?,?,?,?,?,','15000','1000','',?,?,?,?)"))
       {
        
    $db->databaseError($stmt->error);
        return;
       }
       
       
    this->stmt->bind_param('sssisssisss'$username$passwordHash$email$rank$figure$sex$motto$homeroomdate('d-M-Y'), $_SERVER['REMOTE_ADDR'], $_SERVER['REMOTE_ADDR']);
       
       if (!
    $stmt->execute())
       {
        
    $db->databaseError($stmt->error);
        return;
       }
       
       
    $stmt->close();
      } 
    But yhee, I think that's just me :c
    Making parameterized queries, in C#, Java, PHP and EVERY OTHER coding language is much better..
    It makes the code much more structural and readable.
    No, It's not just you.

    And, why not point on global in function ;x :P (just kidding)



Advertisement