Skip to main content

All Questions

Tagged with
0 votes
1 answer
460 views

PHP redirection with parameter forwarding

I am using the following PHP script in order to create redirects : <?php $id = isset( $_GET['id'] ) ? rtrim( trim( $_GET['id'] ), '/' ) : 'default'; $f = fopen( 'redirects.txt', 'r' ); $urls ...
Fabien's user avatar
  • 1
0 votes
0 answers
95 views

Authentication in email forwarding between SMTP servers

I am writing a Mail Relay Server in PHP for Newsletter mailings. This server encodes all links in the e-mails so that they point to an accompanying website for tracking (click count only) and ...
Spider IT's user avatar
1 vote
2 answers
204 views

Statically serve internal (apache server) NodeJS api open on a custom port and forward it to the public url

Introduction I have a university-managed server, that does not give students access to open ports for internet traffic, but students could still open ports (like 4040 for their NodeJS applications for ...
Just Mohit's user avatar
0 votes
1 answer
302 views

How to Code PHP for Twilio to forward SMS to Email

Coding newby here. I am trying to write some PHP code to enable SMS forwarding to email with a Twilio phone number. Unfortunately, I haven't had any success in doing so. I saw some tutorials using ...
Mustansir Lokhandwala's user avatar
0 votes
0 answers
2k views

How to redirect a url to a dynamic ip address but keep domain name in address bar? Dynamic DNS

I am trying to create my own Dynamic DNS Server. I would like to remotely access my owncloud and apache webserver running on my RaspberryPi at home. My ipv4 is not public, but I have ipv6 setup and ...
SimLun's user avatar
  • 1
0 votes
0 answers
13 views

calling another optional method at the end of a static method

I wrote a method like this: Redirect::to('www.foo.com'); The content of this method is as follows: public static function to($url) { header("Location: $url"); exit(); } Also, i want to use ...
ProToneRCi's user avatar
0 votes
0 answers
622 views

how to do port forwarding with php using a normal hosting service

I think so many people have previously searched for such question .. Is it possible to do port forwarding with some PHP script on a normal hosting service ? for example , use a local program to ...
armando's user avatar
0 votes
1 answer
41 views

Forward all traffic to new domain except keep homepage on wordpress

I have a website that was an Old website, forwarding to a new website. But on the old domain, I want to be able to use the homepage. It was set up with Wordpress, so perhaps keeping that setup would ...
Justin's user avatar
  • 2,520
0 votes
1 answer
474 views

Disable the scrolling by a submit button while NOT disabling PHP?

I would like to disable the scrolling upon clicking a submit button placed in a submission form while I still want to get PHP's email forwarding functionality associated with the button working. I ...
user avatar
0 votes
1 answer
378 views

php websocket forwarding to nodejs

im tring to create an adapter in php to forward messages from javascript client to nodejs server and vice versa. WebSockets: nodejs server: ws php server: RatchetPHP php client: RatchetPawl Code: ...
Neriya Rosner's user avatar
1 vote
0 answers
38 views

remote rendering of PHP file

this question might quite possibly not have an answer or be quite stupid. I guess we will find out. My situation is the following: I am wokring with an embedded device. On the embedded device there ...
pAt84's user avatar
  • 213
0 votes
0 answers
295 views

Domain Forwarding not Working with PHP Header Redirect

I have a domain, let's call it example.com. On that domain I have a subdomain set up, let's call that test.example.com. That test.example.com is set up to Forward to another website entirely, ...
useruseruser's user avatar
0 votes
0 answers
24 views

How to fowarding email in php keeping orginal 'To' list

I have a php script running as a cron job to implement forwarding mail to a list of people which is administered from a web site. This works fine, except that the lists of email in the To (and also cc ...
Malcolm Streeton's user avatar
0 votes
2 answers
155 views

How to create a PHP rotational redirect system?

Let's say there are 3 links: http://example.com/1 http://example.com/2 http://example.com/3 How would I go about creating a rotational based redirect system? Here's how it would work: The user ...
user avatar
0 votes
1 answer
48 views

Domain forwarding keep links

I have domains whit one registrar and the hosting whit an other company. Now i want to forward all domains to the main Domain but keep the Link structure. For example: maindomain.com/something/ is ...
WebM's user avatar
  • 1

15 30 50 per page