Sponsored Content
Full Discussion: Using this site with links
Contact Us Post Here to Contact Site Administrators and Moderators Using this site with links Post 302704775 by DavidMax on Sunday 23rd of September 2012 07:39:37 AM
Old 09-23-2012
Using this site with links

Hi,
I would like to use links to view that site and post messages but sometimes I have problem which rely on that it is impossible to log in here from links level. That is, I give my login and password but when I request to that being proceed there appears a site on which there is written something like "Click here if your browser doesn't automatically redirect you". Then I click there, but the effect is only that it displays potential reasons for which it wasn't possible to log in me. What is interesting it is possible to log in on that site with links and send messages but first I have to run X, then mozilla and log in on this site with Mozilla. Then I can leave on this forum or log out and indepedently of that it will be possible to use links to operate on this site. But that solution is very ugly.

Is here somebody who use links with that forum successfully?
What should I do to make that forum fully functional in links?

Thanks in advance for responses,
Greetings.
 

7 More Discussions You Might Find Interesting

1. IP Networking

port access to site to site VPN

Setup a site to site VPN between two cisco routers. One of the site locations is unable to access ports such as https://example.com:9001 How do I let them go into port 9001? They can ssh, ftp, telnet and everything else. Is this a VPN issue or ACL access issue? I put permit ip host... (0 Replies)
Discussion started by: photon
0 Replies

2. Solaris

Hard Links and Soft or Sym links

When loooking at files in a directory using ls, how can I tell if I have a hard link or soft link? (11 Replies)
Discussion started by: Harleyrci
11 Replies

3. Post Here to Contact Site Administrators and Moderators

Broken Links in the Site Link Directory

(split from another thread) Hi. Can you please post a copy of the exact link you used? I have no trouble accessing either the readme, or the link to "Featured Books and Articles by Active Forum Members - Links" Thanks. (2 Replies)
Discussion started by: Scott
2 Replies

4. AIX

List all the soft links and hard links

Hi I'm logged in as root in an aix box Which command will list all the soft links and hard links present in the server ? (2 Replies)
Discussion started by: newtoaixos
2 Replies

5. IP Networking

How to establish site to site vpn - Linux machine and cisco asa?

Hi, I am trying to establish vpn between my linux server and cisco asa at client side. I installed openswan on my cent os. Linux Server eth0 - 182.2.29.10 Gateway - 182.2.29.1 eth1 - 192.9.200.75 I have simple IPtables Like WAN="eth0" LAN="eth1" (0 Replies)
Discussion started by: ashokvpp
0 Replies

6. IP Networking

Does cisco 1921 router support site to site VPNs using IPSec?

Q: "Does Cisco 1921 router support,, act as an endpoint for, site to site VPNs using IPSec? If so, how many? " A: If you get the Cisco 1921/k9 with the security services bundle then it will have built in security features. Cisco, typically includes IP Sec tunnels I believe as part of that... (0 Replies)
Discussion started by: Ayaerlee
0 Replies

7. IP Networking

IPSec Openswan Site to Site VPN - Big Pain

Hi @all, I try to connect 2 LANs with IPSec/Openswan LAN 1: 192.168.0.0/24 LAN 2: 192.168.1.0/24 This is my Config: conn HomeVPN # # Left security gateway, subnet behind it, nexthop toward right. left=192.168.1.29 ... (1 Reply)
Discussion started by: bahnhasser83
1 Replies
GENLIB_PHVIA.3(October 1, 1997) 										   GENLIB_PHVIA.3(October 1, 1997)

NAME
GENLIB_PHVIA - place a physical via in the current figure at absolute coordinates SYNOPSYS
#include <genlib.h> void GENLIB_PHVIA(type, x, y) char type; long x, y; ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr PARAMETERS
type Type of the contact to be made x, y Absolute coordinates of the via DESCRIPTION
PHVIA adds a via in the current layout cell, at the specified coordinates. The type argument may take the following legal values: CONT_POLY links POLY and ALU1 CONT_DIF_N links NDIF and ALU1 CONT_DIF_P links PDIF and ALU1 CONT_BODY_N links NTIE and ALU1 CONT_BODY_P links PTIE and ALU1 CONT_VIA links ALU1 and ALU2 CONT_VIA2 links ALU2 and ALU3 C_X_N corner for L-shaped (and S-shaped) N transistor C_X_P corner for L-shaped (and S-shaped) P transistor ERRORS
"GENLIB_PHVIA impossible : missing GENLIB_DEF_PHFIG" No figure has been yet specified by a call to DEF_PHFIG. So it isn't possible to place a via inside it. you must call DEF_PHFIG before any other layout action. "illegal addphvia : type is XX at x, y" The type parameter does not have a legal value, but XX. EXAMPLE
#include <genlib.h> main() { /* Create a figure to work on */ GENLIB_DEF_PHFIG("cell"); . /* Put a via */ GENLIB_PHVIA(CONT_VIA, 12L, 10L); . . GENLIB_DEF_AB(0L, 0L, 0L, 0L); /* Save that on disk */ GENLIB_SAVE_PHFIG(); } SEE ALSO
genlib(1), GENLIB_DEF_PHFIG(3), GENLIB_SAVE_PHFIG(3), GENLIB_PLACE_VIA_REF(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. PROCEDURAL GENERATION LANGUAGE
ASIM/LIP6 GENLIB_PHVIA.3(October 1, 1997)
All times are GMT -4. The time now is 06:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy