21
chefry
Re: Xortify 2.5.1 & Spiders 2.7.1 - Cloud Security for XOOPS & Clones
  • 2011/8/29 14:36

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


I don't really care what it's doing on your localhost.

I'm not going to bother with it anymore

Too many problems

22
wishcraft
Re: Xortify 2.5.1 & Spiders 2.7.1 - Cloud Security for XOOPS & Clones

It works the same on localhost as well as services like hosting, I am afraid there is nothing wrong with it chefry. it is something to do with your physical installation, if you see how many site are pollinghttp://xortify.chronolabs.coop andhttp://xortify.com you will see that it is all working fine for other people.

I appologies you had frustration but it is not a flaw of the application something to do with your hosting services and something that is performing and operating on local host which is a development environment then it should also work on the hosting environment it is only PHP after all.

Thanks for asking about the warning and notices, but there will be no more releases for 2.4.5 after this, warning and notices aren't really errors, just dirty code, but that is fixed now.

Have a good day.

Simon
Resized Image
www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts

23
recupsoft
Re: Xortify 2.5.1 & Spiders 2.7.1 - Cloud Security for XOOPS & Clones
  • 2011/8/29 18:25

  • recupsoft

  • Friend of XOOPS

  • Posts: 151

  • Since: 2003/10/30


On my side, Spiders was installed 1st.
It's okay with Spiders+Xortify 2.53
FR/EN sites: OverFiles.com + TotalJeux.fr / FR seulement : Sos-Adsl.com + PlaneteFree.fr

24
wishcraft
Re: Xortify 2.5.1 & Spiders 2.7.1 - Cloud Security for XOOPS & Clones

Quote:

On my side, Spiders was installed 1st.
It's okay with Spiders+Xortify 2.53


and with that the development of the cloud solutions for Security are finished, on with the forum cloud.
Resized Image
www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts

25
Roby73
Re: Xortify 2.5.1 & Spiders 2.7.1 - Cloud Security for XOOPS & Clones
  • 2011/8/30 13:06

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


In module spiders, i modify the file index.php at line 59 in:

$pagenav = new XoopsPageNav($total$limit$start'start''num='.$limit.'&op='.$op);

Because if i press "robot manager" in main menu, the page navigation is wrong.

26
wishcraft
Re: Xortify 2.5.1 & Spiders 2.7.1 - Cloud Security for XOOPS & Clones

What did you modify it to roby73? The line you have listed is identical to the function, but that is the point of open source so you can modify it

Btw. I have patched the ZIP for Spiders and Xortify just now to stop the inclusion of the control panel in it functionality in the admin.
Resized Image
www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts

27
Roby73
Re: Xortify 2.5.1 & Spiders 2.7.1 - Cloud Security for XOOPS & Clones
  • 2011/8/31 13:11

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


Because if i press in main menu robot manager (not other function) appears the list of the robot, but if i press the numbers of the pages, redirect to index of the website, because $op is not set, $_REQUEST['op'] in this function return null.

If modify
$_request['op']
with $op, in the $op have the value of the
$op = isset($_REQUEST['op'])?$_REQUEST['op']:'robots';



28
wishcraft
Re: Xortify 2.5.1 & Spiders 2.7.1 - Cloud Security for XOOPS & Clones

Well it reads that on line 35 of index.php anyway, I am not sure what your posts are about now... Probably flash point

//Line 35
$op = isset($_REQUEST['op'])?$_REQUEST['op']:'robots';

//Line 598
$pagenav = new XoopsPageNav($total$limit$start'start''num='.$limit.'&op='.$op);


That is both standard in it, I might /ignore now seeming your wasting my time.
Resized Image
www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts

29
chefry
Re: Xortify 2.5.1 & Spiders 2.7.1 - Cloud Security for XOOPS & Clones
  • 2011/8/31 20:31

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


Quote:

I might /ignore now seeming your wasting my time.


Not Nice!

Perhaps the people trying to debug your modules are the ones wasting their time

30
Roby73
Re: Xortify 2.5.1 & Spiders 2.7.1 - Cloud Security for XOOPS & Clones
  • 2011/8/31 22:26

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


Sorry, I do not speak English, is very difficult for me.
In my site the file index.php the original line n.58 is
$pagenav = new XoopsPageNav($total$limit$start'start''num='.$limit.'&op='.$_REQUEST['op']);
don't work.

if i modify in:
$pagenav = new XoopsPageNav($total$limit$start'start''num='.$limit.'&op='.$op);
is ok....

Login

Who's Online

171 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 171


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