21
pnppcs
Re: How do I wrap a URL page ?
  • 2005/9/15 3:42

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


Hi canuck, have a read of this:

https://xoops.org/modules/smartfaq/faq.php?faqid=151

I think you would be looking at the IFrame function...

https://xoops.org/modules/smartfaq/faq.php?faqid=270

Good luck



22
pnppcs
Re: block contents dont show after upgrade
  • 2005/9/14 21:24

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


Hi jdseymour, thankyou for your very helpful reply. However, after following the FAQ instructions I still had no System Icon. But this gave me an idea - if I could access the groups section then I should be able to access the System Configuration page by going here:http://www.yoursite.com/modules/system/admin.php and in there I was able to go to modules and update the System Module.

Now I have my System Icon back yeeeeeeeeehhhhhhhhhh

And.........to make this a VERY happy story, my custom block content is now viewable woooooohoooooooooo

Thank You :)

P.S. Someone may want to update the FAQ to reflect what I have done as just simply following the current FAQ didn't help me.



23
pnppcs
Re: block contents dont show after upgrade
  • 2005/9/14 12:53

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


I did all of that is mentioned in previous posts and now after uploading the 2.0.13.1 files i no longer have a "System" button in admin panel. I should have just not bothered with the custom blocks and lived with a standard site. Very disappointed :( Now I can't get to my system admin panel to delete and regenerate my templates or anything else in that section for that matter. Now where do I go or am I screwed??

Marty.



24
pnppcs
Re: Custom block content not showing
  • 2005/9/13 23:07

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


ooppssss

Very sorry :(

I searched before and got no answers and now I just searched again and found this:

https://xoops.org/modules/newbb/viewtopic.php?topic_id=40766&forum=27&post_id=180634#forumpost180634

please disregard my original post.

Marty.



25
pnppcs
Custom block content not showing
  • 2005/9/13 23:03

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


Hi all, I am using 2.0.13.1 and I have created a custom block in "Auto format (smilies enabled)" and set permissions. The block shows with title but the content in the block is not displaying

I have tried formatting the block in "HTML" and still the same result. Block is there and viewable but the content withing the block is not displayed and thus showing an empty block.

I have never had this problem before - very strange.....

Is anyone else having this problem and if so what do I have to do to get it to work??



26
pnppcs
Re: 2.013 > 2.2 Update breaks site
  • 2005/8/8 1:07

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


I have this error also :(

I did close my site prior to doing the upgrade but I did not have gzip enabled.

The script seemed to go well but when I tried to log in I got the "incorrect login" error.

Are there any other reasons for this to be happening and anyway to fix it??



27
pnppcs
Re: Koivi for admin use only
  • 2005/8/8 0:52

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


<bump>



28
pnppcs
Koivi for admin use only
  • 2005/8/7 22:51

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


Hi, is it possible to set up the Koivi editor and have it only available to certain groups and other groups simply just don't even know it is there??

Thanks,
Marty.



29
pnppcs
Re: PHP FTP Client in a custom block??
  • 2005/8/4 8:38

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


oh how cool is that

Thankyou bassman



30
pnppcs
PHP FTP Client in a custom block??
  • 2005/8/4 7:15

  • pnppcs

  • Just popping in

  • Posts: 55

  • Since: 2005/1/25


Hi all, I stumbled across a script that I think allows FTP access to a server through a webpage using PHP. This has me very interested as I would like to give my clients a simple FTP client from my website but i'm not sure if this is posible.

I thought this is a good way to share the script also as it would be quite useful to a lot of people.

I tried adding the script into a custom block and well the block won't even show up.

I'm using 2.0.13 and below is the script:
<?
$host "";
$user "";
$password "";

$ftp_connection ftp_connect($host);

@
ftp_login($ftp_connection$user$password);

$path $HTTP_GET_VARS["path"];
   
$parent substr($path0strrpos($path"/"));
   
$file_list ftp_nlist($ftp_connection$path);
?>


<? if($path != "") { ?>
<a href="<?= $_SERVER["PHP_SELF"?>?path=<?= $parent ?>">..</a>
<br />
<? ?>

<? for($index 0$index sizeof($file_list); $index++) { ?>

   <?
   $file_size 
ftp_size($ftp_connection$file_list[$index]);

   
//Format the file name so that it doesn't include the full path.
   
if($path == "")
      
$file_name $file_list[$index];
   else
      
$file_name substr($file_list[$index], strrpos($file_list[$index], "/") + 1
                          
strlen($file_list[$index]) -  strrpos($file_list[$index], "/"));
   
?>

   <? //Find out if it's a file or a directory. ?>
   <? if($file_size == -1) { ?>
   <a href="<?= $_SERVER["PHP_SELF"?>?path=<?= $file_list[$index?>"><? ?>
   <?= $file_name ?><? if($file_size == -1) { ?></a><? ?>
   <br />

<? ?>

<?
ftp_close
($ftp_connection);
?>


Maybe this code is only for a stand alone webpage.php or maybe even a one page module??

Does anyone have any ideas??

Marty.




TopTop
« 1 2 (3) 4 5 6 »



Login

Who's Online

272 user(s) are online (169 user(s) are browsing Support Forums)


Members: 0


Guests: 272


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits