-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joan Alba Maldonado
committed
Aug 13, 2016
1 parent
117318e
commit 433dc62
Showing
101 changed files
with
41,791 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Online shop engine | ||
=================== | ||
by Joan Alba Maldonado (joanalbamaldonadoNO_SPAM_PLEASE AT gmail DOT com, without NO_SPAM_PLEASE) | ||
|
||
Online shop engine written in PHP. | ||
|
||
Version: no version | ||
- Date: 2005 (approximately) | ||
|
||
|
||
Description | ||
|
||
Powerful online shop engine highly confirable, cross-platform and cross-browser. | ||
|
||
Automatically detects JavaScript support. JavaScript is not needed but it is used it in the case it is available (for example, to detect screen resolution so that the PHP engine can know it). | ||
|
||
If the admin wants, a lot of very useful data about the client will be sent to the desired email. | ||
|
||
It doesn't use any databases at all but just plain text files that have to be edited to be configured. In the case that someone happens to want to use this shop engine, programming knowledge is not necessary at all. Editing text files and placing product images in a certain folder is enough. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<center><font color="<?php echo $font_color_title?>" size="<?php echo $font_size_title?>"> | ||
<?php readfile($title_file); ?> | ||
</font></center> | ||
<p> | ||
<font color="<?php echo $font_color?>" size="<?php echo $font_size?>"> | ||
Texto en la web | ||
</font> | ||
</p> | ||
<p> | ||
<font color="<?php echo $font_color?>" size="<?php echo $font_size + 1?>"> | ||
<?php | ||
echo "© "; | ||
readfile($title_file); | ||
echo "<br>"; | ||
if (isset($contact_nif) && $contact_nif != "off") { echo $contact_nif."<br>"; } | ||
if (isset($contact_street_location) && $contact_street_location != "off") { echo $contact_street_location."<br>"; } | ||
if (isset($contact_cp) && $contact_cp != "off") { echo $contact_cp." "; } | ||
if (isset($contact_city_location) && $contact_city_location != "off") { echo $contact_city_location."<br>"; } | ||
if (isset($contact_country_location) && $contact_country_location != "off") { echo $contact_country_location."<br><br>"; } | ||
if (isset($contact_pd) && $contact_pd != "off") { echo "Distrito postal: ".$contact_pd."<br><br>"; } | ||
if (isset($contact_tlf) && $contact_tlf != "off") { echo $contact_tlf."<br>"; } | ||
if (isset($contact_email) && $contact_email != "off") { echo "<a href=\"mailto:".$contact_email."\" title=\"".$contact_email."\">".$contact_email."</a><br>"; } | ||
|
||
//if (isset($supply_category)) { $supply_category = trim($supply_category); } | ||
|
||
?> | ||
</font> | ||
</p> | ||
<br> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Categoria: Subcategoria1, Subcategoria2, Subcategoria3, etc| | ||
Ofertas:| | ||
Telas: Magicas, Rojas, Verdes, Azules| | ||
Bromas: Cachondeo, Raras, Otros| | ||
Pizzas: Cuatro quesos, Napolitana, Margarita, Cuatro estaciones| | ||
Idioteces: gominolas,remendones,palancas| | ||
ko�erias:lacasitos, hermonoides, romoninindinguis| | ||
nada:nada,nada2,nada3| | ||
�� Marico na das: n a d a, nada2, nadisima| | ||
Más coñerías:asdás,Otros| | ||
Kits: Kititos, kitotes| |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?php | ||
|
||
//Visor de logs | ||
// | ||
//Programa y Web por Joan Alba Maldonado | ||
|
||
?> | ||
|
||
<html> | ||
<head><title> | ||
Visor de logs - <?php echo date("d/m/Y [H:i:s]"); ?> | ||
</title></head> | ||
<body bgcolor="#ffffff"> | ||
Visor de logs | ||
<br> | ||
<?php echo "Fecha y hora actuales: ".date("d/m/Y [H:i:s]"); ?> | ||
<br> | ||
<br> | ||
<?php | ||
if(file_exists("errors.log")) { | ||
include "errors.log"; | ||
} else { | ||
echo "<font color=\"#ff0000\">No existe errors.log</font><br>"; | ||
} | ||
?> | ||
</body> | ||
</html> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.