He comprado un script, llamado cms multimedia. se requiere una tabla para base de datos especifica.
Yo proporciono el script que puede quedar en su propiedad, este script solicita crear una base de datos sin usuario ni nombre, pues el archivo sql que me enviaron ya viene configurado.
El script ya esta instalado, pero las tablas de las bases no.
por lo que me marca errores.
Es cuestion de que me ayuden a saber donde colocar esas tablasy como crear la base de datos.
El script viene con un manual de instalación que yo les proporciono.
Una indicacion de ese manual es:
1) First, click on My SQL Databases in your CPanel (or other control panel) and create a database called CMS (or some other name your like).
You will see "Add db" or something similar.
You don't need to create a database username or password. Just create the database.
2) once created, go into your database (click on the PHPMyAdmin link at the bottom of that page) , select the CMS database and click on SQL.
You will then see a box. Cut and paste the complete code from the 'entertainmentCMS.sql' database tables text file and paste it into the box.
By submitting the SQL form, your database will then be automatically constructed.
The database is then finished.
3/ What is the maximum size of a file a user can upload to the server through the script?
Ans: It depends on the limit set by your hosting company. The script allows you to upload files of any size; however, there is often a limit set by the hosting company. You need to contact them for the information about this limit.
Ans.: you should amend the 'value' of the following code in the file submit.php
Code:
<input type="hidden" name="MAX_FILE_SIZE" value="10485760" />
Where 10M = "10485760"
In case you need to change it to 1M then value="1048576"
eso seria todo
Gracias y adios.
![País: México [mx]](http://static.trabajofreelance.com/images/flags/mx.gif)
![GeoTrust [GeoTrust]](http://static.trabajofreelance.com/images/seal/geotrust.gif)
![PayPal [PayPal]](http://static.trabajofreelance.com/images/seal/paypal.gif)
![Visa [Visa]](http://static.trabajofreelance.com/images/seal/visa.gif)
![MasterCard [MasterCard]](http://static.trabajofreelance.com/images/seal/mastercard.gif)
![Feeds [Feeds]](http://static.trabajofreelance.com/images/seal/rss.png)
![Blog [Blog]](http://static.trabajofreelance.com/images/seal/wordpress.png)
![Facebook [Facebook]](http://static.trabajofreelance.com/images/seal/facebook.png)
![Twitter [Twitter]](http://static.trabajofreelance.com/images/seal/twitter.png)
![Linkedin [Linkedin]](http://static.trabajofreelance.com/images/seal/linkedin.png)
![Youtube [Youtube]](http://static.trabajofreelance.com/images/seal/youtube.png)