The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
32 views

Error when adding foreign key constraint

I am trying to alter a table in Oracle's SQL*Plus I was able to create a table using the reserved word order using quotes. I was also able to add a primary key constraint. When it comes to adding the ...
0
votes
4answers
73 views

Why compiler don't generate a warning or error if some restrict pointers point to the same object?

If we have a function: void func(int *restrict a, int *restrict b, int *restrict c) { *c = *a + *b; } In principle, this code may lead to some error: int aa = 1; func(&aa, &aa, ...
0
votes
2answers
33 views

Web.Config to block entire website

I have a login system in place at the moment to stop all non-authenticated users from viewing the content of my website. I can confirm the login works. The problem I am facing now however is with my ...
0
votes
0answers
14 views

Restrict file to file access by directory

Recently been working on a new project which lets users create their own turnkey blog/forum/.. any of the available scripts. However, I ran accross a problem: each user gets their own folder for the ...
0
votes
0answers
18 views

Application automatically getting added to widget list

I installed my application (without support for widgets) on my mobile device. It is automatically getting added to available widget list (Menu > right tab for 'WIDGETS"). When I tried placing the ...
0
votes
1answer
66 views

How to access direct restircted page through valid username and password?

I am new in php coding. I just want to access a restricted index.php page through login username and password. My folder/file listing are... root-index.php root/admin/index.php I want to access ...
3
votes
1answer
59 views

Restrict iPad to only one application

I am developing an iPad application & I want to keep use only my application in iPad. User is not able to make any changes with Home button too. I have tried same thing with "Guided Access". ...
1
vote
1answer
25 views

Class Library restrict access

I am using VS2012, Visual Basic and wish to create a Class Library. Is it possible to restrict access to a Class Library? I am wanting to create a Class Library for the serializing of objects. This ...
-2
votes
1answer
19 views

Paypal - Can I block sales based upon ship address? [closed]

My customer is selling a product which is restricted for sale in some states, counties, and cities. Can Paypal be programmed to validate the ship zip code, rejecting orders that fall within a ...
0
votes
0answers
36 views

tomcat restrict IP access IP range format

I edit /config/web.xml as following. <Valve className="org.apache.catalina.valves.RemoteIpValve" /> <Valve className="org.apache.catalina.valves.RemoteHostValve" deny = '1.0.1.*' /> ...
0
votes
0answers
28 views

How to restrict application minimization when Show Desktop is pressed

I'm trying to restrict the minimization of my app when show desktop is pressed in Windows. My app is build using Visual C++. In the WndProc function of my apps window I've done this (in the switch ...
0
votes
0answers
46 views

JPA: On Delete Restrict

How can I achieve "ON DELETE RESTRICT" behavior in a @OneToMany relationship? AFAIK if I do not set CascadeType.REMOVE the children will not be deleted but the parent will still be removed. I know ...
0
votes
3answers
673 views

How restrict textbox in C# to only receive numbers and (dot “.” or comma “,”), after “.” or “,” only allow 2 number characters

i am trying develop a code to restrict TextBox using C# to only allow numbers entry + comma(",") or dot(".") + only 2 numbers after dot or comma So this way see possible numbers that can entry: ...
-2
votes
1answer
51 views

Java program to restrict websites [closed]

I WANT TO WRITE A PROGRAM IN JAVA THAT RESTRICTS CERTAIN WEBSITES FROM BEING OPEN IN MY BROWSER... how can i do that ? or is it even can be done in java (concerning JVM i mean)
1
vote
2answers
55 views

Java. Restricting the values for a Date

It might seem like a stupid question to you guys, but I'm a java noob and still trying to grasp the whole concept. So, I basically have a simple theatre management system that allows me to add groups ...
-1
votes
1answer
99 views

flex textinput restrict percentage symbol in the end

I want to restrict my users in the textinput so that they can edit number's with percentage symbol in the end. Rightnow they are only restricted to enter numbers in decimals. How do I let them ...
1
vote
1answer
143 views

Securing View with codeigniter and IonAuth

I have setup Ion Auth for codeigniter 2.1.3. All is working well. In my controller, auth.php I have the below code for function index(): function index() { // if not logged in - go to ...
0
votes
0answers
33 views

How to restrict access by IP to specific URLs (posts) inside a blog (.htaccess)?

I would like to restrict access to certain posts/pages in my blog by IP but, I don't want them to ask for a password, or only be allowed to registered users: I want them to be allowed to everyone, ...
0
votes
0answers
78 views

restrict sendmail users to send to internal domains only

We use sendmail as our MTA, however we have a couple temps that we would like to be only able to send to internal domains (domains in the local-host-names). I have added the following rule to our ...
0
votes
1answer
226 views

WAMP - How to restrict access to phpMyAdmin for a dedicate ip address?

Maybe duplicate of this or this but I didnt get my answer there. I want to restrict access to dedicate ip addresses (like 192.168.120.138) I newly installed wamp server 2.0c (apache 2.2.8 & php ...
0
votes
0answers
59 views

Restrict importing tables from one Access File to another

I have an Access 2010 Database that i would like to distribute to end-clients. So fat I am using MySQL database as back end and MS Access as front end. This question is regarding security issues while ...
0
votes
3answers
57 views

Restricting access to php file

I'm currently writing an Android app at the moment, that accesses a PHP file on my server and displays JSON data provided by my MYSQL database. Everything works great and I love the simplicity of it, ...
0
votes
2answers
67 views

Compiler error involving restrict keyword [duplicate]

Possible Duplicate: What does the restrict keyword mean in C++? I'm trying to install QMCPACK on OS X 10.8.2 and I'm getting a lot of errors like this: bspline_base.h:95:17: error: ...
7
votes
1answer
79 views

What is the purpose of restrict in tmpfile_s?

From C11 draft: C11 (n1570), § K.3.5.1.1 The tmpfile_s function errno_t tmpfile_s(FILE * restrict * restrict streamptr); What is the purpose of the restrict qualifier here? Because there is ...
1
vote
1answer
200 views

Id like the landing page for my Wordpress website display only basic info, request more info form and login for members.

I am building a website for members-only, where they can see new posts, follow updates etc. All the members will be provided with login info by me. I'd like to create a landing page that will only ...
0
votes
2answers
256 views

HTML5 restricting input characaters

Is it possible to restrict the input of certain characters in HTML5/JavaScript? For example could I have a input textbox on the screen and if the user tries to type a letter it wouldn't show up in the ...
0
votes
2answers
505 views

Restrict access to login page after users have logged in php

i have a login page on my mobile website as index.html so the user has to either login , which will take them to the main site, or register, which will let them register, and then login and gain ...
1
vote
4answers
848 views

Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 2 in

I am trying to make it so I can restrict the "staff panel" to users with there "member_level" at "3" so others get redirected to the account_page.php but I am currently getting a error which only ...
0
votes
1answer
84 views

Restrict percolator call to a type in ElasticSearch

As explained in the doc, when I store a query with _percolator, eg: curl -XPUT localhost:9200/_percolator/test/kuku -d '{ "color" : "blue", "query" : { "term" : { "field1" : ...
1
vote
2answers
112 views

Restrict users from editing post based on the age of the post

In Wordpress, how can I restrict users (based on Capabilities) from editing their published posts after a custom amount of time. For instance, a user that can publish_posts (authors) can not edit a ...
0
votes
2answers
137 views

Should I use __restrict on references?

In the program I am coding, one of my function declarations goes like this: bool parse( const sentence & __restrict sentence ) { // whatever } When I compile the code with Microsoft Visual ...
1
vote
2answers
148 views

Auto-space within input field

I'm currently working on a project in which I need to fetch street/city details from a DB using a zipcode. Dutch zipcodes use a "1111 AA" format, I would like to have this entered in a single input ...
1
vote
0answers
72 views

Can I restrict my web application to specific machines?

i have developed a web application (MVC ASP.Net) which requires user to login, i don't want my users to share their username and passwords to their friends, is there a way that i can make it machine ...
0
votes
2answers
892 views

Restrict Users to access _layouts/viewlsts.aspx

I have a sharepoint site. But I am facing a problem that anyone can access my list and libraries by _layouts/viewlsts.aspx. Please Reply....
2
votes
1answer
423 views

Restrict access to Wordpress page based on role or capability

How can I restrict access to a specific Wordpress page based on the user's role or capability? I am aware that there are various plugins that can achieve this and I found some very aged solutions ...
1
vote
2answers
41 views

Restrict users from using specific tags with a technique that does not erase the tag

I run a multiple author Wordpress site with thousands of posts. To highlight good posts, I filter them by specific tags that only admins can set. For instance featured, front page etc. To avoid my ...
0
votes
1answer
93 views

Node.js - Dynamically forbid some public paths on production mode

I'm using node.js with express.js. Here's my public dir structure: public/ js/ css/ images/ built/ main-built.js main-built.css index.html dev.html Where ...
0
votes
1answer
34 views

Git and sharing /bin with select users

Sort of new to Git, but I'm thinking of moving over from SVN. I know that Git does not allow you to block off a single directory from users, so it's all or nothing in terms of access, but a frequent ...
0
votes
0answers
26 views

How can I restrict page access to humans through ReCaptcha (or others) on WordPress?

I've got a page on my site with a heap of contact forms and registration forms ... but I don't want to have ReCaptcha at the bottom of every single form on that page. Every plugin with human ...
0
votes
1answer
45 views

WCF: how to restrict using some protocols?

WCF (winodws service hosting) service uses set of protocols and bindings: http, https, net.tcp, net.pipe. It uses config file settings. I want to build demo version of the service. This demo will ...
0
votes
1answer
121 views

ssas restricting access

I have a SSAS cube where some users only should be able to see some of the values. It is based on a dimension Country. How do I setup restrictions so that this filtering on countries is always done, ...
0
votes
1answer
123 views

Application-wide key-filter in C#

I want my Win-Forms application (which has many different forms) to accept only certain characters of user input. This restriction should apply to all forms, all input fields, etc. Is there any simple ...
0
votes
0answers
63 views

.htaccess: Directory restriction to: Require NOT member of group

For .htaccess directives authentication: I'm familiar with using the "Require" directive to restrict a directory by group. E.g. "Require group Administrator" ...
0
votes
1answer
130 views

Customize Wordpress Plugins: restrict role use of plugin

I have two plugins that I want only Editors or Admins to be able to use (they push-publish to FB and Twitter and I don't want any user to be able to do that). So, I'm looking for how to edit each ...
-1
votes
1answer
256 views

how to restrict user from deleting words with special characters from textbox

I am working in email CMS using ckeditor.net. At runtime user can change the body of email , I want to restrict user deleting all special words starting with @@ . here is example- Email Alert! ...
1
vote
1answer
125 views

Restrict other users to access author page wordpress

I have custom author template in wordpress: mysite.com/author/john/ and I want to restrict access to this page so only john when he log in that can access this page not other users whether they log in ...
0
votes
0answers
116 views

Dreamweaver PHP, Restrict Access behavior not working as expected

I am an absolute novice using PHP. I am following a tutorial to learn PHP and mySQL. Everything worked well until I tried to use the restrict access behavior. If I view my page in Chrome, it works ...
0
votes
1answer
210 views

Add class code to active admin dashboard

Ok, the exact cause is that I want to restrict new relic to gather data from admin interface, so I need to put: newrelic_ignore into the classes that shouldn't add new relic tracker. In resources ...
0
votes
1answer
293 views

Lighttpd restrict access to directory but not subdirectory

I've managed to set up my lighttpd server so that it makes mywebsite.com/files password protected. But I don't want the subdirectories of files to be password protected at all. I've changed the ...
0
votes
0answers
39 views

Restricting deleting initial text on tweet compose view

I am using IOS 5 twitter framework. I entered an initial text for people to send a tweet with this initial text but they can also add their own extra text. But I want to avoid people deleting the ...

1 2 3