Jump to content

All Activity

This stream auto-updates

  1. Earlier
  2. That would be an awesome integration!
  3. How to fix a Lenovo laptop that fails to boot Windows 10 after a factory reset and a USB installation attempt? I performed a factory reset on my Lenovo laptop using the "reset this pc" option in Windows 10 settings, choosing to remove all my files. However, after the reset, the laptop only shows the Lenovo logo and does not load Windows. I tried to reinstall Windows 10 from a USB drive that I borrowed from my sister, following some online tutorials, but the laptop screen turned black and nothing happened for half an hour. My other sister, who is knowledgeable in biology, checked the laptop but could not find any obvious problem. I am reluctant to send the laptop for repair, as I have owned it for almost 10 years and I cannot afford a new one. I would appreciate any advice from experts on how to solve this issue. Thank you for your attention.
  4. How can I create a separate WIFI network using a WIFI Range Extender that prevents other users from accessing my Chromecast device? I have a Netgear EX6120 WIFI Range Extender that I use to connect to a shared WIFI network in a holiday apartment. I have set a custom password for the extender network, but I still face the issue of other users being able to stream content to my Chromecast device that is connected to the extender network. This is because the extender network is not isolated from the shared network, and the devices on both networks get their IP addresses from the same router. I do not have access to Ethernet or the router settings. Is there a way to isolate the extender network from the shared network and prevent unwanted streaming to my Chromecast device?
  5. ok, thats reassuring but I need some more clarity The error message being thrown in your module, is: "Sending credit card numbers directly to the Stripe API is generally unsafe. We suggest you use test tokens that map to the test card you are using, see https://stripe.com/docs/testing. To enable raw card data APIs in test mode, see https://support.stripe.com/questions/enabling-access-to-raw-card-data-apis." in the link, stripe states: so to get this working I need to send stripe a SAQ-A because you are fully PCI-DSS compliant or SAQ-D because you are not? the module just errors right now, I can't use it until stipe allows raw cc details in the api (FWIW stipe basic works fine) thanks, thats very unclear. it reads like "create web hook and if you are using stripe tokenised do not select any events"
  6. The "PCI-DSS" compliance certificate can only be issued by an authorized organization. "PCI-DSS" compliance certification is not only based on the software used. In order for a site to be compliant with "PCI-DSS", many factors such as server, network, transaction volume must be inspected and approved by an organization that issues a "PCI-DSS" certificate. Therefore, in order to obtain this document, you must be audited by an authorized organization that issues the "PCI-DSS" certificate. Additionally, WISECP has all the necessary measures to securely process and send card information to the payment gateway provider. So you can be sure that you already have the necessary security measures on the software side. I think you don't fully understand the situation. You do not need to define any HOOK on WISECP for "Stripe tokenized". As explained in the document, it is enough to make the following adjustments in your Stripe panel. Click the "Webhooks" tab and then click the "Add an endpoint" button at the bottom of the page. In the window that opens, provide the following definitions. "Endpoint URL" > In this field, define the "Callback URL" information found in the "WISECP Stripe module". "Description" > Type "FOR WISECP" in this field. "Version" > Select "Last Version" in this field. "Select events to listen to" > In this field, if you are going to use "Stripe Basic" type, select the "payment_intent.succeeded" event. If you are going to use "Stripe Checkout" type, select "checkout.session.completed". If you are going to use "Stripe Tokenized" you do not need to make any selection. Important Warning: If the "Select events to listen to" field is not defined correctly as described above, payment information will not be sent to the WISECP system and services and invoices cannot be created on WISECP even if payment has been received on Stripe.
  7. Hi, I'm evaluating wisecp for my business. I am particularly interested in supporting automatic subscription renewals. I'm having trouble setting up stripe (tokenised) a) API error - "Sending credit card numbers directly to the Stripe API is generally unsafe. We suggest you use test tokens that map to the test card you are using, see https://stripe.com/docs/testing. To enable raw card data APIs in test mode, see https://support.stripe.com/questions/enabling-access-to-raw-card-data-apis." This error indicates increased responsibility for PCI compliance since raw CC details are being passed around, the strip basic module doesnt do this. could I get some clarity in the PCI-DSS status of this module? will I need to do a SAQ-D? "If you are working with a third-party platform which is requesting that you enable this feature on your Stripe account, please contact that platform to obtain the necessary documentation." do wisecp supply that? b) web hook setup - documentation has no events need to be configured in the web hook, but stripe will not let me save the web hook without at least one event (makes sense) https://docs.wisecp.com/en/kb/stripe "If you are going to use "Stripe Tokenized" you do not need to make any selection." what is the correct setting here? thanks!
  8. Can we leverage the WISECP platform to create a unique page that integrates Service Groupextra API? This could potentially open up exciting possibilities for tailored service offerings and enhanced user experience. I invested here https://deindex.io
  9. WISECP, web hosting ve diğer tüm dijital hizmetler sunan işletmelere yönelik yeni nesil, akıllı ve gelişmiş bir otomasyon yazılımıdır. WISECP kurulumu oldukça basit ve hızlı yapılmaktadır. Hosting ftp bilgilerinize gerekli dosyaları yükleyip gerekli panel ayarlarını yaparak bugün domain - hosting firmanızı açabilirsiniz.
  10. Hello, How do I change the font-size and font-style for the client top menu please? Thanks.
  11. Hi, Unfortunately I don't know the answer but has nobody replied to this issue?
  12. Hi, Your website says that, during the trial, premium support should work. I have managed to install a trial version of WiseCP OK but the chat box tells me I need to pay for support. Thanks.
  13. Where: Admin Portal Location: Affiliate Management (User Account) When setting a Custom Commission - It states Custom Commission (Opsional) Which I believe is meant to be `Optional` Feel free to remove if not in proper location!
  14. Hi @Neamitika A comprehensive documentation on all classes and methods will be published soon. But I want to give you better news: with WISECP 3.1.7 the WISECP API will be available. With the WISECP API, you will be able to complete the process you want to do in a much simpler and easier way. WISECP 3.1.7 will be released in the next few days.
  15. yaaniyakup

    tema hatası

    tema ayarlarrında ön izleme için baktığımız temalar varsayılan tema oluyor ama varsayılan tema olarak gözükmüyor varsayılan ollarak ayarlanan tema gözükmüyor ayrıca admin panelden tema kaldırılmıyor
  16. Hi, i am developing an addon for e-invoice to send the invoice data to the Aruba e-invoice service. I am searching for some methods to retrive custom fields of single user. // $invoice is an array with all the information about the invoice $user_data = $invoice["user_data"]; $items = Invoices::get_items($invoice["id"]); // array of items inside the invoice $user_id = $user_data["id"]; // $user_custom_fields // method to get the user custom fields by $user_id Is there a documentation with all the classes and methods? Thx
  17. Hi @Sean The reason for this situation is that a license has already been created and used for the domain you are installing. If you think otherwise, please send an information mail to [email protected] with the domain you are trying to use. When you do this, you can be sure that we will get back to you as soon as possible. Best regards.
  18. I think you may need to create a ticket for the trial. You can get info about the issue by submitting a ticket through the website.
  19. Hi, I would like to try this software but can't because this 30 day trial goes nowhere. I have installed wisecp but cannot login or find any means to active the 30 day trial. If you do not have a 30 day trial - update your webpage.
  20. what is AzuraCast is a self-hosted, all-in-one web radio management suite. With its simple installer and powerful but intuitive web interface, you can launch a fully functional web radio station in minutes. Link zu AzuraCast https://www.azuracast.com/ AzuraCast is currently one of the most modern radio management panels on the market
  21. I am currently trying to switch the theme CSS to dark mode. However, I am encountering a problem in the area of calculations. Can someone help me with this or give me a tip?
  22. Black Friday & Cyber Monday Special for WISECP. PreMadeKB & DemoTiger - Get 66% OFF - OMG! Addon 1 - PreMadeKB Articles for WISECP - 444+ KB Articles. PreMadeKB Provides ReadyMade Articles written by professionals for your Customers. Integrate high quality content with WISECP Knowledgebase. - Order PreMadeKB Articles for WISECP @ $34 (30% Discount - Coupon: KBBlackFriday). Sample/Demo Article - WISECP. Addon 2 - DemoTiger Video Knowledgebase for WISECP - 201+ HD Videos DemoTiger provides series of high quality(1080p & 720p) video tutorials for Web Hosting companies. The Videos, with audio and text instructions, are made by professionals and guide the web hosting customers step by step. One can advertise his brand with logo inside every video of the series. These videos are integrated with your WISECP Knowledge-base and provide real time support to your clients. - All Series/All Videos (201 Videos - English) Order DemoTiger Video Tutorials @ $99 (66%+ Discount - Coupon code: BlackFriday99) - cPanel Series Only (110 Videos - English) - Order cPanel Video Tutorials @ $75 (49%+ OFF - Coupon code: BlackFriday74cP) - cPanel Tutorials in Dutch Language - Order cPanel Tutorials - Without Audio. - DirectAdmin Tutorials in Dutch Language - Order DA Tutorials - Without Audio. Click to View Sample Video of DemoTiger All PreMadeKB articles and DemoTiger videos can integrate with your Knowledgebase website without affecting existing articles on the website. Thanks.
  23. So I'm Jeffrey, 29 years old, and have a real IT background. And I started a company called Cloudium Hosting Feel free to ask questions
  24. I get this error but I don't know how to solve it
  25. how do I add such a beautiful table. accidentally deleted this
  1. Load more activity
×
×
  • Create New...