Posts mit dem Label script werden angezeigt. Alle Posts anzeigen
Posts mit dem Label script werden angezeigt. Alle Posts anzeigen

Montag, 29. Februar 2016

How to Make a Proxy WebsiteIn Feburary 2016 29,

In Feburary 2016 29,
Open an account at a web host that allows proxy websites. Many hosting companies do not allow proxies because they can generate a large amount of traffic that overloads the servers. Those that do allow proxy websites will typically prefer that you have a Virtual Private Server (VPS) or a dedicated server. Most hosts do not allow web proxies on a shared server.
Obtain a copy of PHProxy. This script acts as the software to power your proxy site. PHProxy is available free of charge, so anyone can make a proxy website without spending a lot of money.
Log into the control panel for your web hosting account. Create a MySQL database that will be used by the PHProxy script. Make note of the database name, user name and password that is associated with the database. This information is needed to configure the script to communicate with the database.
Edit the config.php file that is included with the script. Open the file with a HTML editor so that you can edit the contents of the file and save the new copy. Use Windows Notepad if you do not have a HTML editor. Simply open the file, edit the website name, website address, database name, database user name and database password. Save the file after the information has been edited.
Use an FTP program to upload all of the files to your hosting account. You can download a free copy of Filezilla FTP if you do not already have a program. Simply upload all of the files and folders included with PHProxy to your web hosting account. Your proxy website should now be operational.
Read the documentation that is included with PHProxy. Follow the instructions in the documentation to customize your script, such as changing colors, page layout or other visual elements. This will help you make a FTP website that stands out.
In Feburary 2016 29,

Donnerstag, 4. Februar 2016

How to Create a PasswordIn Feburary 2016 04,

In Feburary 2016 04,
Join a website that offers this service. Some are less secure and may not offer the exact protection you need. Others are more secure and may require a fee.
That website you joined will give you an HTML code to enter into your website. This may vary based on the program.
Look for a line in the script that reads 'form.id.value=='userID.'' Change 'userID' to whatever username you want.
Now look for a line in the script that reads 'form.pass.value=='password.'' Change 'password' to the one you want.
Now look for a line that reads 'location='page2.html.'' This is the URL of the page that the person will be directed to once they enter the correct password. You may have to edit the path accordingly. If you're not sure, just put the complete URL of the page here.
The next step is optional. Look for a line that reads 'alert('Invalid Password').' You can change 'Invalid Password' to whatever message you want. For example, you can make it say, 'The password you entered is incorrect. Please try again.'
You can also do the same to the user Invalid ID section. Look for the line 'alert('Invalid UserID').' Change 'Invalid UserID' to whatever message you want to display when the username is incorrect.
That's it. You're finished!
In Feburary 2016 04,