1
ibleedv20
Re: 403 error with established site
  • 2009/9/14 3:16

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


I will do that.Strangely the page comes up at times when I go to home page from admin
and then it's gone when move around.At that time I can see others are on the site but it is definately not a problem on my end.



2
ibleedv20
403 error with established site
  • 2009/9/14 2:15

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


I have a site that has been online for over a year and today suddenly I get a 403 forbidden error.I can log in to admin only.Any idea where I would begin? Permissions in database don't seem to have changed.



3
ibleedv20
Banners issue
  • 2009/8/30 13:23

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


On my site XOOPS 2.3 only a registered user can make a click thru on the banners.Anonymous users can see the banner but are taken to a white page with the url like thishttp://www.omnilinkit.com/banners.php?op=click&bid=5

Let it be noted that I am checking with other computers on the same network with the same ip.



4
ibleedv20
Re: Does everyone have to make a buck on twitter blocks
  • 2009/8/15 15:13

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


Yes double checked and gives white page for me anywhere I put it including previewing it.Set to php script and double checked copy and paste.

PS.I appreciate these replies and you are helping a soul self educate.



5
ibleedv20
Re: Does everyone have to make a buck on twitter blocks
  • 2009/8/15 14:32

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


That code gives me a white page.I am using 2.3.3



6
ibleedv20
Does everyone have to make a buck on twitter blocks
  • 2009/8/15 1:26

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


First I must say I am not really experienced with php and making blocks but here goes anyways.I am putoff by the whole make a buck on Twitter trend.I am trying to create a w=125 x h=250 block that shows my community leaders latest Twitter posts.Just the lastest.I want to host the background image in my database.Is this so hard? I dont want to create a buisiness.Just show the top ten leaders in the community.I see blocks with ads but yuk to them.If I can get thre right php maybe I can do the css and figure out how to link the backgrond image.Or maybe I am missing a piece of the puzzle as to why noone wants to give this away.the php I am using is

$feedUrl = 'http://twitter.com/statuses/user_timeline/15268838.rss';
$yourTwitterUrl = 'http://www.twitter.com/ibleedv20';
$disableUtf8 = false;
// ********************************************************

require XOOPS_ROOT_PATH.'/class/snoopy.php';

$snoopyDog = new Snoopy();
$snoopyDog->fetch($feedUrl);
$xml = simplexml_load_string($snoopyDog->results);
if($xml !== false) {
$elements = array('title', 'description', 'pubDate', 'guid', 'link');
echo "<ul>";
foreach($xml->channel->item as $item) {
foreach($elements as $element) {
$$element = $disableUtf8 ? utf8_decode($item->$element) : $item->$element;
}
$date = formatTimestamp(strtotime($pubDate), 's');
echo "<li><a href='".$link."' target='_blank'>".$date.' - '.strip_tags($title)."</a></li>";
}
echo "</ul>";
echo "<br /><a href='".$yourTwitterUrl."'>Follow us on Twitter</a>";
}




7
ibleedv20
Xoops on local host with http
  • 2009/8/9 15:45

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


I am trying to set up XOOPS on my local server allowing it to be seen and used from the outside ip.I have tried xampp,and seperate installs of Apache,mysql and php.Is there a bundled package that includes XOOPS that would make it easier for me to accomplish this?It seems that I always have directory problems and cant see past the Apache screen or the xampp screen from http.I do have a domain name properly pointed to my outside IP.



8
ibleedv20
Re: Editor in blocks
  • 2009/7/27 17:22

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


I will be trying it on my test site today.Once again it is a pleasure to be using XOOPS and to receive such great support.I am learning so much from using this CMS.I support this site and all associated with it.Thnx again.



9
ibleedv20
Editor in blocks
  • 2009/7/27 2:42

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


Is it possible to get a choice of editors in the blocks section.Hyperlinks are so bland without color.Would this be a hack or is there a way to get a WYSIWYG in there.



10
ibleedv20
Re: Trouble after creating backup
  • 2009/7/26 17:53

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


Lol it somehow got moved out of the directory.I put it back in and the site loads just fine.I love this community thnx very much.




TopTop
(1) 2 3 4 »



Login

Who's Online

155 user(s) are online (110 user(s) are browsing Support Forums)


Members: 0


Guests: 155


more...

Donat-O-Meter

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

Latest GitHub Commits