New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Development #1
Merged
Merged
Development #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…wtopic.php?f=9&t=338 due to findings in http://forums.rivetcode.com/viewtopic.php?f=10&t=340&p=1119#p1114 Instead made utf8 as default charset and utf8_general_ci as default collation for all created tables Changed mysql_escape_string to mysql_real_escape_string because of deprecation May be reverted [again] if need be.
* Torrents per page in view in index.php (Default is 10) * Torrents per page in view in statistics.php (Default is 5)
(previously forgotten in d9dd2c2) Last notes: add support for torrents with multiple listed trackers
Added short announce URL feature Added htaccess documentation Fixed noticeable spelling error in help document
Fix Magnet filenames with apostrophes: previously truncated at spot with apostrophe Fix Edit Database filenames with apostrophes; previously brings MySQL error Fix for Windows servers: uploading torrents with apostrophes previously breaks logic; Unix servers were unaffected Proper spacing between Download Torrent link and Magnet link Changed deprecated strings
Modification of ea2ac26
… that only recently clicked the magnet link as a seeder!
css.php Unfiltered $_POSTs everywhere! Prevent XSS in Create CSS form entry [http://forums.rivetcode.com/viewtopic.php?f=9&t=342&p=1144#p1144] Typo in create css file error message. Needed to connect to database for cleaning function. edit_database.php One line changed: a simple htmlentities() will take care of this for now. sanity.php, sanity_no_output.php Changed obsolete code, no escape on queries. statistics.php Filtered yet another global array
Filter a forgotten $_POST array. Added condition check for creating .css files with no filename. They shouldn't be created anyway.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Updating to php7 (part 1)