Coder Social home page Coder Social logo

fadkeabhi / clipboard Goto Github PK

View Code? Open in Web Editor NEW
18.0 18.0 37.0 148 KB

web based clipboard

Home Page: https://cb.pndgit.live/

License: GNU General Public License v3.0

PHP 34.30% CSS 34.27% JavaScript 8.54% HTML 22.89%
begginers hacktoberfest html-css-javascript php

clipboard's Introduction

Hi there πŸ‘‹, I'm ABHISHEK FADAKE πŸ‘©πŸ»β€πŸ’»

I'm a student, pursuing Bachelor of Technology in Computer Science and Engineering.

Student at International Institute of Information Technology, Pune.

Profile views

Tools and languages:

My Skills

πŸ“Š GitHub Stats:

AB'z github activity graph

@fadkeabhi's Holopin board

clipboard's People

Contributors

anfahrul avatar ayush-sharma173 avatar b3none avatar code08-ind avatar cuitlazotlac avatar d3faltxd avatar fadkeabhi avatar francwalter avatar galahad42 avatar harshit-maheshwari avatar karans08 avatar koustubh-mane1 avatar martijnengler avatar nishanth-thunder avatar omimakhare avatar prashriya avatar rahulkarda avatar rameshwaghmare123 avatar rancho2002 avatar romaixn avatar sidd2024 avatar therealdarkcoder avatar utkarshmishra27 avatar vc256 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

clipboard's Issues

Improving the CSS

The buttons, textarea are not well designed. Also, when someone add any clip, its not showing well. Let me redesign it

Feature Request - delete Clip

Hallo

I wonder how could I delete a clip. I see that login is still on ToDo but even without login it would be important to clear data somehow.
I want to use the Clibpoard also to copy secret data, which I want to delete after having copied them.
Possible?
Thank.frank

Backslashs in clips vanish when saving the clip

Hallo
I noticed, that a backslash (\) is not saved in the clip. \test becomes to test
This is an issue when trying to save Windows Paths (e.g. C:\Program Files\Some App\etc\) or anything else with a backslash.
I looked into the code and it can be fixed with Prepared Statements. If I do this:

...
// $data = htmlspecialchars($data);

$stmt = $conn->prepare("INSERT INTO clips (clip) VALUES (?)");
$stmt->bind_param('s', $data);
$stmt->execute();
...

The backslash is saved and not ignored.
Thank.frank

Feature Request - add clip with curl from commandline

Hallo
is it possible to add a feature to use this CLIPBOARD also from commandline?
I would like to use it from a machine without GUI, to push text to a website with curl (and post etc.).
Or is that with CLIPBOARD already possible?
Thanks.
frank

URL filled with clip data

When I submit a new clip, the address in browser is filled with the content of the msg-variable, e.g.:

msg=<div+id%3D"alert">%0D%0A++++++++++++<h3+style%3D"background-color%3A%23f6f2c7%3B+margin-left%3A5px%3B+padding%3A6px%3B">Clip+added+successfully%0D%0A++++++++++++<span+style%3D"float%3Aright%3Btext-decoration%3Aunderline%3Bcolor%3Ablue%3Bcursor%3Apointer%3B"+onclick%3Dvanish()>Close<%2Fspan>%0D%0A++++++++++++<%2Fh3>%0D%0A++++++++++++<%2Fdiv>

The code comments this in index.php with:

// redirect the user to the same page, but with the msg variable in URL
// this prevents "double submit" bug on refresh of the page

There must be better ways to prevent "double submit", e.g. with a DB-query or other ways.

Improving the documentation and giving it a logo

I can help to improve the readme and give the project a logo. it will help others to understand the project better.
And also if you guys have any socials like discord.. let me know will add that in the readme

Add limit changer

Hi ! I would enjoy working on this tool, what do you mean by "add limit changer" ? Add a number of clips displayed filter ?

Bug about number of clips shown

When we open the Website for first time, 5 is selcted in no of clips to show selection box, but all clips are show there.
This feature works when we slick on show button.
but we want it to show 5 clips in default mode.
Hope Someone wants to work on this issue.

Contributing.md file missing!

According to hacktoberfest guidelines there should be a contributing.md file for projects participating in hacktoberfest.
please assign this issue to me

Problem with multi line

When we add any clip containing multiline text. The clip is shown only in single line. Please allow me to work on this issue.

Improving the style!

Hello, I'd like to improve the styling of this website😊
Kindly assign it to me #hacktoberfest

Char count

What about insert a char count below the clip text input ?

Suggestion: Submit button and input text could have the same width ?

image

Adding clip card

Hey! I think all the latest clips must be enclosed in separate cards.
I would like to work on this under hactoberfest. Can I?

UI Design Correction

After checking the php website I found out that the UI of the Page is bit complicated for user's eyes, I found it less engaging as well as less appealing to the User.
Being a UI/UX designer I want to Contribute in this repo by updating few basic elements of sites's UI so that User find it more friendly and according to modern design styles.
I want to contribute in CSS file by Updating styles, Color, font and overall appearance of the site to make it more engaging and user friendly.

Please mark this issue hacktober-accepted and assign this issue to me.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.