Recent content by info2438

  1. I

    Files changes on v3.5

    Hi, Can you please tell us what files were affected on this version? This way the people who has custom changes can narrow down the need to search for changes in all the files.
  2. I

    Example sites short urls

    Hi, mine is http://ito.mx I'm using Digital Ocean, Ubuntu 16.0.4, Nginx and PHP 7, the script version is 3.4.2 (without all the original code bugs, it required a lot of work) Our score for our work is here: https://gtmetrix.com/reports/ito.mx/HcSds3sK Load time of http://ito.mx/ w. Pingdom...
  3. I

    Problem email

    Hi guys, the php class the script is using is old (phpmailer), you need to update the php class to the latest and if you're using Gmail as your SMTP you will have to turn off the security and let your account use less secure third apps to interact with your Gmail account. We had to re-do the...
  4. I

    Issues after upgrade from 3.3 to 3.4.1

    If you use the database upgrade file from 3.3 to 3.4 your database has the error I mentioned that will produce the ""There was a problem creating the short url, please try again later."·
  5. I

    Issues after upgrade from 3.3 to 3.4.1

    Be advice the plugin doesn't work with PHP 7.*. The upgrade SQL file from 3.3 to 3.4 has an error that our programmer detected and fixed (line 16). Since this is not an open source plugin and I pay for my programmer, that's all I can do for you guys.
  6. I

    Ability edit and translate email responses

    It would be great if we could have the ability edit and translate the automated email responses. - Registration. - Lost password. And all the system automated messages.
  7. I

    Change user status in bulk

    User manage page, should have a check box on the left side of each user and we should be able to change the users status in bulk instead of doing it one by one.
  8. I

    Submit banned words in bulk

    What if I have a long list of domains that I want to ban? for example 500 URLs. I need to enter them one by one to be able to ban each domain. Instead of a Text box to add just one word or domain, it should be a Text Area box to be able to include various domains or words one per line. And...
  9. I

    Show same shorten URL for the same long URL

    Just like bit.ly is doing it. If you shorten a long URL without being logged in the script should verify if the same URL was asked to be shorten before and then if there's the same URL in the DB it should give you the same short URL, e.g. If anonymous user wants to shorten the URL...
  10. I

    Text not localized

    On file: Short_Url_Site_Script_v3_0\index.php Line: 170 Agree with our<a href="terms.<?php echo SITE_CONFIG_PAGE_EXTENSION; ?>" target="_blank"><?php echo t("terms", "terms"); ?></a> Text "Agree with our" is not localized and for this reason we can't change the text language using the...
  11. I

    How to add a new Theme?

    Nop, that's not the solution, the only thing we can do there is just change colors, in case we need to add new <div> or whatever other element we need to modify the core files of the script. Look at the attached images and you will see what I'm talking about. We were able to add a new theme...
  12. I

    How to add a new Theme?

    We were able to add another theme option in the Page Options (Site template theme) by modifying an array in the DB. But it looks like this script it's not 100% prepared to add a different theme.
  13. I

    How to add a new Theme?

    Can someone tell me how can I add a new theme? Is it possible to create a child theme? What files do I need to modify to change the whole layout without affecting the core script files?