Recent content by derksd

  1. D

    ❓ Help Games na pang sidehustle

    This april lods lalabas ang bagong FWC server ng Flyff Universe. Kung marunong ka, malakas ph black market dian lalo sa first few months.
  2. D

    👨‍🏫 Tutorial Single HTML file Streaming Application

    Eto lods yung 7 servers. Visit mo lang yung mga website na yan, may documentation sila ng api at paano mag embed. Halos parehas lang sila ng format. Bali naka embed lang talaga ang mga movies tapos servers na nila ang bahala sa pag stream.
  3. D

    Fast custom os windows 11

    Ghost Spectre. May compact version at may gaming version din. Search mo lang sa youtube Ghost Spectre
  4. D

    👨‍🏫 Tutorial Single HTML file Streaming Application

    Use Adblocker to completely block ads.
  5. D

    👨‍🏫 Tutorial Single HTML file Streaming Application

    For educational purposes. Single html file lang mga lods. Make your own Streaming website/app with multi-server selection. Simply download/create the index.html file on your pc or phone then open it on a browser. ** Uses TMDB API for movie/show ID searching. ** Uses webstream from seven...
  6. D

    🔒 Closed Guys anong kulang dito sa Javascript ko para sa php, pasok guys!

    Usually dynamically assigned din dapat yung ID para magkakaiba sila. Kung lahat ng row same ID, yung first instance lang ang maseselect talaga lagi. Eto mas madali using querySelectorAll. Chinange ko muna yung ID to class. <?php $conn = mysqli_connect("localhost", "root", "", "upload")...
  7. D

    ❓ Help Anong tawag dito guys?

    Progress bar steps eto check mo source code from mdootstrap
  8. D

    🔒 Closed Pa HELP Guys, PHP Pop-Up MODAL!

    eto lods ayusin mu na lng kung panu mu gusto implement yung edit delete <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script...
  9. D

    🔒 Closed Pano gamitin tong SweetAlert sa PHP ?.. Pasok mga Tropa!!

    etong sweetalert cdn gamitin mu <?php echo '<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11.6.15/dist/sweetalert2.all.min.js"></script>'; echo '<script type="text/javascript"> Swal.fire( "There You Go!", "New-Record added, Successfully!", "success");</script>'; ?> pag no error...
  10. D

    🔒 Closed Ask lang po udemy course

    Meron ako old version torrent pero madami seeders naman: Web Development Bootcamp 2021 by Angela Yu - torrent link
  11. D

    🔒 Closed Help poo para sa paghanap ng mode

    iloop mu na lang uli para maextract lahat scores na same sa maxCount #include <stdio.h> #include <stdlib.h> #include <time.h> #define MAX_SCORE 95 #define MIN_SCORE 75 #define NUM_SCORE 50 int compare_ints(const void*a, const void *b) { return (*(int *) a - *(int *)b); } int main() {...
  12. D

    🔒 Closed Pa help sa visual basic

    Eto lods, edit mo na lang para sa user input. saka by order lang yung pagcheck nia sa winning number so di pa nacheck kung lahit isang number ay match sa winning number Very Simple 6/45 Lotto Number Generator ' Super Basic 6/45 lotto ' This does not check for duplicate winning numbers Module...
  13. D

    🔒 Closed File Handling in C: Pahelp po

    eto pala idagdag mo fclose(file); after nung full code ng // Write the sorted exam scores to a file para maclose muna yung file connection bago mag append. eto full code #include <stdio.h> #include <stdlib.h> #include <time.h> #define MAX_SCORE 40 #define MIN_SCORE 20 #define NUM_SCORE 10...
  14. D

    🔒 Closed Data recovery

    kung recently deleted lang ang file at naka on yung file history mo, try mo muna baka may shadowcopy pa. kung wala, try Recuva or EaseUS NirSoft - ShadowCopyView
  15. D

    🔒 Closed File Handling in C: Pahelp po

    sa pinakababa ng SortedExamScores.txt
Back
Top