Jump to content




[Http][Opensource]Ccbin - Pastebin Replacement With All Features Of Pastebin!

utility

  • You cannot reply to this topic
50 replies to this topic

#1 figgycity50

  • Members
  • 100 posts

Posted 29 August 2013 - 10:28 AM

Posted Image
The best pastebin replacement. Period.



This is CCbin. The ONLY reason i made this is because of this really ridiculous thing about hastebin where pastes get deleted if not seen for 30 days. For example, if youre stuff is unpopular, and it does not get downloaded in 30 days, it will get deleted. Now this is never gonna delete your pastes. NEVER. Unless you ask me to. Because i can view EVERY SINGLE PASTE in PhpMyAdmin << but i could ask for a db export. . And that gives away that the host use MySQL. So don't try to inject the host's database, it is really mean.I will soon make an anti-injector, because DON'T DROP THE HOST'S DATABASE, IT IS LIKE AN EGG.
Security Notice: All passwords are hashed in SHA512, the MOST SECURE hashing algorithm in the world.
Changelog:
Spoiler
Todo:
Spoiler
API docs:
Spoiler
User interface at http://figgycity50.kd.io/ccbin
Source at http://github.com/fi...50/ccbin-server
Client API COMING SOON!
Get/put at http://github.com/fi...50/ccbin-client (use my awesome download center to get it)
Short URL for this page at http://tinyurl.com/ccbin-forumthread
Windows Client GUI at http://github.com/fi...0/ccbin-windows
Discuss CCbin here or if you want to make sure i see it (i am lots more active coding and being there) on the reddit at http://reddit.com/r/ccbin
Show your love for CCbin with this chrome theme. https://dl.dropbox.c...themEchromE.crx)
(I made it myself, isn't it nice?)
Screenshots:
Spoiler
Special thanks:
Spoiler
Share:
Spoiler


#2 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 29 August 2013 - 10:44 AM

You need to perform some thread cleanup already.

View Postfiggycity50, on 29 August 2013 - 10:28 AM, said:

</paste></paste></paste></paste> --this is derp added by IP Board
This can easily be fixed... just don't do < paste > do something more like {paste} or [paste] the point is still conveyed, but IP.Board doesn't have a little fit.

#3 figgycity50

  • Members
  • 100 posts

Posted 29 August 2013 - 11:14 AM

oh hey, i noticed it says script kiddie instead of clueless. how did i not notice earlier? *scraches hed* :D

#4 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 29 August 2013 - 11:58 AM

iirc you would have only got it 5 posts ago.

#5 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 29 August 2013 - 02:43 PM

ugh, use something other than koding it seems to be offline

#6 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 29 August 2013 - 02:58 PM

View PostPixelToast, on 29 August 2013 - 02:43 PM, said:

ugh, use something other than koding it seems to be offline
Nah koding has changed... It is only a development platform, so you must have the development side up, and be active, or else after 15 minutes it will shutdown your server.

#7 figgycity50

  • Members
  • 100 posts

Posted 30 August 2013 - 02:58 AM

View Posttheoriginalbit, on 29 August 2013 - 02:58 PM, said:

View PostPixelToast, on 29 August 2013 - 02:43 PM, said:

ugh, use something other than koding it seems to be offline
Nah koding has changed... It is only a development platform, so you must have the development side up, and be active, or else after 15 minutes it will shutdown your server.
Yeah right bit, thats why i put looking for a new server in big text at the top of the post, online now.
It was offline because i went to bed.

#8 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 30 August 2013 - 03:04 AM

View Postfiggycity50, on 30 August 2013 - 02:58 AM, said:

-snip-
I understand why they do it... but it's annoying me when developing my website, 'cause I don't like their editor, so prefer to use Sublime Text 2... And it can be 20 mins between file updates to check, meaning I need to wait for the server to come back online... :/

#9 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 30 August 2013 - 10:33 AM

View Posttheoriginalbit, on 30 August 2013 - 03:04 AM, said:

I understand why they do it... but it's annoying me when developing my website, 'cause I don't like their editor, so prefer to use Sublime Text 2... And it can be 20 mins between file updates to check, meaning I need to wait for the server to come back online... :/
its called FTP ;)

#10 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 30 August 2013 - 11:03 AM

View PostPixelToast, on 30 August 2013 - 10:33 AM, said:

its called FTP ;)
Its called FTP connections are controlled by the server, and by default on most servers, get disconnected after 5 minutes of inactivity and also Koding doesn't count FTP as activity, so the VM would be permanently turned off until you open the development console.

#11 Egor305

  • Members
  • 34 posts

Posted 30 August 2013 - 06:52 PM

Hey, i found a bug in ccbin-client:

h = http.post("http://figgycity50.kd.io/ccbin/api.php", "name="..tArgs[3].."&paste="..paste)
should be
h = http.post("http://figgycity50.kd.io/ccbin/api.php", "type=make&name="..tArgs[3].."&paste="..paste)
Server-side requires $_POST['type'] == 'make' to create a paste

#12 Egor305

  • Members
  • 34 posts

Posted 30 August 2013 - 07:51 PM

also i found a bug in server side:
<pre style="word-wrap: break-word; white-space: pre-wrap;">
is been downloaded with data.


I did pull request on github, with this fixed and some another changes made.

#13 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 30 August 2013 - 08:09 PM

Fixed SQL injection by not using root *facepalm*
thats not how you fix sql injection

#14 Mitchfizz05

  • Members
  • 125 posts
  • LocationAdelaide, Australia

Posted 30 August 2013 - 10:23 PM

If your looking for a host, you can use 000webhost.com.
I know alot of people on these forums use it, including me.

EDIT: On the issue of SQL injection, a solution can be to convert all the data to hex (http://pastebin.com/quC89Unb), and then back to strings when extracting data.

#15 figgycity50

  • Members
  • 100 posts

Posted 31 August 2013 - 02:50 AM

View Postmitchfizz05, on 30 August 2013 - 10:23 PM, said:

If your looking for a host, you can use 000webhost.com.
I know alot of people on these forums use it, including me.

EDIT: On the issue of SQL injection, a solution can be to convert all the data to hex (http://pastebin.com/quC89Unb), and then back to strings when extracting data.
I DONT WANT FRIKIN 000WEBHOST, I USE THEM BEFORE. srsly. they suck in my opinion

View PostPixelToast, on 30 August 2013 - 08:09 PM, said:

Fixed SQL injection by not using root *facepalm*
thats not how you fix sql injection
I rolled that back in latest commit, my ccbin user does not work, idk why.

On another matter, thanks to so many views for this. Shame I got them all while in bed.

Designing a logo. Using Photoshop CC Trial. Let's hope i do not suck.
EDIT: Added the logo.

Who likes the logo? Really quickly made in trial version on Photoshop CC.

#16 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 31 August 2013 - 11:13 AM

View Postfiggycity50, on 31 August 2013 - 03:48 AM, said:

Who likes the logo? Really quickly made in trial version on Photoshop CC.
my eyes hurt, thats all i can say

#17 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 31 August 2013 - 12:41 PM

Posts merged. There is absolutely no reason those four reply posts couldn't have been a single post from the beginning. Don't quadruple post.

#18 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 31 August 2013 - 12:59 PM

Quote

I DONT WANT FRIKIN 000WEBHOST, I USE THEM BEFORE. srsly. they suck in my opinion
May I ask why?

#19 figgycity50

  • Members
  • 100 posts

Posted 31 August 2013 - 01:11 PM

View PostPixelToast, on 31 August 2013 - 11:13 AM, said:

View Postfiggycity50, on 31 August 2013 - 03:48 AM, said:

Who likes the logo? Really quickly made in trial version on Photoshop CC.
my eyes hurt, thats all i can say
aww.

View PostZudoHackz, on 31 August 2013 - 12:59 PM, said:

Quote

I DONT WANT FRIKIN 000WEBHOST, I USE THEM BEFORE. srsly. they suck in my opinion
May I ask why?
because they lie about there uptime, well in my experiences.
EDIT: bumptm

#20 H4X0RZ

  • Members
  • 1,315 posts
  • LocationGermany

Posted 31 August 2013 - 06:43 PM

You could use http://www.noez.in they are very good :D

But the page is on german...





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users