-
Replied To a Post in help with if/else
Try like this if($expiry==0) { echo "We're sorry but your contract has expired. Contact us immediately at propzmgmt@gmail.com"; } elseif($expiry >= 1) { header("location:sysnav.html"); } And format the SQL correctly … -
Began Watching help with if/else
> Hi, I'm having trouble coding the if/else statement. No matter what value the expiry has, line 17 is echoed. If it is =>1 I want to sysnav.html. <?php $link … -
Replied To a Post in How to remove URL parameter php
maybe somebody else have some solution about this problem? -
Replied To a Post in Why do you post on DaniWeb?
WOW @Dani made the notification feature faster than Elon ruined twitter :D Great job @dani :D -
Began Watching Java Derby DB is perfectly working on Virtual Mac but not on Physical Mac
I developed a Java Application to run on Mac BigSur. I used Java Derby as database for this application. The Application gives an Exception: java.lang.ClassNotFoundException:org.apache.derby.jdbc.EmbeddedDriver The interesting fact is that … -
Replied To a Post in Where will Twitter be in a few months?
@rproffitt > So now it's filling with porn, Nazis and Qbots. He just tweeted that the new tweeter policy will be freedom of speech, but not freedom of reach. Negative/Hate … -
Replied To a Post in How to remove URL parameter php
Yes here is my exact code in the .htaccess file Options +FollowSymLinks RewriteEngine on RewriteRule ^model-profile/(.+)$ model-profile/index.php?name=$1 [L] -
Replied To a Post in Why do you post on DaniWeb?
And i would like to suggest a feature to be added in the forum "notification center/icon" When somebody replied to a thread i posted or opened i should get an … -
Replied To a Post in Why do you post on DaniWeb?
For getting the job done and knowledge. Been posting here for years now. I am glad i have found this place back than :) BTW just mine two cents. I … -
Began Watching Why do you post on DaniWeb?
Trying to get some insight into motivation so I can come up with ways to do a better job giving you what you want. -
Replied To a Post in Where will Twitter be in a few months?
I am just here to bumb this thread with this video https://youtu.be/bheHjqvkaaI?t=83 -
Began Watching Where will Twitter be in a few months?
There's a list of advertisers that put ads on hold. But given the talent bleed, can it survive both problems of ad revenue and talent bleed? It really doesn't matter … -
Replied To a Post in How to make instagram bot in 2022
I have questions. 1. You want to make bot for adding followers to profiles 2. You want to make bot for following other users followers There are few tricks with … -
Began Watching How to make instagram bot in 2022
will you kindly tell me how to make Instagram bots, Instagram bot followers? What is the step-by-step approach of it with programming? I want to make it by myself. -
Replied To a Post in How to remove URL parameter php
Now i have different problem... when i click some model url.. it redirects me to next page with the correct url format but somehow the sql query cannot find the … -
Replied To a Post in How to remove URL parameter php
This actually works but it has a problem, when i open some of the links error page 404, usually the usernames that have ('.', '_', '-') https://example.com/model-profile/blondie.sabrina https://example.com/model-profile/sugar_daddy53 https://example.com/model-profile/woof-n-oink These … -
Replied To a Post in How to remove URL parameter php
I got reply from customer support saying that i need to: "As this is a code-related issue, we have limitations to help you with. Please setup the code htaccess rule … -
Replied To a Post in How to remove URL parameter php
Its weird because this code again doesn't work. I copied and pasted exactly as you wrote it. The path is automatically specified i contacted the support -
Replied To a Post in How to remove URL parameter php
Anyone can help me ? -
Replied To a Post in How to remove URL parameter php
I am sorry i cannot edit the answer above. I just got reply from the admins of the hosting provider that is actually `litespeed` I don't really understand whats the … -
Replied To a Post in How to remove URL parameter php
I just found out that i am using Apache -
Replied To a Post in How to remove URL parameter php
I am not sure how do i answer that question between `Apache and Nginx` :S -
Replied To a Post in How to remove URL parameter php
I am using cPanel and FileManager. I have these lines of code in my htaccess file `RewriteEngine on RewriteRule ^model-profile/(.*)$ https://leakedof.us/model-profile/index.php?name=$1 [L]` the exact url for the model profile is … -
Replied To a Post in How to remove URL parameter php
Thank you for your reply but this is redirecting me to a link like this `https://leakedof.us/model-profile/index.php?name=index.php` Which than gives me error `"Model profile not found!"` -
Created How to remove URL parameter php
I have a domain that looks like this when i visit certain link `https://domain.com/model-profile/index.php?name=abbychampion` the site is written in php but i dont want to show this part `index.php?name=` because … -
Began Watching How to remove URL parameter php
I have a domain that looks like this when i visit certain link `https://domain.com/model-profile/index.php?name=abbychampion` the site is written in php but i dont want to show this part `index.php?name=` because … -
Revoked Solved Status for PHP get string text from other website
I want to get a string from different website and to display on mine. The website have this HTML code inside it <ul data-v-61cbae47="" class="b-tabs__nav m-tabs-default m-flex-width m-size-md m-mb-reset js-tabs-switchers … -
Marked Solved Status for PHP get string text from other website
I want to get a string from different website and to display on mine. The website have this HTML code inside it <ul data-v-61cbae47="" class="b-tabs__nav m-tabs-default m-flex-width m-size-md m-mb-reset js-tabs-switchers … -
Replied To a Post in PHP get string text from other website
I found even smaller HTML code inside the website i want to scrape `<span data-v-7102f77e="" class="b-profile__sections__count"> 57 </span>` Only this will be enough info to scrape about the user The … -
Edited PHP get string text from other website
I want to get a string from different website and to display on mine. The website have this HTML code inside it <ul data-v-61cbae47="" class="b-tabs__nav m-tabs-default m-flex-width m-size-md m-mb-reset js-tabs-switchers … -
Edited PHP get string text from other website
I want to get a string from different website and to display on mine. The website have this HTML code inside it <ul data-v-61cbae47="" class="b-tabs__nav m-tabs-default m-flex-width m-size-md m-mb-reset js-tabs-switchers … -
Created PHP get string text from other website
I want to get a string from different website and to display on mine. The website have this HTML code inside it <ul data-v-61cbae47="" class="b-tabs__nav m-tabs-default m-flex-width m-size-md m-mb-reset js-tabs-switchers … -
Began Watching PHP get string text from other website
I want to get a string from different website and to display on mine. The website have this HTML code inside it <ul data-v-61cbae47="" class="b-tabs__nav m-tabs-default m-flex-width m-size-md m-mb-reset js-tabs-switchers … -
Replied To a Post in PHP display only NOT empty rows
Wow very detailed answer thank you How do you test this stuff to get the info you provided above? -
Marked Solved Status for PHP display only NOT empty rows
I am trying to make to display cells in a database that are not empty, i have URL links with images inside the table and i want to display only … -
Replied To a Post in PHP display only NOT empty rows
Oh sorry i removed the 2nd while loop and it works. BIG thanks -
Replied To a Post in PHP display only NOT empty rows
Thank you for your answer but this doesnt solve. It again crashing my browser -
Replied To a Post in PHP display only NOT empty rows
**OFF TOPIC** Through the years i asked so many questions here but never considered donating. Now, I promise if i succeed with this method, i am gonna pay a whole … -
Edited PHP display only NOT empty rows
I am trying to make to display cells in a database that are not empty, i have URL links with images inside the table and i want to display only … -
Created PHP display only NOT empty rows
I am trying to make to display cells in a database that are not empty, i have URL links with images inside the table and i want to display only … -
Began Watching PHP display only NOT empty rows
I am trying to make to display cells in a database that are not empty, i have URL links with images inside the table and i want to display only … -
Marked Solved Status for PHP insert into table
I am trying to insert into table with PHP and MySQL but the page only refresh it self when i press the button. I haven't done debugging, i have an … -
Replied To a Post in PHP insert into table
There are no errors shown after i added the code in the core.php BTW as you can see, at the bottom of the button it says `" doesnt exist "` … -
Replied To a Post in PHP insert into table
I have updated it in my code and now only shows the `echo "Table admins created successfully"` But doesn't update the database table when i add some text in the … -
Replied To a Post in PHP insert into table
Here is the core file Please visit the link and see in real time, i cannot figure out whats the problem **P.S there is no pictures or adult stuff on … -
Replied To a Post in PHP insert into table
Does anyone visited it yet? Or have a solution to this BIG problem -
Replied To a Post in PHP insert into table
You can visit the website at https://leakedof.us/admin/index.php the current code i have is like this I have edited it but still doesnt give an info error i dont understand what … -
Edited PHP insert into table
I am trying to insert into table with PHP and MySQL but the page only refresh it self when i press the button. I haven't done debugging, i have an … -
Edited PHP insert into table
I am trying to insert into table with PHP and MySQL but the page only refresh it self when i press the button. I haven't done debugging, i have an … -
Edited PHP insert into table
I am trying to insert into table with PHP and MySQL but the page only refresh it self when i press the button. I haven't done debugging, i have an …
The End.