Jump to content
MakeWebGames

Recommended Posts

Posted

This modification came to my mind, This one is very handy aswell.

As this one i've seen floating around shows the reports, Mine doesn't. ;)

SQL friendly aswell.

create file bugtracker.php

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

next run the sql

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Thankyou,

Oxidati0n.

Posted

Re: FREE Bug Tracker Mod

 

Isnt the idea to fix the problem then delete it as its no longer an unfixed bug :-o

Yeah but i kept it incase you want to show others that it's fixed and so they can now resume to using it.

  • 1 month later...
Posted

Re: FREE Bug Tracker Mod

v2 tell me if i am wrong

create file bugtracker.php

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

next run the sql

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

  • 3 weeks later...
Posted

Re: FREE Bug Tracker Mod

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

next run the sql

CREATE TABLE `bugtracker` (

`bt_id` INT( 11 ) NOT NULL auto_increment,

`bt_posted` VARCHAR( 255 ) NOT NULL,

`bt_from` INT( 11 ) NOT NULL,

`bt_description` LONGTEXT NOT NULL,

`bt_read` TINYINT( 2 ) NOT NULL,

`bt_replyfrom` INT( 11 ) NOT NULL,

`bt_reply_one` VARCHAR( 255 ) NOT NULL,

`bt_replytext` LONGTEXT NOT NULL,

`bt_urgency` VARCHAR( 255 ) NOT NULL,

`bt_iplogged` VARCHAR( 255 ) NOT NULL,

PRIMARY KEY (`bt_id`)

) TYPE=MYISAM ;

works for me on v2

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...