Giter Site home page Giter Site logo

infinity-squared's People

Contributors

bstname avatar olpo24 avatar pmezhuev avatar sergiogj avatar tomslominski avatar

Stargazers

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

Watchers

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

infinity-squared's Issues

Doesn't show error when shortening URL from outside of domainlimit-plugin white list

(similar to issue #23)
Prerequisite: domainlimit-plugin must be installed.
(https://github.com/nicwaller/yourls-domainlimit-plugin)

Trying to shorten a link from a web-site that is not white listed, the theme does not show an error but shows an empty short URL box on the results page.

In addition, when the correction suggested in Issue #24 (QR-Code) has been made, whether the results page nor the footer is displayed. (Only the header is shown.)

No-CAPTCHA reCAPTCHA convert?

Is there an easy way to convert from standard no-captcha (secret bot form) to new reCAPTCHA without having me to re-edit my custom index.php and results.php?

reCAPTCHA

There is some sort of a problem with the reCAPTCHA. I've added the proper keys in the config but no matter how or what I try, making a short link returns the error "Are you a bot? Google certainly thinks you are."

Fonts are loaded over HTTP, even if the site is loaded over HTTPS

Fonts are loaded over HTTP, so the user's browser will throw an error and the fonts will not be loaded if the page is loaded over HTTPS. The line that loads the fonts is <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" type="text/css">, but it should be <link href="//fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" type="text/css">. This way, if the page is loaded over HTTP, it will pull the fonts over HTTP, but if the page is loaded over HTTPS, they will be loaded over HTTPS. Optionally, <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" type="text/css"> would also work, and would require the browser to always load the fonts over HTTPS, even if the page is loaded over HTTP.

reCapcha hide

So what code should I use to hide the button that shows the recaptcha (throught jquery) when the recaptcha is hidden, at the beggining I didn't saw recaptcha probably because I was a owner, so if that happens again I don't want a button that shows hidden content so how do I make that button dissapear when recaptcha isn't required to complete? http://sevo.cf

Feature request: Make this magic for stats-page.

Everything looks very good, but stats page is ugly. Admin-page is not very important, because of users don't see this, but stats they could.

Вы вроде как знаете русский, или мне показалось? :)

QR Code will not be generated

I set up the frontend to YOURLS 1.7.9. Great stuff!

Although the option 'qr' => TRUE, is set properly in config.php, the QR code will not be displayed after shortening a URL. The section QR-Code is there but no code appears.

While adding .qr to the shortlink it will be dispayed, so yourls is set up properly. I saw that there is a php qr encoder bundleld with the frontend. Maybe that one doesn't work.

Any ideas how to debug that?

I'm on Ubuntu 20.04 LTS.

Unable to get recaptcha to work properly

Really like infinity-squared. However dealing with ton of spammers & although I got captcha showing up that can be entered the short-URL is created even if the user dont enter the captcha. The frontend renders a "captcha was incorrect message" but the database shows the entry.

Please Help...

I keep getting "The keyword is reserved." if I don't use a custom keyword, i'm trying to use Random Keywords plugin by Ozh but it doesn't work. Please need help urgent xDD

QR-Code can not be saved nor copied

After the results page is displayed with the QR-Code as well the latter can not be saved to file nor copied to the clipboard on right click.

Looking at the code of result.php it is understandable. But looking at the situation with the eyes of a costumer it looks like being an issue.

Not only a shortened link but the QR-Code as well shall be sendable by email.

(Infinity-squared is great ! Thank you.)

Feature request: Make infinity-squared protocol-relative

Excuse me if I've not looked thoroughly enough for a more logical or simple solution for this problem. Currently the YOURLS_SITE constant in Yourls kind of needs to have either http:// or https:// in it in order to make Yourls work properly. I know that at least currently Yourls doesn't support multi aliases. I never found the "Allow aliases" plugin mentioned here:

YOURLS/YOURLS#1487

I already made my version of this which I have working fine; for example the favicon in header.php:

/images/favicon.gif" />

Any suggestions regarding this are also appreciated and I understand if my (non-programmer) code is unsuitable for real use..

Do you have an example of configuring ReCaptcha?

In your Spam page you mention that infinity-squared supports recaptcha in it's config file, but I didn't see where or how to include my keys in there. Do you have an example?

I have a ton of bots posting that I have to reign in. I really like the theme, and would love to control the spam.

Thanks!

Anti-Spam

How do I check if my anti-spam works?
I see I don't get reCapcha even if I have my keys from google added.

QR-Code with long URL - instead of short URL

The returned QR-Code in the results shows the long URL ($url) instead of the short URL ($shorturl).
result.php, line 95:
$qrCode = QRcode::svg($url, $qrContainerId, $saveToFile, QR_ECLEVEL_L, $imageWidth);

(Hint: Using type "text" instead of "URL" one could integrate the "Custom Title" as well.)

Can't create short URLs

I have a simple install of YOURLS v1.7 at http://wedig.xyz and have the latest version of your files. ReCaptcha is enabled and working correctly.

But when I try to create a new keyword, I get a message saying the keyword is reserved. I am definitely using keywords that are not in the reserved words list, and have removed the advanced reserved URLs plugin to no avail.

Any thoughts?

YOURLS Not private error

I get this error when I set: define( 'YOURLS_PRIVATE', false ); in user/config.php
Fatal error: Call to undefined function yourls_is_valid_user() in /home/u377305290/public_html/index.php on line 63

Can this be used for a private interface?

The look is very nice and streamlined - is there any easy way to skin it over for the Private installs?

I have several people who use it, and this is certainly more pleasant.

README links to the latest release

The README asks the users to download the latest release, which is two years out of date. The latest release needs to be updated or the README amended.

PHP errors

  • Warning: Missing argument 2 for display_error(), called in /Applications/MAMP/htdocs/infinity-squared/result.php on line 31 and defined in /Applications/MAMP/htdocs/infinity-squared/result.php on line 10
  • Notice: Undefined variable: dependencies in /Applications/MAMP/htdocs/infinity-squared/footer.php on line 21
  • No checking if the link has actually been shortened and a short link provided causes PHPQrCode to crash.

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.