Questions tagged [oxwall]

Oxwall is a social networking software platform which is based on PHP and MySQL.

Oxwall is an social networking software platform which is based on and .

Useful Links:

24 questions
0
votes
1 answer

Windows 10 (OS) - XAMPP with localhost - Oxwall software - Cron issues

I know this may be a long shot targeting those here on stackoverflow who use oxwall software to help me with my question, but sadly, I've tried all other sources - even the oxwall forums but to no avail. For starters - here is what I have so…
user4446978
0
votes
0 answers

What HASH does OXWALL uses to encrypt its passwords in its database when a user creates an account?

I have tried it but doesnt reflect properly. Someone please help me... This is my salt value from config.php define('OW_PASSWORD_SALT', 'xEHNxiEXdz7GK'); When i enter the password as 31121993Aa from signing up it generates…
0
votes
1 answer

How can I change the Account Type Checkbox from the Join Form in Oxwall to Radiobuttons?

Where can I change the code to replace the chekboxes on the join form for the oxwall account types (looking for in skadate) so that I have radiobuttons? The user should be able only select one of the account types.
Suisse
  • 3,467
  • 5
  • 36
  • 59
0
votes
1 answer

Oxwall - Newsfeed limit on wall

How can I increase newsfeed limit on oxwall wall. By default it allows 40 only. Where I can customize code to make it like 100,150?? I know that file which need to modify is : ow_plugins/newsfeed/components/feed_widget.php But do not know which code…
Helping Hands
  • 5,292
  • 9
  • 60
  • 127
0
votes
1 answer

Oxwall sidebar editing for ad rotator integration

I have to edit the right sidebar in oxwall website. There are two sections i.e my profile and add new section. I wan't to remove the add new section and put an ad rotator (The ad rotator will have 3 sections rotating ads at one time). Please help me…
Abrar A.
  • 113
  • 3
  • 11
0
votes
1 answer

Sending http request in oxwall

I am working on oxwall plugin. I am stuck at one problem . I need to know how to send http request to url. For example : 1) In joomla CMS we send request like this, $http = new JHttp($options, $transport); $response = $http->post($url,…
NeiL
  • 791
  • 8
  • 35
0
votes
2 answers

Oxwall - Email Notifications

I installed the "Email Notifications" extension on Oxwall, but I didn't receive any emails. I want the user to receive Email notification no matter if he saw the notification on web site. In other words: If some comment on my post, can I immediately…
Jovanov Jordan
  • 127
  • 4
  • 17
0
votes
1 answer

DirectoryIndex .htaccess directive is being overridden by RewriteRules

I have the following .htaccess file: DirectoryIndex index.html Options +FollowSymLinks RewriteEngine On AddEncoding gzip .gz AddEncoding gzip .gzip ForceType text/javascript
Aditya M P
  • 5,127
  • 7
  • 41
  • 72
-1
votes
2 answers

oxwall .htaccess

This is my .htaccess file Options +FollowSymLinks RewriteEngine On AddEncoding gzip .gz AddEncoding gzip .gzip ForceType text/javascript ForceType…
Didozavar
  • 62
  • 1
  • 5
1
2