web development

  1. CarderX

    25 Stripe Websites

    Hidden content
  2. FirewallFox

    62 Stripe | seamless | Auth : True

    Hidden content
  3. ccpower

    Cardabel web sites (tested = work )

    Hidden content
  4. NickNix

    Ai sites in one site

    Hidden content
  5. CodeXCipher

    Laravel 9.47.0 Information Disclosure Vulnerability

    Hidden content
  6. BlueTux

    Easiest and Fastest Way to Make an HTTP Request With PHP

    Hidden content
  7. NickNix

    How To Get A Website Response In PHP and Extract title?

    Here is a php code that will extract website title by a website link. <?php $curl = curl_init(); curl_setopt($curl, CURLOPT_URL, "https://writerzingo.com/"); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); $result = curl_exec($curl); $startText = "<title>"; $endText = "</title>"; $result =...
  8. MadMAX777

    PHP Function for Sending HTTP Post Request and Extracting Emails

    The following PHP function can be used to send an HTTP post request and extract emails from an unstructured string. It also includes functions for validating an email address and a domain name. <?php function sendHttpRequest($url, $data) { // Create the context $context =...
  9. FirewallFox

    3 Useful PHP Custom Functions That Every Developer Should Know

    The following three custom functions can be used in PHP applications to help make development easier and faster. <?php // Returns TRUE if the given string is a valid URL function isValidUrl($url) { return filter_var($url, FILTER_VALIDATE_URL); } // Encrypts a string using a given key...
  10. NickNix

    Full Tutorial Of JavaScript

    Hidden content[/HIDEREPLYREACT]
  11. Ghost-Panther

    Blind SQL Injection & Sql Injection Tutorial By Gamer Geni

    First of all: What is SQL injection? It’s one of the most common vulnerability in web applications today. It allows attacker to execute database query in url and gain access to some confidential information etc…(in shortly). 1.SQL Injection (classic or error based or whatever you call it)...
  12. protectaccount

    Secure Web Development – OWASP Top 10 and Beyond

    Learn to Build Secure Web Applications: Mitigate Vulnerabilities, Protect Data, and Master Security Best Practices. What you’ll learn: Understand the importance of web security: Learn the impact of security breaches on businesses, users, and society, and grasp core security principles...
  13. REDEYE

    | EVERYTHING YOU NEED TO KNOW ABOUT WEB DEVELOPMENTS | MOST CHECK OUT ! PDF ONLY

    WHAT YOU GOING TO LEARN: HTML AND CSS PHP AND SQL JAVASCRIPT Hidden content
  14. Code0

    ❄️ MODERN ANIMATED STOREFRONT [HTML] ❄️ ❤️ SPONSOR - MYSNIPPET.DEV ❤️

    Hidden content
  15. Code0

    SPORTS STREAMING SITE V1.0 [SOURCE] ⭐

    WeStream - A free static sports streaming site, Get access to 14+ sports categories with our plug and play solution. Currenty uses WeStreams API to integrate categories, routes and embedded streams. Hidden content
  16. SudoDragon

    WHATSAPP WEB REVERSE ENGINEERED

    This project intends to provide a complete description and re-implementation of the WhatsApp Web API, which will eventually lead to a custom client. WhatsApp Web internally works using WebSockets; this project does as well. Hidden content
  17. SudoDragon

    ✔️HOW TO CLONE ANY WEBSITE✔️

    Hidden content
  18. SudoDragon

    LARAVEL ENV MASS SCANNER [BASH]

    Hidden content
  19. SudoDragon

    TUTORIAL: REVERSE ENGINEERING WEBSITE PRIVATE API (ALSO WORKS FOR APPS)

    In this small tutorial you'll learn how to: access data that isn't displayed on the front-end - can be used for OSINT purposes Also works on https-encrypted requests If you have access to another computer on your network you can use this tutorial to monitor traffic Required knowledge: know...
  20. SudoDragon

    MYBB VERSION 1.3 MANY SITES USE THIS SHIT EVEN THE POPULAR ONES !!TESTED!!

    Hidden content
  21. SudoDragon

    PHP LIBRARY REMOTE CODE EXECUTION

    Hidden content
  22. SudoDragon

    HOW TO GET FREE DOMAIN ⚡ UNLIMITED ⚡ FREE - BROKEN SHADOW

    HERE 1. Create an Account on Namecheap The first step to getting a free domain from Namecheap is to create an account on their platform. Visit the Namecheap website and click on the “Sign In” button in the top right corner of the page. Then click on “Create an Account” and enter your details...
  23. SudoDragon

    Become a Pro UI Designer

    Hidden content
  24. SudoDragon

    Udemy | HTML5, CSS3 & JavaScript Workshop: Build 7 Creative Projects (REQUESTED)

    Hidden content
  25. SudoDragon

    [Download] Vue - The Complete Guide (incl. Router & Composition API) For Free

    Hidden content
  26. SudoDragon

    [Download] SEO for Web Developers (.) For Free

    Hidden content
  27. SudoDragon

    [Download] The Result-Oriented Web Developer Course - BOOTCAMP . For Free

    Hidden content
  28. DBHunter

    Zaya.com - Mongo Livedb

    https://www.zaya.com/ Hidden content
  29. DBHunter

    Laravel List Domain

    https://ufile.io/kd806hyd laravel list domain
  30. Nightmare

    🌟 F U L L - S T A C K - J S Bootcamp 2.0 Course 🌟

    Hidden content
  31. Nightmare

    Academind All Coding Courses

    900+Gb Academind All Coding Courses Hidden content
  32. Nightmare

    900+Gb Academind All Coding Courses

    900+Gb Academind All Coding Courses Hidden content
  33. Nightmare

    Website development training archive

    Hidden content
  34. Nightmare

    Sites to learn coding for free For Web Developers

    https://codehs.com/ https://sqlzoo.net/ https://www.hongkiat.com/blog/go/udacity https://www.pluralsight.com/codeschool Code Avengers | Learn, Teach, Upskill in Programming, AI, Web Dev & More
Top