1
robinwickens
Re: Admin Privileges

I run several website that use Zoops.

I do this for a living so I need a reliable CMS to install and recommend to my customers.

Zoops has to date become my No:1 CMS, I have all MY sites working on Zoops and as I build and maintain other peoples sites I would like to use Zoops.

Joomla, bless them locked up my servers and I couldn't even delete the ruddy files that were installed, it took my hosting companies time to reset permissions and so on and so on.

When I get a problem I need to cure it quickly, so the problem that I have at the moment is that although I install on a virgin server and all appears to be going well although I can log in I cannot access admin because I don't have permission.

This is not the first time that this has happened so I need to know if this is a problem with Zoops [Which I honestly can't believe as I have other sites running perfectly well on Zoops or whether it's a problem with my particular server[s].

I have my hosting company running round in circles at present because I can't run scripts on some servers but can on others.

Something to do with globals on or off, all servers will apparently be turned off, so maybe I'll get to run the scripts that I need?

Anyway I don't care! I want my Zoops to work on any server, any domain and I want to access admin or I'm going to blow up the world!

P.S. Any help would be greatly appreciated!



2
robinwickens
Re: Blank Module

Thank you all.

Everything now working well, all I have to do is write a couple of hundred modules!!!

Robin.



3
robinwickens
Blank Module

Could anyone please write a basic blank module for me that works?

I have loads of services that I would like to put onto seperate modules but I don't have the savvy to write one that works!

Basic needs seems to be:
header.php
index.php
xoops_version.php

plus "images" folder with slogo.gif

I don't have a problem with index.php, I don't have a problem with slogo.gif as I have Photoshop, but I certainly seem to have a problem with xoops_version.php because I can't seem to get XOOPS admin to recognise the module after install.

I have a PHP editor as well as several text editors but still I can't write a simple bit of code that works!

Examples:

xoops_version.php
<?php

$modversion['name'] = Reciprocal;
$modversion['version'] = 1.00;
$modversion['description'] = Reciprocal;
$modversion['credits'] = "www.e-publishing.org.uk";
$modversion['author'] = "Robin";
$modversion['license'] = "GPL see LICENSE";
$modversion['official'] = 0;
$modversion['image'] = "images/slogo.gif";
$modversion['dirname'] = "Reciprocal";
$modversion['hasAdmin'] = 0;
$modversion['adminmenu'] = '';
$modversion['hasMain'] = 1;

?>

index.php definitely works because I tried to include it in this posting and it printed url.

header.php
<?php

include "../../mainfile.php";

?>

Any help appreciated.

Many thanks,

Robin.




TopTop



Login

Who's Online

196 user(s) are online (161 user(s) are browsing Support Forums)


Members: 0


Guests: 196


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