- Strength to Increase Rep
- +4
- Strength to Decrease Rep
- -1
- Upvotes Received
- 21
- Posts with Upvotes
- 17
- Upvoting Members
- 16
- Downvotes Received
- 3
- Posts with Downvotes
- 3
- Downvoting Members
- 3
I have a huge passion since a young age in website and software development, over the past years I've been Freelancing and have decided to started my own business called Twisted Digital!
- Interests
- Software and Web Development
148 Posted Topics
Hello Daniweb, I was wondering how come a cURL API I made to call a function from my other website (but on the same hosting plan) no longer works. I even tried making a test API to call in the same directory, eg... :api.php <?php die(json_encode("something")); ?> :testing.php <?php $url … | |
Hello Daniweb Community, I have been talking on a couple [Facebook](http://www.facebook.com) groups such as sale pages where you post your own stuff for people to buy. Most groups like this have rules about bumping like once per day, every 12 hours etc... So it got to the point where it … | |
Hello Community, I've been looking around my computers registry and have found a few weird keys under Computer\HKEY_CURRENT_USER\ The keys are:  I'll put them here too in case you want to copy and paste them or something: Computer\HKEY_CURRENT_USER\멘Ṉ싈Ṉ멘Ṉ_ Computer\HKEY_CURRENT_USER\뭘⨱㺀ℎ뭘⨱楎 Computer\HKEY_CURRENT_USER\섀ׂ뤠ׂ߈_ Computer\HKEY_CURRENT_USER\冀⩩览⏡冀⩩_ Computer\HKEY_CURRENT_USER\鬰竣鯐竣鯰竣骐竣鳐竣饰竣鰰竣騰竣馐竣 Computer\HKEY_CURRENT_USER\㦸ᷢ흠㦸ᷢE Could anyone tell me what … | |
Hello DaniWeb Community, I've recently switched to a cable internet service and with the modem/router [our provider](https://www.iinet.net.au/) sent us which is a modem/router and the parental controls on it are crap so I've had to hook up our old router for the kids (dedicated for them). So what I'm wanting … | |
Hello Daniweb Community, Lately we have been experiencing slow internet, now the thing is. In the house we have **12 devices** connected, then from the router it goes out to the bungalow which has around **5-7 devices**. The router we have in the house is a TP-Link Archer D50 and … | |
Hello DaniWeb Community, I'm making an online store and am wanting make a way to calculate the shipping the way I've got it at the moment is using [this](https://developers.auspost.com.au/apis/pac/getting-started). However, it isn't good for multiple items. So if one item is $10 and another (smaller) item is $5, so the … | |
Hello Daniweb Community, I've been given a **Nighthawk** (R7000) to checkout to see if I can get it working and I'm having no luck, I've plugged an ethernet cable straight from the router to my computer and it just keeps disconnecting and I've tried 3 of the ports on the … | |
Hello Daniweb Community, I thinking about upgrading from my laptop to a desktop the main concern is either if I should buy one of build one. So as the title says this is mainly if I was going to build one. To start off, my main concern about building one … | |
Hello Daniweb Community, I'm wanting to know if anyone has an idea on how to distribute wifi throughout a motel? The idea I got is kind of simple but the thing is how do I set certain bandwidth of guests/rooms? so when a guest checks in they are given like … | |
Hello Daniweb Community, I was wondering if someone could help me with the PayPal PHP SDK (version 1.3.2), I'm just going off the examples they have provided [here](http://paypal.github.io/PayPal-PHP-SDK/sample/) focusing on [this](http://paypal.github.io/PayPal-PHP-SDK/sample/doc/payments/CreatePaymentUsingPayPal.html) I was just wondering if there is a way to attach delivery instructions (coming from the website, sending them … | |
Hello Daniweb Community, It has recently come to my attention that my website does not load on iPhone's, my website is (also I'm not trying to advertise) [http://twisteddigital.com.au](http://twisteddigital.com.au). So could someone help me with this problem, I've tried searching around for a little bit but couldn't find anything. | |
Hello Daniweb, I'm going to moving houses soon, a house we might be moving into has a bungalow and I was wondering how I'd go about running ethernet from the house to the bungalow? My idea was to some how run the ether from the house to outside then dig … | |
Hello Daniweb Community, I've been looking around online for help with this but I can't seem to find a way to get a query to do what I want. The image below should pretty much say what kind of result I'd like to get, it's pretty much merging the tables … | |
Hello Daniweb, I feel kind of awkward asking this but, I've been offered to make an adult portfolio website and I was wondering if I should display that I've made it, as well as display it on my websites portfolio. I'm thinking not because I don't really want "smutt" related … | |
Hello Community, I was wondering if there is a way to get a posts comments within a Facebook group? I have tried using https://graph.facebook.com/{POST_ID}/comments?access_token={ACCESS_TOKEN} but all it returns is Array ( [data] => Array ( ) ) even though there are comments on my post. | |
Hello Daniweb Community, I've finally gotten around to doing it but can someone for the love of god please help me and give me help with fixing my slow ass laptop. I have only recently purchased it, as soon as I set it up I installed Windows 10 (coming from … | |
Re: Yep number 1 for me! >-> You know what'll be a good idea. >-> What? >->How about we remove subgroups so this way users will have to look harder for topics to either get help with or look through to help others! What the heck happened to user friendly? Ease … | |
Hello Daniweb Community, I'm wanting to incorporate my Facebook pages reviews into my website but I can't see the manage to get a permanent access token. I've tried the same key (which is permanent) that I use to get the news feed but that doesn't work with the reviews. At … | |
Hello Community, I was just clearing up my (Android) phone and when I was looking in the downloads folder there is an Adobe Acrobat folder and inside of it is a random file I couldn't imagine I've downloaded its name is 'ChandlerIncidentReview.pdf' no a single clue how it got on … | |
Re: What about [PayPal](http://paypal.com)? I watched [these](https://www.youtube.com/playlist?list=PLfdtiltiRHWE_c8jjW5OeweL1c_8uqcnW) tutorials from [Phpacademy](https://www.youtube.com/user/phpacademy) that covers how to use the API. ![]() | |
Re: I don't mean to possibly offend you but are you just learning to code or just learning PHP? ![]() | |
Re: What do you mean? Can't you just make a function to get it from the database and use PHP to echo it out where you want it. | |
Hello Daniweb Community, I'm wanting to slice a square image into 9 pieces like below  the code I'm currently using is this Private Function CropBitmap(ByRef bmp As Bitmap, ByVal cropX As Integer, ByVal cropY As Integer, ByVal cropWidth As Integer, ByVal cropHeight As Integer) As Bitmap Dim rect … | |
Hello Daniweb Community, I was wondering if there is a way to replace words from a listbox. So at the moment I've got a listbox with a couple of strings to be replaced in the textbox, however single line listbox items work but when I add a multi-lined item eg. … | |
Hello Daniweb Community, I was wondering if there is a way to reset a tabcontrol. What I'm wanting to do is have it so when the user will click New it will reset all the tabpages to the way they were when they started the program up. I tried this … | |
Hello Daniweb Community, I have recently been thinking about switching from a Wi-Fi connection to a direct connection over ethernet, however when I tried an ethernet connection from my router to my PS4, I calculated the average download speed after about 5 Wi-Fi connection tests and 5 ethernet connection tests … | |
Hello Daniweb Community, Would there be a reason why [Google Chrome](https://www.google.com/chrome) is striking out a bunch of HTTPS websites? Even ones that used to be green but are now red and strike out. | |
Hello Community, I have recently been experiencing extream speed decrees in my internet and general laptop use. I try to load eg. this website to post this and it took just under a minute to fully load. Sometimes for somereason my laptop mouse will freeze up, it will let me … | |
Hello Daniweb Community, I was just wondering if there is anyway possible to fix this? My damn cat sat on it a fall off taking the speaker with it. [Here are the pictures.](https://www.dropbox.com/sh/77tvrhmwdmk720p/AAAjzhP7LKgqMvYlQLCQZyRYa?dl=0) | |
Hello Community, I'm planning on buying a new computer monitor soon but I'm not sure which one I should buy. These are the two I'm trying to decide between [LG 27MP75HM](http://www.lg.com/au/it-monitors/lg-27MP75HM) or [LG 29UM65](http://www.lg.com/au/it-monitors/lg-29UM65) thing is the 27MP75HM will be good because I can fit more code on the screen … | |
Re: Use a backslash (eg. echo ''abc@abc.com'';) | |
Re: Just add this to your program: Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged, TextBox2.TextChanged If String.IsNullOrEmpty(TextBox1.Text) OrElse String.IsNullOrEmpty(TextBox2.Text) Then Exit Sub If Not IsNumeric(TextBox1.Text) OrElse Not IsNumeric(TextBox2.Text) Then Exit Sub TextBox3.Text = CDbl(TextBox1.Text) + CDbl(TextBox2.Text) End Sub Because this is handling both textbox1 and textbox2 | |
Hello Community, I was wondering what I would use, first off I'm running something by my self so do I use us or me? (Example contact us or contact me). Do I just use us to just pretend that there is more than one person running the service? | |
Hello Daniweb Community, I was wondering if anyone could help or point me to a good tutorial on how to use Google Authenticator in PHP. | |
Hello Community, I was starting up a paid service and I was going to add a payment method using internet transfers but I just wanted to make sure if giving out bank details (BSB & Account Number) was safe? Could someone steal from me if they had those numbers? | |
Hello Community, I'm making a new service called Gimme Support, currently my domain is [http://gimmesupport.co](http://gimmesupport.co). I need to renew it soon and I was debating on weather to change it to [http://gimme.support](http://gimme.support). Which would you say is better [http://gimmesupport.co](http://gimmesupport.co) or [http://gimme.support](http://gimme.support)? I'm still not sure which one I should go … | |
Hello Community, I was wondering if there is a way to filter through an email to get all the details. Such as from, to, subject, body and a few other details but you get the idea. At the moment I just have a bunch of text but I want to … | |
Re: Hello, I have found this, it may help you with what you need: http://www.aramex.com/developers/aramex-apis | |
Hello Community, I've recently been wanting to make a few videos on my software and services but I don't know what to do like what I need to include and what it take to make a good advertisement. Could you help me out. | |
Hello Community, I was wondering if there is a way to call a [pNotify](http://sciactive.com/pnotify) notification using php. So after I submit a form I can use PHP to create the popup. | |
Hello Community, I have spent almost an hour looking for a solution to combine several pictures side-by-side but can't seem to find anything. I want to be able to get a dozen pictures (.png) and place them to the right of the previous picture then combine them as one (.png) … | |
Hello Community, I was wondering if there is a way to make dynamic email address that'll look like this example example_name1@subdomain.example.com or example_name2@subdomain.example.com the subdomains have been created using .htaccess and a wildcard subdomain. So the "example_name" and "subdomain" would be created dynamically. So can this be done using .htaccess? … | |
| |
Re: Here you go, `(?! +)` that should work. ![]() | |
Hello Community, I'm trying to use dynamic subdomains which works but I'm only wanting .htaccess to to send subdomains without letters, numbers and underscores (_) to the 404 page. Here is my code. Options +FollowSymLinks -MultiViews RewriteEngine On RewriteBase / #Remove www. RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1%{REQUEST_URI} [QSA,NC,L] … | |
Re: Hello, You could try disabling the popup blocker on the WebBrowser, opening the link then re-enabling the popup blocker. At the moment that is all I could think of as I just go out of bed. Unless you can give me a little more information on the error/ issue you … | |
Hello Community, I'm about to start making a website for someone. So what I'd like to know is does the website creator credit themself, like have my name in the footer of the page. What is the right way to go about doing this? | |
Hello Community, I've been wondering if an SFTP connection would be worth it? |
The End.