the

  1. Remove Orphaned Attachments from XenForo

    Tips Remove Orphaned Attachments from XenForo

    Removing Orphaned Attachments from XenForo Although inconsistently happening, there have been times where attachments in XenForo don’t get deleted after the corresponding posts have been permanently deleted. The problem seems to happen when using the built-in Spam tools in XenForo, which delete...
  2. 3D Slot Machine – Online Progressive Jackpot Game. EasyCoding.fr

    [easycoding] App 3D Slot Machine – Online Progressive Jackpot Game. EasyCoding.fr

    Slot Machine - Player Guide Allowed For Collaborate & Verified Members Welcome to the forum's slot machine. This mini-game allows you to wager your credits, spin the reels, and try to win multipliers or even the progressive jackpot. How the Game Works The machine displays 4 symbols per...
  3. [MPL] Vip Expiry Data Postbit

    xF2 Add-on [MPL] Vip Expiry Data Postbit

    EasyCoding submitted a new resource: [MPL] Vip Expiry Data Postbit - The plugin allows displaying the expiration date of the paid membership Read more about this resource...
  4. YetiShare v5.6.0 de+ Plugins Pack PHP Script

    Web Source YetiShare v5.6.0 de+ Plugins Pack PHP Script

    Multi-File Upload With percentage progress, speed and time left. Pure HTML5 with support for Drag & Drop. No reliance on Flash! Large uploads supported, 2GB+. Earn Money Integration into PayPal for automatic premium account upgrades. Other payment gateways such as Authorize.net, OKPay &...
  5. EasyCoding

    Tips VBA Password Crack Hex. Editor

    How To :?: Hex Editor is a very useful tool to edit hex files and can be used to crack Excel VBA passwords. The method is very simple, you need to create a fake "xls" file and set the password and then use it to access the protected Excel file. Step 1:Create a new Excel file (xls) with Hex...
  6. EasyCoding

    Tips VBA Password Crack ZIP Method

    How to :?: Change File Extension to Break Excel VBA Password This method involves changing the file extension from ".xlsm" to another format and then restoring the format to ".xlsm". Although this process is relatively lengthy, as long as you follow it carefully, you will be able to crack...
  7. Create DB with Userform

    HowTo Create DB with Userform

    How to create a database in Excel using VBA, including how to implement a UserForm to input data into your database. This guide includes the creation of the necessary components step-by-step. Step 1: Create a Database Table in Excel 1. **Open Excel**: Start by opening a new or an existing...
  8. Change a specific part of the text

    HowTo Change a specific part of the text

    VBA code designed to change a specific part of the text in each cell of a specified column in an Excel worksheet. It will also handle empty cells gracefully, count the number of replacements made, and display a message box with the count of replacements once the process is complete. Sub...
  9. Upload Screen on UserForm

    HowTo Upload Screen on UserForm

    Open Excel and Access the VBA Editor: - Press `ALT + F11` to open the VBA editor. 2. Insert a User Form: - Right-click on any of the items in the "Project Explorer". - Choose `Insert` > `UserForm`. 3. Add Controls to the User Form: - In the toolbox, add the following controls...
  10. VLookup VBA

    HowTo VLookup VBA

    Step-by-step Guide 1.Set Up Your Excel Worksheet: - Create a worksheet named "Data" (you can rename it as you wish) and populate it with sample data. - For example: ``` A | B --------|------- 1 | ID | Name 2 | 1 | Alice 3 | 2 | Bob 4 | 3...
Back
Top