Add files via upload

This commit is contained in:
wibyweb 2022-11-18 01:40:56 -05:00 committed by GitHub
parent 47ff01fa2e
commit 76090a6a70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 20 deletions

View file

@ -21,9 +21,9 @@
<label for="urls">URL List:</label><br>
<?php if(isset($_POST['urls'])) : ?>
<textarea id="urls" name="urls" maxlength="8000" rows="10" cols="60" ><?php echo htmlspecialchars($_POST['urls'], ENT_QUOTES, 'UTF-8') ?></textarea>
<textarea id="urls" name="urls" maxlength="40000" rows="10" cols="60" ><?php echo htmlspecialchars($_POST['urls'], ENT_QUOTES, 'UTF-8') ?></textarea>
<?php else : ?>
<textarea id="urls" name="urls" maxlength="8000" rows="10" cols="60" ></textarea>
<textarea id="urls" name="urls" maxlength="40000" rows="10" cols="60" ></textarea>
<?php endif; ?>
@ -35,23 +35,6 @@
</div><br>
<br>
<div><input type="submit" value="Submit"/></div>
<br><br>
<h3>What kind of pages get indexed?</h3>
<p>
Pages must be simple in design. Simple HTML, <b>non-commerical</b> sites are preferred.<br>
<b>Pages should not use much scripts/css for cosmetic effect.</b> Some might squeak through.<br>
Don't use ads that are intrusive (such as ads that appear overtop of content).<br>
Don't submit a page which serves primarily as a portal to other bloated websites.<br>
If you submit a blog, submit a few of your articles, not your main feed.<br>
If your page does not contain any text or uses frames, ensure a meta description tag is added.<br>
Only the page you submit will be crawled.<br>
</p>
<p class="pin">
<br><br>Note:<br>
<br>The WibyBot (172.93.49.59) is occasionally rejected by some web servers.
<br>Barring technical issues, if you are puzzled why a site wasn't indexed, reread the above guide.
<br>Angelfire and Tripod pages are no longer grandfathered (ads are too intrusive).
</p>
</form>
</body>

View file

@ -17,7 +17,7 @@
<?php echo $output; ?>
<br><br>
<a href="/bulksubmit/bulksubmit.php">Return to bulk submission page</a>
<a href="bulksubmit.php">Return to bulk submission page</a>
<br><br>
<a href="/">Return to wiby</a>