[Rel/dev] Holo CMS: Bug report system Beta [Rel/dev]

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    Retired maritnmine is offline
    MemberRank
    May 2007 Join Date
    North KoreaLocation
    1,103Posts

    [Rel/dev] Holo CMS: Bug report system Beta [Rel/dev]

    Hello!
    This is my first release :D
    This PHP code, gets the data from the client when something has gone wrong, and you get redirrected to the fatal error site. (clientutils.php?key=error) The script saves two error logs. One with only time, script error type and username(logg.txt). The project is still flat file, but i am going to upgrade it to SQL werry soon ^^

    ####################################BUGGREPORTER V1.0####################################

    Example of clientutils.php after installing the bug reporter(non-english]:
    [code]
    <?php
    /*===================================================+
    || # HoloCMS - Website and Content Management System
    |+===================================================+
    || # Copyright
    Last edited by maritnmine; 14-08-08 at 04:21 PM. Reason: Released V1.1


  2. #2
    retired Andrew is offline
    MemberRank
    Jun 2008 Join Date
    985Posts

    Re: [Rel/dev] Holo CMS: Bug report system Beta [Rel/dev]

    1st post. NICE! D/Ling now

    ~ Andrew

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

    Re: [Rel/dev] Holo CMS: Bug report system Beta [Rel/dev]

    Thanks!

  4. #4
    Account Upgraded | Title Enabled! kimmah is offline
    MemberRank
    May 2007 Join Date
    NorwayLocation
    243Posts

    Re: [Rel/dev] Holo CMS: Bug report system Beta [Rel/dev]

    Great idea.

    10/10. This will be very useful =)

    Thank you!

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

    Re: [Rel/dev] Holo CMS: Bug report system Beta [Rel/dev]

    Does it work, I cant test right now.

    =\

  6. #6
    Retired maritnmine is offline
    MemberRank
    May 2007 Join Date
    North KoreaLocation
    1,103Posts

    Re: [Rel/dev] Holo CMS: Bug report system Beta [Rel/dev]

    I am searching for more data to get from the client, and upgrade it to SQL ^^

  7. #7
    Retired maritnmine is offline
    MemberRank
    May 2007 Join Date
    North KoreaLocation
    1,103Posts

    Re: [Rel/dev] Holo CMS: Bug report system Beta [Rel/dev]

    Btw, could someone help me with this PHP code? It does not work >.<

    Code:
    mysql_query("INSERT INTO client_reported_bugs (Time,User,Host,Errortype,Version,Build,OS,ClientDCR,MUS_errorcode,Client_process_list,Client_errors,Neterr_cast,Neterr_res,Client_uptime) VALUES ('".$frametime."','".$name."','".$host."','".$et."','".$vs."','".$bu."','".$os."','".$cv."','".$me."','".$cpl."','".$ce."','".$nc."','".$Client_uptime."')") or die(mysql_error());
    SQL database:
    Code:
    -- phpMyAdmin SQL Dump
    -- version 2.11.7
    -- http://www.phpmyadmin.net
    --
    -- Vert: localhost
    -- Generert den: 24. Jul, 2008 klokka 13:23 PM
    -- Tjenerversjon: 5.0.51
    -- PHP-Versjon: 5.2.6
    
    SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
    
    
    /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
    /*!40101 SET NAMES utf8 */;
    
    --
    -- Database: `mainframe`
    --
    
    -- --------------------------------------------------------
    
    --
    -- Tabellstruktur for tabell `client_reported_bugs`
    --
    
    CREATE TABLE IF NOT EXISTS `client_reported_bugs` (
      `Time` date NOT NULL,
      `User` text NOT NULL,
      `Host` text NOT NULL,
      `Errortype` text NOT NULL,
      `Version` text NOT NULL,
      `Build` text NOT NULL,
      `OS` text NOT NULL,
      `ClientDCR` text NOT NULL,
      `MUS_errorcode` text NOT NULL,
      `Client_process_list` text NOT NULL,
      `Client_errors` text NOT NULL,
      `Neterr_cast` text NOT NULL,
      `Neterr_res` text NOT NULL,
      `Client_uptime` text NOT NULL
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
    
    --
    -- Dataark for tabell `client_reported_bugs`
    --

  8. #8
    Member JaRoN is offline
    MemberRank
    Jul 2008 Join Date
    67Posts

    Re: [Rel/dev] Holo CMS: Bug report system Beta [Rel/dev]

    Nice.

  9. #9
    Account Upgraded | Title Enabled! Tubehotel-Sux is offline
    MemberRank
    Dec 2007 Join Date
    Singapore !Location
    276Posts

    Re: [Rel/dev] Holo CMS: Bug report system Beta [Rel/dev]

    Nice Release .

  10. #10
    Account Upgraded | Title Enabled! -Twilight is offline
    MemberRank
    Jun 2008 Join Date
    In a box ^^Location
    607Posts

    Re: [Rel/dev] Holo CMS: Bug report system Beta [Rel/dev]

    Yeha post some screeniew of it

    It looks amazing though 10/10

  11. #11
    Account Upgraded | Title Enabled! Unk is offline
    MemberRank
    Apr 2007 Join Date
    FloridaLocation
    882Posts

    Re: [Rel/dev] Holo CMS: Bug report system Beta [Rel/dev]

    Thanks, 10/10

    Unk

  12. #12
    Gamma RastaLulz is offline
    MemberRank
    Dec 2007 Join Date
    EarthLocation
    3,328Posts

    Re: [Rel/dev] Holo CMS: Bug report system Beta [Rel/dev]

    Very well done, thank you!

  13. #13
    Account Upgraded | Title Enabled! HabbyDeluxe is offline
    MemberRank
    Dec 2007 Join Date
    679Posts

    Re: [Rel/dev] Holo CMS: Bug report system Beta [Rel/dev]

    Good!

  14. #14
    retired Andrew is offline
    MemberRank
    Jun 2008 Join Date
    985Posts

    Re: [Rel/dev] Holo CMS: Bug report system Beta [Rel/dev]

    Dude, I have made an add-on based on this, it is sent the error to the database, then in housekeeping there is a list of errors that you can view & delete, etc.

    ~ Andrew

  15. #15
    Retired maritnmine is offline
    MemberRank
    May 2007 Join Date
    North KoreaLocation
    1,103Posts

    Re: [Rel/dev] Holo CMS: Bug report system Beta [Rel/dev]

    Ok, now i have released v1.1 ^^



Page 1 of 2 12 LastLast

Advertisement