5501
petitours
Re: url rewriting
  • 2015/8/26 18:16

  • petitours

  • Just popping in

  • Posts: 53

  • Since: 2005/6/9 1


Hello

Cesagonchu gave me a link for xoRewrite in french by Email (I dont spic angliche verre y well...cool)
http://www.zonewebmaster.eu/modules/dokuwiki/installation_xorewrite

I will test it.

I currently take very little time for that but I have 3 sites to do again.
My firt attempt with publisher was with this one
https://github.com/mambax7/publisher (I Cesagonchu advice again...)

I'm looking for url rewrite as on these sites :
http://www.68hc08.net/articles.item.72/ou-trouver-code-warrior.html
http://www.id3e.fr/id3e.item.15/moyens-id3e.html
I do not succeed...

but I want url rewrit for the entire site, use of the publisher urlrewrite probably not a good solution, is it ?

thank you



5502
Mamba
Re: url rewriting
  • 2015/8/26 16:03

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


One of the hacks was xoRewrite, and I believe, one of the latest updates was done by Alfred (download from here. It's a hack, and I didn't test it, so I don't know if it works properly.

However, let me know more about your issues with Publisher, and I'll try to look into it. Which version of Publisher do you use, and what exactly problems do you have, i.e. what do you expect to get, and what actually are you getting?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5503
petitours
url rewriting
  • 2015/8/26 11:17

  • petitours

  • Just popping in

  • Posts: 53

  • Since: 2005/6/9 1


Hello

Is there a solution for URL rewritting on all a xoops site ?

I'm using URL rewrite on publisher but a don't succed with the last release.
and I would like to use it with NewBB (or other forum) too.

thank you in advance

PS it's for a new site.



5504
Dante7237
Re: The future of XOOPS?
  • 2015/8/25 14:08

  • Dante7237

  • Friend of XOOPS

  • Posts: 294

  • Since: 2008/5/28


Quote:

Also, regarding modules: once Eduardo integrates Common Utilities into Core, his modules will be available as "native modules", and we might use them as the "official modules" (with appropriate function to import data from existing modules), or convert existing modules to the new GUI standard, or mix of both. One way or the other, we should end up with some very cool looking modules!


Anxiously waiting on this. I really like the look and feel of the bXpress forum module, but installing a framework for a single module isn't what I feel is the ideal way to go. I will fiddle with NewBB until 2.6 and the integrated Common Utilities are ready.



5505
Dante7237
Re: Sandboxing Windows based development servers
  • 2015/8/25 13:52

  • Dante7237

  • Friend of XOOPS

  • Posts: 294

  • Since: 2008/5/28


I'm a big fan of that software.. Good stuff.



5506
xoobaru
Sandboxing Windows based development servers
  • 2015/8/24 23:14

  • xoobaru

  • Just can't stay away

  • Posts: 494

  • Since: 2010/12/2


A while back I came across Sandboxie, a Win32/64 program that provides a sandbox barrier for Windows applications.

Offers a free basic version, and a deluxe paid one with alot more conveniences. Essentially this will provide the similar sandbox protection for web facing browsers, servers etc that AppArmor provides for Linux.

Any compromise to the server stays in the sandbox but cannot reach the operating system, so it is a good layer of protection for dev servers.

You can sandbox a program, or a folder sandboxed, so anything in it will run sandboxed (i.e. WAMP, browser.

If you download from a sandboxed browser, you have to recover the D-L's manually out of the sandbox to the operating system.

I have ran with WAMP, XAMPP, and WPN-XM (Windows Nginx/PHP/MariaDB stack) all running XOOPS.



5507
xoobaru
Re: Cesag pseudonym change
  • 2015/8/24 22:58

  • xoobaru

  • Just can't stay away

  • Posts: 494

  • Since: 2010/12/2


YouQuote:
I regret to no longer be part of this group...


Nonsense...

You went from being a 20% stakeholder in a group of 5, to a 100% in a group of one, assuming no other C10s exist.

As for the others in the now C5(-1), their group stakeholder shares increased from 20% to 25% by virtue that there are now four instead of five.


Win-win as they say...



5508
Roby73
Re: Bug /class/textsanitizer/youtube
  • 2015/8/24 20:56

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


Now work fine.
I tried to fix the regular expressions but i made a mistake.



5509
Mamba
Re: Bug /class/textsanitizer/youtube
  • 2015/8/24 10:01

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Try to use this:

Quote:
static function decode($url, $width, $height)
{
if (!preg_match("/^http[s]?:\/\/(www\.)?youtube\.com\/watch\?v=(.*)/i", $url, $matches)) {
trigger_error("Not matched: {$url} {$width} {$height}", E_USER_WARNING);

return "";
}
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5510
Roby73
Re: Bug /class/textsanitizer/youtube
  • 2015/8/23 21:59

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


This patch does not work always.
In some server (new php version) the code of Zyspec give an error.
To resolve i change only http to https.




TopTop
« 1 ... 548 549 550 (551) 552 553 554 ... 29425 »



Login

Who's Online

649 user(s) are online (504 user(s) are browsing Support Forums)


Members: 0


Guests: 649


more...

Donat-O-Meter

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

Latest GitHub Commits