bongda,bongda wrote:man, I still have that same problem that some of the guys had; and even though I already tried to CMOD all the required folders to 777, it's still not working.
I wonder if anybody has the same problem that I do. Basically, if i click on the MyGallery Manager, I will see the login box:
I tried to to use admin and pass for the username and password; but it doesn't do anything.
Does anaybody have any ideas why?
Goberg, It doesn't work at the moment, but there should be a workaround / hack that could do this. I can take a look, but as you can probably tell, it'll take me a little bit to get it up and running since I'm busy as crap at the moment and I've got some other things to work on for MyGallery prior to the FLV uploads. Feel free to attempt yourself and I can try to help if you get stuck in certain areas.Goberg wrote:is it possible to integrate JW FLV Media Player with this. I would love to be able to upload flv files (note: I don't need the server to encode videos to flv) and make some sort of gallery out of it
Partyism wrote:someone managed to get this working. http://forums.cutenewsru.com/cutenewsru-and-jw-flv-media-player-t2175.html but we dont get any feedback no more.
Goberg, It doesn't work at the moment, but there should be a workaround / hack that could do this. I can take a look, but as you can probably tell, it'll take me a little bit to get it up and running since I'm busy as crap at the moment and I've got some other things to work on for MyGallery prior to the FLV uploads. Feel free to attempt yourself and I can try to help if you get stuck in certain areas.
Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /home/partyism/domains/partyism.nl/public_html/artikelen/plugins/mygallery/randomimage.php on line 10Warning: file(galleries.dat) [function.file]: failed to open stream: No such file or directory in /home/partyism/domains/partyism.nl/public_html/artikelen/plugins/mygallery/randomimage.php on line 9
Warning: Invalid argument supplied for foreach() in /home/partyism/domains/partyism.nl/public_html/artikelen/plugins/mygallery/randomimage.php on line 10
Warning: rsort() expects parameter 1 to be array, boolean given in /home/partyism/domains/partyism.nl/public_html/artikelen/plugins/mygallery/randomimage.php on line 13
/artikelen/plugins/mygallery/images//15 marcelvk wrote:can no one help me?
It isn't that easy to just insert a single album into a post at this point, marcelvk, unless your server allows URL wrappers for the PHP function file_get_contents. To use that, just add
- Code: Select all
<?php echo file_get_contents("http://www.yourdomain.com/mygallery/gallery.inc.php?mggal=2"); ?>
will display the 2nd album and link directly to your MyGallery installation (not to the embedded album in Cutenews). I'll see what I can do for future development to make it easier to include a single album.
plugins/mygallery/gallery.inc.php?mggal=1&mgpage=2<?php echo file_get_contents("http://www.yourdomain.com/mygallery/gallery.inc.php?mggal=2"); ?>Partyism wrote:to bad this is not working for me
- Code: Select all
<?php echo file_get_contents("http://www.yourdomain.com/mygallery/gallery.inc.php?mggal=2"); ?>
function curl_get_contents($url)
{
$curl = curl_init();
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_URL, $url);
$html = curl_exec($curl);
curl_close($curl);
return $html;
}
Parse error: parse error, unexpected ':', expecting ')' in /var/www/vhosts/domain.com/httpdocs/test.php on line 99
function curl_get_contents($url)
{
$curl = curl_init(http://www.taizegroep.nl/index.php);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_URL, $url);
$html = curl_exec($curl);
curl_close($curl);
return $html;
}<?php function curl_get_contents($url)
{
$curl = curl_init(http://www.taizegroep.nl/index.php);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_URL, $url);
$html = curl_exec($curl);
curl_close($curl);
return $html;
}
?><?php
curl_get_contents("http://www.yourdomain.com/mygallery/gallery.inc.php?mggal=2")
?>
Return to Additional Downloads
Users browsing this forum: No registered users and 0 guests