Jump to content




ComputerCraft YouTube! [v3.2] - Register/Login Feature/Mailing system!


  • This topic is locked This topic is locked
185 replies to this topic

#61 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 16 February 2013 - 06:34 AM

 TheOriginalBIT, on 16 February 2013 - 03:27 AM, said:

 remiX, on 16 February 2013 - 03:25 AM, said:

Might change the whole layout of the GUI and how it works
Is there a reason for this? I don't mind your gui.

I think it's boring and dull. How are the buttons for CCTube? (PS release it already! xD)

 NeptunasLT, on 16 February 2013 - 06:06 AM, said:

Let's Send One :)/>

What?

#62 Goof

  • Members
  • 751 posts

Posted 16 February 2013 - 10:32 AM

**Bug Report**

When loading the Website Gallery, everytimes i click on "Open" it throws this error:

ccYouTube:334: attempt to concatenate string and nil

...

in my opinion you should make a security, that sends the error report to your mail, or something, so we dont have to post it all.

and PS.. why is the version 1.2, when i updated? didnt you say that v 2.0 was released?

Thanks :D

#63 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 16 February 2013 - 11:14 AM

 Mikk809h, on 16 February 2013 - 10:32 AM, said:

**Bug Report**

When loading the Website Gallery, everytimes i click on "Open" it throws this error:

ccYouTube:334: attempt to concatenate string and nil

...

in my opinion you should make a security, that sends the error report to your mail, or something, so we dont have to post it all.

and PS.. why is the version 1.2, when i updated? didnt you say that v 2.0 was released?

Thanks :D

Spoiler

No I said v2.0 coming soon. :P

What exactly is on line 334 of your ccYouTube file?

I'm busy updating a lot at the moment. v2.0 should be up by mon-tuesday at least

#64 Goof

  • Members
  • 751 posts

Posted 16 February 2013 - 11:58 AM

oh xD derp. i thaught that it was updated to 2.0 right now... but here is my code:

Pastebin

i added a comment in the function..

here is a little part of it:
	
	local function info(t) -- in this function.
		drawBG(t.title .. " - " .. t.code, false, "Download", colours.lightGrey) -- line 334.
		term.setCursorPos(4, 3)
		colorW(colours.grey, "		 File: ", colours.red, t.title)
		term.setCursorPos(4, 4)
		colorW(colours.grey, "		 User: ", colours.red, t.user)
		term.setCursorPos(4, 5)
		colorW(colours.grey, "Pastebin Code: ", colours.red, t.code)
		term.setCursorPos(4, 6)
		colorW(colours.grey, "	   Posted: ", colours.blue, t.postDate)
		term.setCursorPos(4, 8)
		colorW(colours.grey, " Description: ")

Thanks :D

Error : ccYouTube:334: attempt to concatenate string and nil

#65 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 16 February 2013 - 01:23 PM

 remiX, on 16 February 2013 - 06:34 AM, said:

I think it's boring and dull. How are the buttons for CCTube?
I didn't mine it.... what do you mean how are the buttons? Take a look at the screenshots.

#66 NeverCast

  • Members
  • 400 posts
  • LocationChristchurch, New Zealand

Posted 16 February 2013 - 07:04 PM

The GUI in CCTube is beautiful and amazing :D
But that happens when TheOriginalBit and I built a 1300 line Window/Controls API for it :D

#67 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 16 February 2013 - 07:05 PM

 NeverCast, on 16 February 2013 - 07:04 PM, said:

But that happens when TheOriginalBit and I built a 1300 line Window/Controls API for it :D
Is that really what our line count is up to for that API? wow. lol.

#68 NeverCast

  • Members
  • 400 posts
  • LocationChristchurch, New Zealand

Posted 16 February 2013 - 07:06 PM

Ahh it was, It's about 1150 now as I cleared some shit.
But it's still 40,327 characters :D

#69 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 16 February 2013 - 07:10 PM

 NeverCast, on 16 February 2013 - 07:06 PM, said:

Ahh it was, It's about 1150 now as I cleared some shit.
But it's still 40,327 characters :D
Lol ok. haha.

#70 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 16 February 2013 - 08:04 PM

 Mikk809h, on 16 February 2013 - 11:58 AM, said:

oh xD derp. i thaught that it was updated to 2.0 right now... but here is my code:

Pastebin

i added a comment in the function..

here is a little part of it:
	
	local function info(t) -- in this function.
		drawBG(t.title .. " - " .. t.code, false, "Download", colours.lightGrey) -- line 334.
		term.setCursorPos(4, 3)
		colorW(colours.grey, "		 File: ", colours.red, t.title)
		term.setCursorPos(4, 4)
		colorW(colours.grey, "		 User: ", colours.red, t.user)
		term.setCursorPos(4, 5)
		colorW(colours.grey, "Pastebin Code: ", colours.red, t.code)
		term.setCursorPos(4, 6)
		colorW(colours.grey, "	   Posted: ", colours.blue, t.postDate)
		term.setCursorPos(4, 8)
		colorW(colours.grey, " Description: ")

Thanks :D

Error : ccYouTube:334: attempt to concatenate string and nil

Oh, it's occuring because I changed how the info is received.
Change line 281 to
for code in sourceText:gmatch('<URL>(.-)</URL>') do

 NeverCast, on 16 February 2013 - 07:04 PM, said:

The GUI in CCTube is beautiful and amazing :D
But that happens when TheOriginalBit and I built a 1300 line Window/Controls API for it :D

Wow that's a long API for buttons o_O

#71 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 16 February 2013 - 08:15 PM

 remiX, on 16 February 2013 - 08:04 PM, said:

Wow that's a long API for buttons o_O
Its more than buttons! Way more!

#72 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 17 February 2013 - 01:17 AM

 TheOriginalBIT, on 16 February 2013 - 08:15 PM, said:

 remiX, on 16 February 2013 - 08:04 PM, said:

Wow that's a long API for buttons o_O
Its more than buttons! Way more!

Surprise me then :)

#73 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 17 February 2013 - 01:27 AM

 remiX, on 17 February 2013 - 01:17 AM, said:

Surprise me then :)
With what?

#74 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 17 February 2013 - 03:47 AM

 TheOriginalBIT, on 17 February 2013 - 01:27 AM, said:

 remiX, on 17 February 2013 - 01:17 AM, said:

Surprise me then :)
With what?

API I guess :P

I've just finished the brand the website which fully utilizes php scripts with added security. You can now upload a video through the official website.
I'm still busy with the downloads page, though!

Next to come is ComputerCraft YouTube v2.0 :D

#75 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

Posted 17 February 2013 - 04:14 AM

 remiX, on 17 February 2013 - 03:47 AM, said:

I've just finished the brand the website which fully utilizes php scripts with added security. You can now upload a video through the official website.
I'm still busy with the downloads page, though!

Next to come is ComputerCraft YouTube v2.0 :D

Love the new website, looks epic!

I can't find a single mention of Lightshot in it though :P When you say video, how are people ment to know what you mean?

#76 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 17 February 2013 - 05:58 AM

 GravityScore, on 17 February 2013 - 04:14 AM, said:

 remiX, on 17 February 2013 - 03:47 AM, said:

--snip

Love the new website, looks epic!

I can't find a single mention of Lightshot in it though :P/> When you say video, how are people ment to know what you mean?

Thanks :P

That's very true hey, I'll add some information now - anything you want me to add seeming as Lightshot is your program :)

#77 Raezlyn

  • Members
  • 3 posts

Posted 17 February 2013 - 06:59 AM

I can't upload to the site it says "Invalid Pastebin Code" even though it's correct. I've tried about 60 times. :(

#78 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 17 February 2013 - 07:48 AM

 Raezlyn, on 17 February 2013 - 06:59 AM, said:

I can't upload to the site it says "Invalid Pastebin Code" even though it's correct. I've tried about 60 times. :(

Show me the pastebin link

#79 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 17 February 2013 - 09:08 AM

v2.0 is out!

I decided to release v2.0 now because I have changed quite a lot and older version will fail to upload videos.

Check the OP to see what's new and what's to come!

New LightShot Video or download it within the program!

EDIT: To who ever Marumaru is, nice little video but try spam my database now.

#80 NeverCast

  • Members
  • 400 posts
  • LocationChristchurch, New Zealand

Posted 17 February 2013 - 10:20 AM

Marumaru is the local prick.

 remiX, on 17 February 2013 - 09:08 AM, said:

v2.0 is out!

WOO!





2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users