Visualizzazione risultati 1 fino 6 di 6

Discussione: RateApic

  1. #1
    Guest

    Predefinito RateApic

    Ho trovato questo "pacchetto" molto carino per creare un portalino per foto amatoriali. L'ho caricato e tutto sembra a posto tranne il fatto che non visualizza le miniature delle foto inserite. Qualcuno lo conosce e sa darmi qualche dritta? Lo potete vedere QUI

  2. #2
    L'avatar di seneca
    seneca non è connesso Super Moderatore
    Data registrazione
    18-12-2004
    Residenza
    la Città Eterna
    Messaggi
    8,376

    Predefinito

    Citazione Originalmente inviato da KatieJordanPrice
    Ho trovato questo "pacchetto" molto carino per creare un portalino per foto amatoriali. L'ho caricato e tutto sembra a posto tranne il fatto che non visualizza le miniature delle foto inserite. Qualcuno lo conosce e sa darmi qualche dritta? Lo potete vedere QUI
    azz... pensavo foto di paesaggi, di macchine, di stelle, e invece... BOLLINO ROSSO per i bimbi!!!
    scusate per l'OT, ma dovevo avvertirvi!!


    -- Aut Roma Aut Nihil!

  3. #3
    Guest

    Predefinito

    Esagera: lo stai facendo passare come un sito porno per due modelle semisvestite (che comunque erano foto prese a caso)
    Comunque non si è risolto il problema pur mettendo montagne e fiori (speravo fosse quella la soluzione.....)

  4. #4
    L'avatar di seneca
    seneca non è connesso Super Moderatore
    Data registrazione
    18-12-2004
    Residenza
    la Città Eterna
    Messaggi
    8,376

    Predefinito

    mica ho detto che è porno, ho solo cliccato sulla "X rossa" dell'immagine mancante e mi si è aperta la visione celestiale di Victoria Silvsted tutta nuda! per me non c'è problema... comunque chiudiamo qui il discorso (se no rock mi picchia...) e attendi qualche post più tecnico del mio


    -- Aut Roma Aut Nihil!

  5. #5
    Guest

    Predefinito

    Posto il contenuto del file setting.php nella speranza possa essere d'aiuto
    Codice:
    <? 
    
    /* DB VARIABLES*/
    $sqlhost = "localhost";
    $sqluser = "root";
    $sqlpass = "password";
    $sqldb = "mydb";
    
    /* TABLE NAMES */
    $r_ucomments = "r_ucomments"; // user comments
    $r_picuploads = "r_picuploads";
    $r_banip ="r_banip";
    $r_catagory = "r_catagory";
    $r_links = "r_links";
    $r_messages = "r_messages";
    $r_users = "r_users";
    $r_usersonline = "usersOnline";			
    $r_faq = "r_faq";					
    
    /* PATHS */
    $mainurl = "/rateapic/";
    $thumbType = "0";  // 0 = GD, 1 = ImagageMagic
    $thumbdir = "thumb";  // short path
    $imagedir = "uploads";  // short path
    $fullpathuploads = "/var/www/html/rateapic/uploads";
    $fullpaththumb = "/var/www/html/rateapic/thumb";
    $theme = "templates/default";			
    
    /*ADMINISTRATION OPTIONS*/
    $adminpassword = "password";
    $notifyAdmin ="1";		// 0 = off, 1 = on when new photo submitted
    $preapprove ="0";      // 0 = admin approves first  = everything approved
    $showvotes = "1";  // 0 = off, 1 = on vote tracking on and off.
    $maxupSize = "900000"; // maximum upload size in bytes
    $new_w = "320";					// thumbnail width after upload.
    $maxupWidth = "1024";  // maximum width of pic to accept
    $maxupHeight = "768";  // maximum height of pic to accept
    $maxvotes="30"; 	// if showvotes off, ignore.
    $maxcomments ="3"; // max comments to show before displaying more
    $maxlinks = "10";   // max links to show before displaying more
    $maxfaq = "4";		// maximum faq questions to display before the more.
    
    /* PAGE VARIABLES */
    $infoText="Simply rate each picture by clicking on the themometer and we'll advance you to the next available entry. If you would like to submit your own photo, click on the signup and we'll do the rest.";
    /*	Customize what <:INFOTEXT:> displays on each page.
    	By default, main page is default to what infoText is set for.
    	However, you can customize each one.  Just make sure what ever
    	you supply, make sure it's not blank, else the formatting may not
    	look correct.
    		 
    	Example:
    	$JoininfoText="After filling out the form below, we'll email you your user name and password.";
    */
    $FeedbackinfoText=$infoText;
    $InboxinfoText=$infoText;			
    $CommentinfoText=$infoText;
    $PrivateinfoText=$infoText;			
    $JoininfoText=$infoText;
    $AboutinfoText = $infoText;
    $FaqinfoText = $infoText;	
    $UploadinfoText = $infoText;				
    $aftervote ="";		   // not recommend to use.  Ignore this and keep it blank.
    
    /* SITE VARIABLES*/
    $mailadmin = "youremail";			
    $sitetitle = "RateApic";		// used when emailing users
    $sitename = "yoursite.com";		// used for page title in browswer.
    $siteurl ="http://yoursite.com/rateapic/";  //With trailing slash!!
    $mailname = "RateApic";
    $msgText = "<html><head><title>$sitename</title></head>
    					<body style=\"margin:8px 9px 9px 12px\" bgcolor=\"#ffffff\"> 
    					<font face=\"Verdana,Arial\" size=\"2\">
    					You're receiving this message because you recently signed up for a username and password on <a href=\"$siteurl\">$sitetitle</a>.  We want to personally thank you for taking the time for contributing to our site.   You're username and password is listed below.  After signing in, please make sure to change your password by clicking on the <i>Your Profile</i> option after logging in.  At anytime, you can change a number of options including your email address and things of that nature.
    					</font>
    					</body></html>";
    					
    $footer = "(c) 2002 phpRateApic iFuller.com";
    				
    
    ?>
    Ultima modifica di KatieJordanPrice : 15-01-2006 alle ore 19.49.45

  6. #6
    Guest

    Predefinito

    Allora, credo che il problema principale sia che carica le foto, ma non crea le "thumbs"

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •