Selling
Private Keeper: a tool for web automation, pentesting.
Submitted by PKCommunity, 30-06-2023, 08:03 PM, Thread ID: 268222
RE: Private Keeper: a tool for web automation, pentesting.
π **Dear Users! We have great news!** π
In the next **1-2 weeks**, we will release a global update for **Private Keeper**, bringing numerous new features and improvements! We are striving to make the program even more convenient, powerful, and flexible for your tasks, and we are excited to share the key changes that await you in the new version. β¨
In the coming days, we will be sharing these key new features so that you can get acquainted with the improvements and understand how they will help you in your work. Stay tuned, there's a lot of exciting news ahead! ππ₯
π **Integration of QuickJS into PK** π
We are excited to introduce **QuickJS** integration into our program! π
Now you can use JavaScript in every request thanks to the new **"JavaScript"** tab. This means you can configure callbacks and instantly implement and test your JavaScript code within **inLine-Kit**. π₯οΈ
β¨ **Benefits:**
1. **Modularity and Extensibility**: JavaScript support in requests makes it easy to add new features and improve existing ones. You can share your scripts with other users, expanding the functionality of the project. This also allows the use of external libraries and even the generation of new solutions using tools like ChatGPT. π‘
2. **High Performance**: The new engine for the `|EVAL|` command ensures fast and efficient JavaScript code processing, allowing you to focus on solving tasks rather than technical limitations. β‘
3. **New File Saving Feature**: It is now possible to save files through JavaScript to a specified path. π The function supports saving data relative to the session path, as well as specifying a **custom save path**. You can save data with options to **overwrite, append to an existing file, or save with an incremented name**. Saving of **text and binary data (in Base64 format)** is supported. In case of errors during saving or directory creation, the function returns an error message, providing full feedback. ππΎ
These changes significantly enhance the flexibility and convenience of working with JavaScript in our program, making it more open to creativity and adaptation to specific tasks. π
π **Full documentation is available at**:
[pk.community/help/pk-instance-documentation.html]
Stay tuned, there's much more exciting news ahead! π
π₯ **Improvement of Stability and Performance** π₯
One of the key changes in the new release is the work on the **stability and performance** of the program. We have taken important steps to ensure you have the best user experience! π
**What has changed? π€**
1. **Thread optimization**: now, multithreaded processes have become even more stable. Critical bugs that could cause freezes or sudden program termination have been fixed. As a result, our program will operate much more reliably when performing resource-intensive tasks, especially under heavy load. πͺ
2. **Improved performance when working with proxies**: the issue with optimized connection has been fixed, and the `|USEPROXY|` command has been enhanced. Now, working with proxy servers is more stable and predictable. πβ‘
3. **Reduced CPU load**: the operation of multithreaded processes has been optimized, allowing fewer threads to achieve the same speed. This makes the program **25-30% faster**, while maintaining high system performance, which is especially important when working with large amounts of data. πβοΈ
We strive to make your work even more productive and convenient, and these changes are an important step in that direction. All improvements are aimed at providing more stable and faster operation, so you can work even more efficiently! π₯
Stay with us, even more innovations and useful improvements are coming! πβ¨
In the next **1-2 weeks**, we will release a global update for **Private Keeper**, bringing numerous new features and improvements! We are striving to make the program even more convenient, powerful, and flexible for your tasks, and we are excited to share the key changes that await you in the new version. β¨
In the coming days, we will be sharing these key new features so that you can get acquainted with the improvements and understand how they will help you in your work. Stay tuned, there's a lot of exciting news ahead! ππ₯
π **Integration of QuickJS into PK** π
We are excited to introduce **QuickJS** integration into our program! π
Now you can use JavaScript in every request thanks to the new **"JavaScript"** tab. This means you can configure callbacks and instantly implement and test your JavaScript code within **inLine-Kit**. π₯οΈ
β¨ **Benefits:**
1. **Modularity and Extensibility**: JavaScript support in requests makes it easy to add new features and improve existing ones. You can share your scripts with other users, expanding the functionality of the project. This also allows the use of external libraries and even the generation of new solutions using tools like ChatGPT. π‘
2. **High Performance**: The new engine for the `|EVAL|` command ensures fast and efficient JavaScript code processing, allowing you to focus on solving tasks rather than technical limitations. β‘
3. **New File Saving Feature**: It is now possible to save files through JavaScript to a specified path. π The function supports saving data relative to the session path, as well as specifying a **custom save path**. You can save data with options to **overwrite, append to an existing file, or save with an incremented name**. Saving of **text and binary data (in Base64 format)** is supported. In case of errors during saving or directory creation, the function returns an error message, providing full feedback. ππΎ
These changes significantly enhance the flexibility and convenience of working with JavaScript in our program, making it more open to creativity and adaptation to specific tasks. π
π **Full documentation is available at**:
[pk.community/help/pk-instance-documentation.html]
Stay tuned, there's much more exciting news ahead! π
π₯ **Improvement of Stability and Performance** π₯
One of the key changes in the new release is the work on the **stability and performance** of the program. We have taken important steps to ensure you have the best user experience! π
**What has changed? π€**
1. **Thread optimization**: now, multithreaded processes have become even more stable. Critical bugs that could cause freezes or sudden program termination have been fixed. As a result, our program will operate much more reliably when performing resource-intensive tasks, especially under heavy load. πͺ
2. **Improved performance when working with proxies**: the issue with optimized connection has been fixed, and the `|USEPROXY|` command has been enhanced. Now, working with proxy servers is more stable and predictable. πβ‘
3. **Reduced CPU load**: the operation of multithreaded processes has been optimized, allowing fewer threads to achieve the same speed. This makes the program **25-30% faster**, while maintaining high system performance, which is especially important when working with large amounts of data. πβοΈ
We strive to make your work even more productive and convenient, and these changes are an important step in that direction. All improvements are aimed at providing more stable and faster operation, so you can work even more efficiently! π₯
Stay with us, even more innovations and useful improvements are coming! πβ¨
RE: Private Keeper: a tool for web automation, pentesting.
π‘ **Cryptographic Update: New Data Handling Capabilities** π‘
We have implemented a **major cryptographic update**, which opens up new horizons for working with encrypted data and enhances interaction between your application and the server! π
**Whatβs new?**
1. **Support for various encryption and hashing methods**: weβve added algorithms like **AES**, **RSA**, **SHA-2**, **SHA-3**, and many more. Now you can easily encrypt data, send it to the server, decrypt and process the response, ensuring full transparency in communication. ππ‘
2. **Flexible data handling tools**: now available are functions like `|AESENCRYPT|`, `|AESDECRYPT|`, `|RSAENCRYPT|`, `|RSADECRYPT|`, `|SHA2HASH|`, `|SHA3HASH|`, **UUID**, byte handling, and much more. These tools allow you to send encrypted data, receive encoded responses, and process them. Weβve also added functions to convert **Base64 to Hex** and **Hex to Base64**, which enhances data conversion capabilities and simplifies working with different formats. This is especially useful for API integration and other interactions requiring secure and flexible data transmission. ππ
3. **Full integration with JavaScript**: all new cryptographic functions are now fully accessible via the **PK object in JavaScript**, simplifying the development and implementation of complex algorithms in your projects. You can integrate encryption directly into your scripts, making interaction with the server-side even more flexible and efficient. π₯οΈπ
β¨ **Why is this important?**
Now your program can easily work with encrypted data, send, receive, and decrypt it, allowing you to automate more processes and interact with different systems more efficiently. This opens up a lot of new possibilities when working with data, especially in cases where support for complex algorithms is required for information processing.
Stay tuned, as more exciting updates and improvements are coming! ππ
β¨ **Autocomplete: Faster and More Convenient!** β¨
In the latest version of the program, weβve introduced the **Autocomplete feature**, making coding even faster and more convenient! π
Now, when you write scripts in the **studio**, youβll have autocomplete support for the **PK object in JavaScript**, as well as for standard functions, variables, and commands. π₯οΈβ¨
**What does this mean for you?**
1. **Faster scripting**: autocomplete allows you to instantly find and insert the necessary functions, variables, and commands. No more wasting time searching for the right syntaxβavailable options appear automatically in the suggestions! π
2. **Reduced errors**: with autocomplete suggestions, youβll avoid mistakes when writing code. The system will help you select the correct syntax and offer all possible options, which is especially useful when writing complex scripts. β
3. **Convenience and customization**: autocomplete is available for all standard functions and commands and also allows you to create a **custom list for autocomplete**, making the development process more comfortable and tailored to your needs. Just select the necessary option from the suggestion list and move on without getting distracted by minor details. πβ‘
Autocomplete makes scripting faster, easier, and more error-free! Now creating automations is much simpler and more convenient, allowing you to focus on what really matters.
Stay with us, as we have even more useful improvements in store for you! ππ
π **SSL Version Selection: Enhanced Compatibility** π
In the latest version of our program, we've added the option to **select the SSL version** for your project. Now, you can choose between **SSL 3.* and 1.1.*** **, significantly broadening compatibility with various web services and resources! π
**What does this provide?**
1. **Connection flexibility**: Not all websites and services use the latest SSL versions. Now you can independently select the appropriate SSL version depending on the specific service. This helps resolve connection issues with sites that use older SSL versions. π
2. **Improved compatibility**: With the ability to choose between SSL 3.* and SSL 1.1.*, you no longer need to face compatibility issues. If a service encounters problems with a newer SSL version, you can simply switch to a different version and continue working smoothly. β
3. **Flexibility for future requirements**: Considering the growing demands for encryption and compatibility, we've retained the use of **SSL 3.*** ** to ensure flexibility and support for possible future changes in required standards. π οΈ
βοΈ **Where to set this up?**
SSL settings are located in the advanced project settings in the studio, where you can easily select the desired version for a specific project.
Working with websites and services has now become more flexible and convenient, significantly improving the quality and stability of connections, especially when automating tasks using a variety of resources. π‘π
Stay tuned, thereβs much more to come! ππ
π¦ **Working with Binary Data via Base64** π¦
The new release of our program offers **extended binary data handling capabilities** thanks to **Base64 encoding** support! Now, interacting with binary data has become simpler and more convenient, opening new possibilities for automating complex processes. π
**Whatβs new?**
1. **Receiving byte responses via Base64**: You can now receive raw binary data in **Base64** format, making it easy to transmit and process. This is especially useful when dealing with systems that require working with "raw" data. ππ
2. **Sending binary data with Base64 encoding**: You can now send **binary data** through requests using Base64 encoding. This simplifies the interaction process with web resources, ensuring proper data handling on the server side. π€π
3. **Flexibility and convenience**: The ability to choose data encoding allows you to transmit and receive data while maintaining integrity and ensuring compatibility with various APIs and services, especially when handling non-standard formats. βοΈ
π‘ **How does it work?**
To work with binary data, you need to select the **Base64** encoding when editing a POST request. This allows you to easily transform data and use it for various automation tasks and integrations with other systems.
**Why is this important?**
You now have new tools for working with binary data, making server and API interactions even more flexible and convenient. No more time wasted on conversions and finding solutions for sending and receiving such data β everything is available right in our program! ππ§
Stay tuned for more exciting features to come! ππ
We have implemented a **major cryptographic update**, which opens up new horizons for working with encrypted data and enhances interaction between your application and the server! π
**Whatβs new?**
1. **Support for various encryption and hashing methods**: weβve added algorithms like **AES**, **RSA**, **SHA-2**, **SHA-3**, and many more. Now you can easily encrypt data, send it to the server, decrypt and process the response, ensuring full transparency in communication. ππ‘
2. **Flexible data handling tools**: now available are functions like `|AESENCRYPT|`, `|AESDECRYPT|`, `|RSAENCRYPT|`, `|RSADECRYPT|`, `|SHA2HASH|`, `|SHA3HASH|`, **UUID**, byte handling, and much more. These tools allow you to send encrypted data, receive encoded responses, and process them. Weβve also added functions to convert **Base64 to Hex** and **Hex to Base64**, which enhances data conversion capabilities and simplifies working with different formats. This is especially useful for API integration and other interactions requiring secure and flexible data transmission. ππ
3. **Full integration with JavaScript**: all new cryptographic functions are now fully accessible via the **PK object in JavaScript**, simplifying the development and implementation of complex algorithms in your projects. You can integrate encryption directly into your scripts, making interaction with the server-side even more flexible and efficient. π₯οΈπ
β¨ **Why is this important?**
Now your program can easily work with encrypted data, send, receive, and decrypt it, allowing you to automate more processes and interact with different systems more efficiently. This opens up a lot of new possibilities when working with data, especially in cases where support for complex algorithms is required for information processing.
Stay tuned, as more exciting updates and improvements are coming! ππ
β¨ **Autocomplete: Faster and More Convenient!** β¨
In the latest version of the program, weβve introduced the **Autocomplete feature**, making coding even faster and more convenient! π
Now, when you write scripts in the **studio**, youβll have autocomplete support for the **PK object in JavaScript**, as well as for standard functions, variables, and commands. π₯οΈβ¨
**What does this mean for you?**
1. **Faster scripting**: autocomplete allows you to instantly find and insert the necessary functions, variables, and commands. No more wasting time searching for the right syntaxβavailable options appear automatically in the suggestions! π
2. **Reduced errors**: with autocomplete suggestions, youβll avoid mistakes when writing code. The system will help you select the correct syntax and offer all possible options, which is especially useful when writing complex scripts. β
3. **Convenience and customization**: autocomplete is available for all standard functions and commands and also allows you to create a **custom list for autocomplete**, making the development process more comfortable and tailored to your needs. Just select the necessary option from the suggestion list and move on without getting distracted by minor details. πβ‘
Autocomplete makes scripting faster, easier, and more error-free! Now creating automations is much simpler and more convenient, allowing you to focus on what really matters.
Stay with us, as we have even more useful improvements in store for you! ππ
π **SSL Version Selection: Enhanced Compatibility** π
In the latest version of our program, we've added the option to **select the SSL version** for your project. Now, you can choose between **SSL 3.* and 1.1.*** **, significantly broadening compatibility with various web services and resources! π
**What does this provide?**
1. **Connection flexibility**: Not all websites and services use the latest SSL versions. Now you can independently select the appropriate SSL version depending on the specific service. This helps resolve connection issues with sites that use older SSL versions. π
2. **Improved compatibility**: With the ability to choose between SSL 3.* and SSL 1.1.*, you no longer need to face compatibility issues. If a service encounters problems with a newer SSL version, you can simply switch to a different version and continue working smoothly. β
3. **Flexibility for future requirements**: Considering the growing demands for encryption and compatibility, we've retained the use of **SSL 3.*** ** to ensure flexibility and support for possible future changes in required standards. π οΈ
βοΈ **Where to set this up?**
SSL settings are located in the advanced project settings in the studio, where you can easily select the desired version for a specific project.
Working with websites and services has now become more flexible and convenient, significantly improving the quality and stability of connections, especially when automating tasks using a variety of resources. π‘π
Stay tuned, thereβs much more to come! ππ
π¦ **Working with Binary Data via Base64** π¦
The new release of our program offers **extended binary data handling capabilities** thanks to **Base64 encoding** support! Now, interacting with binary data has become simpler and more convenient, opening new possibilities for automating complex processes. π
**Whatβs new?**
1. **Receiving byte responses via Base64**: You can now receive raw binary data in **Base64** format, making it easy to transmit and process. This is especially useful when dealing with systems that require working with "raw" data. ππ
2. **Sending binary data with Base64 encoding**: You can now send **binary data** through requests using Base64 encoding. This simplifies the interaction process with web resources, ensuring proper data handling on the server side. π€π
3. **Flexibility and convenience**: The ability to choose data encoding allows you to transmit and receive data while maintaining integrity and ensuring compatibility with various APIs and services, especially when handling non-standard formats. βοΈ
π‘ **How does it work?**
To work with binary data, you need to select the **Base64** encoding when editing a POST request. This allows you to easily transform data and use it for various automation tasks and integrations with other systems.
**Why is this important?**
You now have new tools for working with binary data, making server and API interactions even more flexible and convenient. No more time wasted on conversions and finding solutions for sending and receiving such data β everything is available right in our program! ππ§
Stay tuned for more exciting features to come! ππ
RE: Private Keeper: a tool for web automation, pentesting.
π¨ **Interface and Visual Enhancements** π¨
We understand how important a user-friendly and modern interface is, which is why the new release of the program includes significant **interface and visual improvements** that will make working with the application even more comfortable! π
**What's changed?**
1. **Updated main window interface**: The interface is now **more modern and dynamic**, while retaining the familiar style and functionality. The window size has been optimized to fit more content and make it easier to access. β¨π₯οΈ
2. **Contextual menus**: Weβve added **new contextual menus** for various fields (links, POST data, script boxes, and other interface elements), allowing quick access to frequently used functions. π
3. **Aesthetic improvements**: Program icons and design elements have been updated, the color palette has been enhanced, and button layout has been redesigned. π¨β¨
4. **New news panel**: A news panel has been added to notify you of important events, promotions, and updates directly in the programβs main window. This helps you stay informed of the latest happenings and changes. ππ’
Weβre confident youβll love the new interface! Stay tunedβthere are even more updates on the way! ππ
We understand how important a user-friendly and modern interface is, which is why the new release of the program includes significant **interface and visual improvements** that will make working with the application even more comfortable! π
**What's changed?**
1. **Updated main window interface**: The interface is now **more modern and dynamic**, while retaining the familiar style and functionality. The window size has been optimized to fit more content and make it easier to access. β¨π₯οΈ
2. **Contextual menus**: Weβve added **new contextual menus** for various fields (links, POST data, script boxes, and other interface elements), allowing quick access to frequently used functions. π
3. **Aesthetic improvements**: Program icons and design elements have been updated, the color palette has been enhanced, and button layout has been redesigned. π¨β¨
4. **New news panel**: A news panel has been added to notify you of important events, promotions, and updates directly in the programβs main window. This helps you stay informed of the latest happenings and changes. ππ’
Weβre confident youβll love the new interface! Stay tunedβthere are even more updates on the way! ππ
RE: Private Keeper: a tool for web automation, pentesting.
**Private Keeper Update: Over 400 Changes!**
We are excited to announce the long-awaited update to Private Keeper. The new version includes **over 400 changes**, such as:
- **250+ bug fixes** and improvements that enhance stability and performance;
- **150+ new features and enhancements**, ranging from minor upgrades to major innovations that make the app even more user-friendly and functional.
This update brings improvements for all users, from basic to advanced levels. Private Keeper is now more reliable, faster, and easier to use.
The full list of changes is available in the news feed: https://[disallowed website]/PKeeperNews/442
Explore the new features and see for yourself how Private Keeper continues to evolve, offering up-to-date solutions for your needs.
**Private Keeper Update: Over 400 Changes!**
We are excited to announce the long-awaited update to Private Keeper. The new version includes **over 400 changes**, such as:
- **250+ bug fixes** and improvements that enhance stability and performance;
- **150+ new features and enhancements**, ranging from minor upgrades to major innovations that make the app even more user-friendly and functional.
This update brings improvements for all users, from basic to advanced levels. Private Keeper is now more reliable, faster, and easier to use.
The full list of changes is available in the news feed: [https://[disallowed website]/PKeeperNews/442](https://[disallowed website]/PKeeperNews/442).
Explore the new features and see for yourself how Private Keeper continues to evolve, offering up-to-date solutions for your needs.
We are excited to announce the long-awaited update to Private Keeper. The new version includes **over 400 changes**, such as:
- **250+ bug fixes** and improvements that enhance stability and performance;
- **150+ new features and enhancements**, ranging from minor upgrades to major innovations that make the app even more user-friendly and functional.
This update brings improvements for all users, from basic to advanced levels. Private Keeper is now more reliable, faster, and easier to use.
The full list of changes is available in the news feed: https://[disallowed website]/PKeeperNews/442
Explore the new features and see for yourself how Private Keeper continues to evolve, offering up-to-date solutions for your needs.
**Private Keeper Update: Over 400 Changes!**
We are excited to announce the long-awaited update to Private Keeper. The new version includes **over 400 changes**, such as:
- **250+ bug fixes** and improvements that enhance stability and performance;
- **150+ new features and enhancements**, ranging from minor upgrades to major innovations that make the app even more user-friendly and functional.
This update brings improvements for all users, from basic to advanced levels. Private Keeper is now more reliable, faster, and easier to use.
The full list of changes is available in the news feed: [https://[disallowed website]/PKeeperNews/442](https://[disallowed website]/PKeeperNews/442).
Explore the new features and see for yourself how Private Keeper continues to evolve, offering up-to-date solutions for your needs.
RE: Private Keeper: a tool for web automation, pentesting.
**Private Keeper Update: Over 400 Changes!**
We are excited to announce the long-awaited update to Private Keeper. The new version includes **over 400 changes**, such as:
- **250+ bug fixes** and improvements that enhance stability and performance;
- **150+ new features and enhancements**, ranging from minor upgrades to major innovations that make the app even more user-friendly and functional.
This update brings improvements for all users, from basic to advanced levels. Private Keeper is now more reliable, faster, and easier to use.
The full list of changes is available in the news feed: [https://[disallowed website]/PKeeperNews/442](https://[disallowed website]/PKeeperNews/442).
Explore the new features and see for yourself how Private Keeper continues to evolve, offering up-to-date solutions for your needs.
**Private Keeper Update: Over 400 Changes!**
We are excited to announce the long-awaited update to Private Keeper. The new version includes **over 400 changes**, such as:
- **250+ bug fixes** and improvements that enhance stability and performance;
- **150+ new features and enhancements**, ranging from minor upgrades to major innovations that make the app even more user-friendly and functional.
This update brings improvements for all users, from basic to advanced levels. Private Keeper is now more reliable, faster, and easier to use.
The full list of changes is available in the news feed: [https://[disallowed website]/PKeeperNews/442](https://[disallowed website]/PKeeperNews/442).
Explore the new features and see for yourself how Private Keeper continues to evolve, offering up-to-date solutions for your needs.
We are excited to announce the long-awaited update to Private Keeper. The new version includes **over 400 changes**, such as:
- **250+ bug fixes** and improvements that enhance stability and performance;
- **150+ new features and enhancements**, ranging from minor upgrades to major innovations that make the app even more user-friendly and functional.
This update brings improvements for all users, from basic to advanced levels. Private Keeper is now more reliable, faster, and easier to use.
The full list of changes is available in the news feed: [https://[disallowed website]/PKeeperNews/442](https://[disallowed website]/PKeeperNews/442).
Explore the new features and see for yourself how Private Keeper continues to evolve, offering up-to-date solutions for your needs.
**Private Keeper Update: Over 400 Changes!**
We are excited to announce the long-awaited update to Private Keeper. The new version includes **over 400 changes**, such as:
- **250+ bug fixes** and improvements that enhance stability and performance;
- **150+ new features and enhancements**, ranging from minor upgrades to major innovations that make the app even more user-friendly and functional.
This update brings improvements for all users, from basic to advanced levels. Private Keeper is now more reliable, faster, and easier to use.
The full list of changes is available in the news feed: [https://[disallowed website]/PKeeperNews/442](https://[disallowed website]/PKeeperNews/442).
Explore the new features and see for yourself how Private Keeper continues to evolve, offering up-to-date solutions for your needs.
RE: Private Keeper: a tool for web automation, pentesting.
Customer Support will be happy to help new customers with questions related to the use of the program's functionality.
Please describe in detail the nature of your problem or question without waiting for a response to welcome messages. This way you are guaranteed to get the help you need much faster.
Please describe in detail the nature of your problem or question without waiting for a response to welcome messages. This way you are guaranteed to get the help you need much faster.
RE: Private Keeper: a tool for web automation, pentesting.
Customer Support will be happy to help new customers with questions related to the use of the program's functionality.
Please describe in detail the nature of your problem or question without waiting for a response to welcome messages. This way you are guaranteed to get the help you need much faster.
Please describe in detail the nature of your problem or question without waiting for a response to welcome messages. This way you are guaranteed to get the help you need much faster.
RE: Private Keeper: a tool for web automation, pentesting.
Customer Support will be happy to help new customers with questions related to the use of the program's functionality.
Please describe in detail the nature of your problem or question without waiting for a response to welcome messages. This way you are guaranteed to get the help you need much faster.
Please describe in detail the nature of your problem or question without waiting for a response to welcome messages. This way you are guaranteed to get the help you need much faster.
RE: Private Keeper: a tool for web automation, pentesting.
Customer Support will be happy to help new customers with questions related to the use of the program's functionality.
Please describe in detail the nature of your problem or question without waiting for a response to welcome messages. This way you are guaranteed to get the help you need much faster.
Please describe in detail the nature of your problem or question without waiting for a response to welcome messages. This way you are guaranteed to get the help you need much faster.
RE: Private Keeper: a tool for web automation, pentesting.
Customer Support will be happy to help new customers with questions related to the use of the program's functionality.
Please describe in detail the nature of your problem or question without waiting for a response to welcome messages. This way you are guaranteed to get the help you need much faster.
Please describe in detail the nature of your problem or question without waiting for a response to welcome messages. This way you are guaranteed to get the help you need much faster.
Users browsing this thread: 18 Guest(s)