for your own use, try, base64 encoding, the image is written as displayable characters and recoded on the fly
the same as images are embedded in email
a likely google search would be multipart mime refers to email but the process is the same
the ([enclosed]) also ([[ ]]) (([[ ]])) ([[[ ]]]), facebook numbers do not actually encode anything, they are references for facebook javascripts to access stored images, references to user id_s, references to anything facebook want to reference, obscured - not encrypted
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> <meta charset="UTF-8">
from the source code of the page the image is prtscr from http://www.asgcinc.org/
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7
toast n home made strawberry jam. bad instant coffee, new rule dont let ME make the coffee, getting the espresso machine and the grinder out nof the back of the cupboard
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7
lets get the obvious out of the way, to make sure it isnt a doh head-slap moment
\what doctype declaration it the file
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7
Google does not index every page of every site, that would be a duplicate of the web in size
there are a representative sample of the site, the more inbound links you validly get, the more pages will be indexed.
the more often you resubmit the same site, the more likely your are to offend some term of service at the search engine and get downgraded
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7
<form name="daftar" method="post" action="daftar.php" onsubmit="return tq()">
<input type="submit" name="Daftar" value="Daftar" id="submit" onClick="return checkscript()"/>
perhaps
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7
find the config files for the mysql server installed, or the helpscreens, and see what the default install says about passwords
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7
@dorco, read the prior posts, you will learn as well, there is no smtp server on a wamp localhost
no mail server to send mail, => there are no server logs
you cannot the same answer applies
ignorance is not bliss
wrong answers dont help
whatever dont make wrong, right.
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7
localhost does not have an smtp server, mail() does not work without an smtp server
html filoes do not process php commands, unless you have modified the configuration "addhandler serverparsed"
the php helpscreens at php.net are very good, and include
EDIT: Correct
code samples, would be probably a good idea to view the mail() help page
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7
encode the image as base64, then WRITE/echo the encoded image into the email. do not refer to a location on the server
open a received email from someone else
EDIT: with an image
in a text editor and look at the source, the process will become easier to concept
and you can write the logo into the php script
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7
Canada, Silver 4wd, snow proof travel
Australia, White, Red 4wd convertible, green 4wd wagon, yellow 6w atv, red atv quad, yellow atv quad, blue dirtbike, yellow tractor, yellow grader,
In the bush, if it isnt dust, its mud, everything is awd except the highway car
older, not more mature, just older
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7
then perhaps a different code editor than aptana, if the errors are not being highlighted, its no use
have you corrected the code as noted
do you access the file through the local wamp server localhost, not by clicking the file, sometimes it is the silly things
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7
The google search would proabaly be "how to create a multipart mime email in php"
Wiki mime type explanation
I dont do it myself, but it encodes the image as base64 text, so it can be sent in the body of the email
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7
<!DOCTYPE html>
<html lang="en">
<head>
<title>PHP Test</title>
</head>
<body>
<p>This is an HTML line</p>
<p>
<?php echo 'This is a PHP line';
echo phpinfo(); ?>
</p>
</body></html>
corrected code
doctype html5 must close or selfclose all elements
php left out a little echo
would suggest getting a code-highlight editor, these errors show up in colour changes in the code, making it easier to spot
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7
Anything other than organic linking, degrades SER
and leads to blacklisting. Search engines are very good at detecting black practice
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7
Googlebots have read the sitemap, and discarded duplicate, and low value pages.
Improve the value (content) of the un-indexed pages and resubmit the sitemap
sitemap bombing, like any other black or grey SEO tool, will get you delisted. No third party site can guarantee you any better result than the google webmaster tools reports
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7
<!DOCTYPE html>
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
just a thought, I'm not going through a few hundred K of file
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7
javascripts may not work, many users block javascript as security issue
css is easier
@media print { .dontprint {display:none;} }
@media screen { .dontshow{ display: none; }}
anthing you dont want to print is 'class="dontprint" '
a set of separate page headers and text to complete a printed page that does not show onscreen is the 'dontshow' class
almostbob
Nearly a Senior Poster
3,284 posts since Jan 2009
Reputation Points: 585
Solved Threads: 399
Skill Endorsements: 7