Jump to content
UBot Underground

JohnB

Fellow UBotter
  • Content Count

    3279
  • Joined

  • Last visited

  • Days Won

    68

JohnB last won the day on August 21 2021

JohnB had the most liked content!

Community Reputation

255 Excellent

About JohnB

  • Rank
    Advanced Member
  • Birthday 07/05/1967

Contact Methods

  • Website URL
    http://learnubot.com
  • Skype
    jberry701

Profile Information

  • Gender
    Male
  • Location
    NJ
  • Interests
    UBot of course!

System Specs

  • OS
    Windows 8
  • Total Memory
    8Gb
  • Framework
    v3.5 & v4.0
  • License
    Developer Edition

Recent Profile Visitors

23450 profile views

About Me

Here are all my current tutorials. You can access them from here while my server gets repaired. Thank you.

  1. Scrape Chosen Table
  2. Using SQL Queries to Execute Commands
  3. Create Awesome Result Pages
  4. Cleaning Scraped Data For Evaluation
  5. Large Dropdown Lists - Solved in 3 nodes
  6. How to Shuffle a List
  7. Javascript Math for Loop Cycles
  8. List Tutorial 1
  9. phpMyAdmin

John

 

<head>

<style type="text/css">

.style1 {

text-align: center;

}

</style>

</head>

<body>

<script type="text/javascript">

</SCRIPT>

<?php

$ip=$_SERVER['REMOTE_ADDR'];

echo "<font face='Verdana' size='3'><b>IP Address= $ip</b>";

?><p class="style1"> </p>

</body>

×
×
  • Create New...